[client] Update Pion ICE to the latest version (#4388)

- Update Pion version
- Update protobuf version
This commit is contained in:
Zoltan Papp
2025-09-01 10:42:01 +02:00
committed by GitHub
parent d817584f52
commit 21368b38d9
14 changed files with 80 additions and 41 deletions

View File

@@ -11,7 +11,7 @@ import (
"sync"
"time"
"github.com/pion/ice/v3"
"github.com/pion/ice/v4"
log "github.com/sirupsen/logrus"
"golang.zx2c4.com/wireguard/wgctrl/wgtypes"