Upgrade to Pion v4.

This commit is contained in:
Juliusz Chroboczek
2024-10-27 13:08:55 +01:00
parent 26f7ac0b21
commit 8f0850d0f0
16 changed files with 70 additions and 255 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"path/filepath"
"testing"
"github.com/pion/webrtc/v3"
"github.com/pion/webrtc/v4"
"github.com/jech/galene/group"
)
+1 -1
View File
@@ -17,7 +17,7 @@ import (
"path"
"strings"
"github.com/pion/webrtc/v3"
"github.com/pion/webrtc/v4"
"github.com/jech/galene/group"
"github.com/jech/galene/ice"
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"strings"
"testing"
"github.com/pion/webrtc/v3"
"github.com/pion/webrtc/v4"
)
func TestParseSDPFrag(t *testing.T) {