Update pion/webrtc library to v4

This commit is contained in:
Alex X
2025-04-07 16:21:14 +03:00
parent bfd26560b1
commit af7509ebaf
25 changed files with 57 additions and 131 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"github.com/AlexxIT/go2rtc/pkg/core"
"github.com/AlexxIT/go2rtc/pkg/webrtc"
"github.com/gorilla/websocket"
pion "github.com/pion/webrtc/v3"
pion "github.com/pion/webrtc/v4"
)
func NewClient(tracker, share, pwd string, pc *pion.PeerConnection) (*webrtc.Conn, error) {