fix every monitor getting the same Janus_Pin
parent
b59a42c8fe
commit
363c424117
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue