bump pion v3 compatible.

This commit is contained in:
Miroslav Šedivý 2021-02-01 22:45:44 +01:00
parent 9f416b6de1
commit 4e79c487e5
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import (
"encoding/binary"
"strconv"
"github.com/pion/webrtc/v2"
"github.com/pion/webrtc/v3"
)
const (

View File

@ -1,7 +1,7 @@
package webrtc
import (
"github.com/pion/webrtc/v2"
"github.com/pion/webrtc/v3"
)
type WebRTCPeerCtx struct {