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.
28 lines
496 B
28 lines
496 B
% my $url = Mojo::URL->new(url_for('/' . $room)->to_abs)->scheme('https');
|
|
<p>
|
|
%= l('SOMEONE_JOINED_A_ROOM')
|
|
</p>
|
|
% if ($name && $name ne ''){
|
|
<p>
|
|
<%= l('PARTICIPANT_NAME') %>: <%= $name %>
|
|
</p>
|
|
% }
|
|
<p>
|
|
%= l('WHEN_YOU_ARE_READY')
|
|
<center>
|
|
<h1>
|
|
<a href="<%= $url %>">
|
|
%= $url
|
|
</a>
|
|
</h1>
|
|
</center>
|
|
</p>
|
|
<br>
|
|
<p>
|
|
%= l('HAVE_A_NICE_MEETING')
|
|
</p>
|
|
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">
|
|
—
|
|
<br>
|
|
%= l('EMAIL_SIGN')
|
|
</p>
|
|
|