This commit is contained in:
Pierre HUBERT 2020-04-12 15:20:52 +02:00
parent e06c9d8be5
commit 89f6e67a53

View File

@ -202,7 +202,7 @@ func newCall(mainOffer receivedSignal, r activeRelay) {
// Enable trickling
s := webrtc.SettingEngine{}
s.SetTrickle(false)
s.SetTrickle(false) // I did not manage to make the connection trickling, sorry...
// Create the API object with the MediaEngine
api := webrtc.NewAPI(webrtc.WithMediaEngine(mediaEngine),