webrtc: re-enable ipv6 (#3227) (#4816)
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_e2e (push) Waiting to run

This commit is contained in:
Alessandro Ros 2025-08-02 23:32:48 +02:00 committed by GitHub
parent cc48fdb2b8
commit eeb6ac3824
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,6 +154,8 @@ func (co *PeerConnection) Start() error {
settingsEngine.SetNetworkTypes([]webrtc.NetworkType{
webrtc.NetworkTypeUDP4,
webrtc.NetworkTypeTCP4,
webrtc.NetworkTypeUDP6,
webrtc.NetworkTypeTCP6,
})
if co.ICEUDPMux != nil {