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
dnsmasq
ipmitool
"janus-gateway-pikvm>=0.14.2-2"
"janus-gateway-pikvm>=0.14.2-3"
certbot
platform-io-access
raspberrypi-utils

View File

@ -157,7 +157,7 @@ export function JanusStreamer(__setActive, __setInactive, __setInfo, __orient, _
__destroyJanus();
},
"peerConnectionState": function(state) {
"connectionState": function(state) {
__logInfo("Peer connection state changed to", state);
if (state === "failed") {
__destroyJanus();