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