Skip to content

Commit

Permalink
Correctly build credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienHH committed Oct 28, 2024
1 parent b929b2c commit 7c4f47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/websocket/signal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 7c4f47c

Please sign in to comment.