fix(ui) - peerjs iceserver config
This commit is contained in:
parent
549b8a4e40
commit
a9f0f281fa
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ export const iceServerConfigFromString = (str) => {
|
|||
if (!!arr[1]) {
|
||||
server.username = arr[1]
|
||||
if (!!arr[2]) {
|
||||
server.password = arr[2]
|
||||
server.credential = arr[2]
|
||||
if (!!arr[3]) {
|
||||
server.transport = arr[3]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue