partial streamer events

This commit is contained in:
Maxim Devaev
2024-10-23 19:27:24 +03:00
parent 0e4a70e7b9
commit a26aee3543
7 changed files with 207 additions and 135 deletions

View File

@@ -383,7 +383,7 @@ export function JanusStreamer(__setActive, __setInactive, __setInfo, __orient, _
};
var __isOnline = function() {
return !!(__state && __state.source && __state.source.online);
return !!(__state && __state.source.online);
};
var __sendWatch = function() {