diff --git a/lib/src/voip/voip.dart b/lib/src/voip/voip.dart index 63e9a1ba..ed0b03cc 100644 --- a/lib/src/voip/voip.dart +++ b/lib/src/voip/voip.dart @@ -523,12 +523,11 @@ class VoIP { if (_turnServerCredentials == null) { return []; } - return [ { 'username': _turnServerCredentials!.username, 'credential': _turnServerCredentials!.password, - 'url': _turnServerCredentials!.uris[0] + 'urls': _turnServerCredentials!.uris } ]; }