add connKey to monitorData
This commit is contained in:
parent
9c3509a620
commit
57bb91e105
|
@ -64,6 +64,7 @@ foreach ($monitors as $m) {
|
||||||
?>
|
?>
|
||||||
monitorData[monitorData.length] = {
|
monitorData[monitorData.length] = {
|
||||||
'id': <?php echo $m->Id() ?>,
|
'id': <?php echo $m->Id() ?>,
|
||||||
|
'connKey': <?php echo $m->connKey() ?>,
|
||||||
'width': <?php echo $m->ViewWidth() ?>,
|
'width': <?php echo $m->ViewWidth() ?>,
|
||||||
'height':<?php echo $m->ViewHeight() ?>,
|
'height':<?php echo $m->ViewHeight() ?>,
|
||||||
'janusEnabled':<?php echo $m->JanusEnabled() ?>,
|
'janusEnabled':<?php echo $m->JanusEnabled() ?>,
|
||||||
|
|
Loading…
Reference in New Issue