mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-02 11:01:53 +08:00
partial streamer events
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user