Correctly build credentials
This commit is contained in:
parent
51556c8579
commit
e5f95105af
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ class Signal extends EventEmitter {
|
|||
|
||||
this.credentials = JSON.parse(message.Message).TurnAuthServers.map(credential => {
|
||||
return {
|
||||
urls: credential.Urls,
|
||||
urls: credential.Urls.join(','),
|
||||
credential: credential.Password,
|
||||
username: credential.Username
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue