fix: Fix turn credentials format issue for safari.

This commit is contained in:
cloudwebrtc 2022-01-14 20:56:51 +08:00
parent a50e3cfa2e
commit fba3c1e5f6
1 changed files with 1 additions and 1 deletions

View File

@ -1457,7 +1457,7 @@ class VoIP {
{
'username': _turnServerCredentials!.username,
'credential': _turnServerCredentials!.password,
'url': _turnServerCredentials!.uris[0]
'urls': _turnServerCredentials!.uris[0]
}
];
}