required janus 0.14.2-3

This commit is contained in:
Maxim Devaev 2024-03-22 23:04:43 +02:00
parent 5c77265d51
commit 027569d4a8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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();