Oleksandr Ivashchenko
Oleksandr Ivashchenko
> 2. Your server-side require double rendering if use async request. As I known this problem not have solution. >Could you provide an example? It follows from these lines of...
Hi, this problem for me resolved with update to 0.102.1
I can some help. 1) function connection.socket.emit should some fix with next code: ``` connection.socket.emit = function (eventName, data, callback) { if (eventName === 'changed-uuid') return; if (data.message && data.message.shiftedModerationControl)...
> @alexsandr1992 what did you do regarding the function `onMessagesCallback(message)` and function `onMessageEvent(message)`, that was not clear in your comment? would you please elaborate more? Thanks. Hi, Thats my changes...
> @alexsandr1992 Are you using RTCMultiConnection.js version v3.6.9? if yes would you please share it with us? Thanks. yes, I use RTCMultiConnection.js version v3.6.9 and code in this file in...