fix: Fix turn credentials format issue for safari.
This commit is contained in:
parent
a50e3cfa2e
commit
fba3c1e5f6
|
|
@ -1457,7 +1457,7 @@ class VoIP {
|
||||||
{
|
{
|
||||||
'username': _turnServerCredentials!.username,
|
'username': _turnServerCredentials!.username,
|
||||||
'credential': _turnServerCredentials!.password,
|
'credential': _turnServerCredentials!.password,
|
||||||
'url': _turnServerCredentials!.uris[0]
|
'urls': _turnServerCredentials!.uris[0]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue