diff --git a/lib/src/voip.dart b/lib/src/voip.dart index 3c7b7e1f..217984c0 100644 --- a/lib/src/voip.dart +++ b/lib/src/voip.dart @@ -1457,7 +1457,7 @@ class VoIP { { 'username': _turnServerCredentials!.username, 'credential': _turnServerCredentials!.password, - 'url': _turnServerCredentials!.uris[0] + 'urls': _turnServerCredentials!.uris[0] } ]; }