openvidu-browser: Fix typo log coturn ip
This commit is contained in:
parent
bc7ee37a8d
commit
adef4546ee
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user