video-webinar-utils
Advanced tools
Comparing version 1.23.573 to 1.23.574
{ | ||
"name": "video-webinar-utils", | ||
"version": "1.23.573", | ||
"version": "1.23.574", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "escape-html": "1.0.x", |
@@ -197,6 +197,6 @@ const util = require("util"); | ||
errorMessage = { | ||
to: parsed.sessionId || parsed.cpsUserId, | ||
//to: parsed.sessionId || parsed.cpsUserId, | ||
eventType: 'server_connection', | ||
webinarId: parsed.webinarId, | ||
from: 'server', | ||
//webinarId: parsed.webinarId, | ||
//from: 'server', | ||
data: {status: status, isManyConnections: isManyConnections}, | ||
@@ -203,0 +203,0 @@ signalId: uuid.v4() |
75325