Compare commits

...

1 Commits

Author SHA1 Message Date
Cedric Verstraeten
2844a5a419 webrtc: disable relay allow other 2023-10-24 16:44:42 +02:00

View File

@@ -125,7 +125,7 @@ func InitializeWebRTCConnection(configuration *models.Configuration, communicati
Credential: w.TurnServersCredential,
},
},
ICETransportPolicy: pionWebRTC.ICETransportPolicyRelay,
//ICETransportPolicy: pionWebRTC.ICETransportPolicyRelay,
},
)