downgrade to pion/webrtc/v3

This commit is contained in:
langhuihui
2024-07-09 19:03:44 +08:00
parent 272f6e1bc8
commit e9e5a75315
8 changed files with 28 additions and 68 deletions

2
io.go
View File

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