bump pion v3 compatible.
This commit is contained in:
parent
9f416b6de1
commit
4e79c487e5
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import (
|
|||
"encoding/binary"
|
||||
"strconv"
|
||||
|
||||
"github.com/pion/webrtc/v2"
|
||||
"github.com/pion/webrtc/v3"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package webrtc
|
||||
|
||||
import (
|
||||
"github.com/pion/webrtc/v2"
|
||||
"github.com/pion/webrtc/v3"
|
||||
)
|
||||
|
||||
type WebRTCPeerCtx struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue