mirror of
https://gitlab.com/comunic/ComunicRTCProxy
synced 2024-11-17 02:51:12 +00:00
My fault
This commit is contained in:
parent
e06c9d8be5
commit
89f6e67a53
2
relay.go
2
relay.go
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user