fix every monitor getting the same Janus_Pin

add_janus_rtsp_user
Isaac Connor 2022-09-12 12:56:46 -04:00
parent b59a42c8fe
commit 363c424117
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ monitorData[monitorData.length] = {
'onclick': function(){window.location.assign( '?view=watch&mid=<?php echo $m->Id() ?>' );},
'type': '<?php echo $m->Type() ?>',
'refresh': '<?php echo $m->Refresh() ?>',
'janus_pin': '<?php echo $monitor->Janus_Pin() ?>'
'janus_pin': '<?php echo $m->Janus_Pin() ?>'
};
<?php
} // end foreach monitor