fix: missing turn servers in group calls
This commit is contained in:
parent
20a564cb78
commit
d76fee7a20
|
|
@ -815,7 +815,7 @@ class GroupCall {
|
|||
..localPartyId = client.deviceID!
|
||||
..groupCallId = groupCallId
|
||||
..type = CallType.kVideo
|
||||
..iceServers = [];
|
||||
..iceServers = await voip.getIceSevers();
|
||||
|
||||
final newCall = voip.createNewCall(opts);
|
||||
newCall.opponentDeviceId = opponentDevice.device_id;
|
||||
|
|
|
|||
Loading…
Reference in New Issue