openvidu-browser: Fix typo log coturn ip

This commit is contained in:
cruizba 2020-01-25 18:16:21 +01:00
parent bc7ee37a8d
commit adef4546ee

View File

@ -1242,7 +1242,7 @@ export class Session implements EventDispatcher {
{ urls: [stunUrl] },
{ 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 + ']');
}
if (!!role) {