add pion v3 test

This commit is contained in:
Andrey Semochkin
2021-01-05 04:21:25 +03:00
parent ff7f04332e
commit 1b7359bceb
3 changed files with 259 additions and 1 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/deepch/vdk
go 1.14
require github.com/pion/webrtc/v2 v2.2.23 // indirect
require (
github.com/pion/webrtc/v2 v2.2.23 // indirect
github.com/pion/webrtc/v3 v3.0.1 // indirect
)