Fix: iceServers++ sender part
parent
844924f38e
commit
51f23c4396
|
|
@ -2004,7 +2004,8 @@ export default class RoomClient
|
||||||
id,
|
id,
|
||||||
iceParameters,
|
iceParameters,
|
||||||
iceCandidates,
|
iceCandidates,
|
||||||
dtlsParameters
|
dtlsParameters,
|
||||||
|
iceServers : ROOM_OPTIONS.turnServers
|
||||||
});
|
});
|
||||||
|
|
||||||
this._sendTransport.on(
|
this._sendTransport.on(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue