mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
removed legacy code
This commit is contained in:
@@ -166,11 +166,6 @@ export function JanusStreamer(__setActive, __setInactive, __setInfo, __orient, _
|
|||||||
|
|
||||||
"iceState": function(state) {
|
"iceState": function(state) {
|
||||||
__logInfo("ICE state changed to", state);
|
__logInfo("ICE state changed to", state);
|
||||||
// Если раскомментировать, то он начнет дрючить соединение,
|
|
||||||
// так как каллбек вызывает сильно после завершения работы
|
|
||||||
/*if (state === "disconnected") {
|
|
||||||
__destroyJanus();
|
|
||||||
}*/
|
|
||||||
},
|
},
|
||||||
|
|
||||||
"webrtcState": function(up) {
|
"webrtcState": function(up) {
|
||||||
|
|||||||
Reference in New Issue
Block a user