mirror of https://github.com/movim/movim
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
747 B
32 lines
747 B
<div id="visio">
|
|
<div id="log">
|
|
|
|
</div>
|
|
<audio autoplay="true" id="remote-audio">
|
|
|
|
</audio>
|
|
<video autoplay="true" id="remote-video">
|
|
|
|
</video>
|
|
<video autoplay="true" id="local-video">
|
|
|
|
</video>
|
|
|
|
<div id="avatar">
|
|
<img src="{$avatar}"/>
|
|
<span class="name">{$name}</span>
|
|
</div>
|
|
<div class="menu">
|
|
<a class="button color green merged left icon call">Call</a><a
|
|
class="button color red merged right icon hang-up">Hang Up</a>
|
|
|
|
<a id="toggle-screen" class="button icon expand color blue alone"></a>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript">
|
|
VISIO_JID = '{$jid}';
|
|
VISIO_RESSOURCE = '{$ressource}';
|
|
</script>
|
|
<div id="connection">
|
|
{$c->t('Connection')}...
|
|
</div>
|