mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
required janus 0.14.2-3
This commit is contained in:
parent
5c77265d51
commit
027569d4a8
2
PKGBUILD
2
PKGBUILD
@ -87,7 +87,7 @@ depends=(
|
|||||||
iproute2
|
iproute2
|
||||||
dnsmasq
|
dnsmasq
|
||||||
ipmitool
|
ipmitool
|
||||||
"janus-gateway-pikvm>=0.14.2-2"
|
"janus-gateway-pikvm>=0.14.2-3"
|
||||||
certbot
|
certbot
|
||||||
platform-io-access
|
platform-io-access
|
||||||
raspberrypi-utils
|
raspberrypi-utils
|
||||||
|
|||||||
@ -157,7 +157,7 @@ export function JanusStreamer(__setActive, __setInactive, __setInfo, __orient, _
|
|||||||
__destroyJanus();
|
__destroyJanus();
|
||||||
},
|
},
|
||||||
|
|
||||||
"peerConnectionState": function(state) {
|
"connectionState": function(state) {
|
||||||
__logInfo("Peer connection state changed to", state);
|
__logInfo("Peer connection state changed to", state);
|
||||||
if (state === "failed") {
|
if (state === "failed") {
|
||||||
__destroyJanus();
|
__destroyJanus();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user