diff --git a/lib/src/voip/group_call.dart b/lib/src/voip/group_call.dart index e8bfd5f6..7666e542 100644 --- a/lib/src/voip/group_call.dart +++ b/lib/src/voip/group_call.dart @@ -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;