mirror of https://github.com/dani/vroom.git
Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
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.
22 lines
433 B
22 lines
433 B
11 years ago
|
% title $self->l('Help');
|
||
|
%= include 'header'
|
||
|
%= include 'public_toolbar'
|
||
|
<div class="container-fluid">
|
||
|
<div class="row clearfix">
|
||
|
<div class="col-md-12 column">
|
||
|
<h3>
|
||
|
<%=l 'SUPPORTED_BROWSERS' %>
|
||
|
</h3>
|
||
|
<p>
|
||
|
<%=l 'HELP_BROWSERS_SUPPORTED' %>
|
||
|
</p>
|
||
|
<h3>
|
||
|
<%=l 'SREEN_SHARING' %>
|
||
|
</h3>
|
||
|
<p>
|
||
|
<%==l 'HELP_SCREEN_SHARING' %>
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|