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
@@ -13,7 +13,7 @@ import (
"sync/atomic"
"time"
"github.com/pion/webrtc/v3"
"github.com/pion/webrtc/v4"
"github.com/jech/galene/turnserver"
)
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"testing"
"time"
"github.com/pion/webrtc/v3"
"github.com/pion/webrtc/v4"
"github.com/jech/galene/turnserver"
)