mirror of https://github.com/OpenVidu/openvidu.git
openvidu-browser: Fix typo log coturn ip
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…
Reference in New Issue