openvidu-browser: Fix typo log coturn ip

pull/391/head
cruizba 2020-01-25 18:16:21 +01:00
parent bc7ee37a8d
commit adef4546ee
1 changed files with 1 additions and 1 deletions

View File

@ -1242,7 +1242,7 @@ export class Session implements EventDispatcher {
{ urls: [stunUrl] }, { urls: [stunUrl] },
{ urls: [turnUrl1, turnUrl2], username: turnUsername, credential: turnCredential } { urls: [turnUrl1, turnUrl2], username: turnUsername, credential: turnCredential }
]; ];
console.log("STUN/TURN server IP" + coturnIp); console.log("STUN/TURN server IP: " + coturnIp);
console.log('TURN temp credentials [' + turnUsername + ':' + turnCredential + ']'); console.log('TURN temp credentials [' + turnUsername + ':' + turnCredential + ']');
} }
if (!!role) { if (!!role) {