OpenVidu URL fixed
This commit is contained in:
parent
df0552f423
commit
b9048f55f6
@ -41,7 +41,7 @@ function joinRoom(sessionId) {
|
||||
OV = new OpenVidu();
|
||||
|
||||
// We will join the room "sessionId"
|
||||
session = OV.initSession("wss://225428f6.ngrok.io/" + sessionId);
|
||||
session = OV.initSession("wss://" + location.hostname + ":8443/" + sessionId);
|
||||
|
||||
|
||||
// --- 2) Specify the actions when events take place ---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user