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.
14 lines
208 B
14 lines
208 B
11 years ago
|
<%
|
||
|
my $url = $self->url_for('/')->to_abs;
|
||
|
$url .= ($url =~ m/\/$/) ? '' : '/';
|
||
|
%>
|
||
|
<%=
|
||
|
$self->l('TO_JOIN_CLICK_THIS_LINK')
|
||
|
%>
|
||
|
|
||
|
<%= $url . $room %>
|
||
|
|
||
|
<%=l 'HAVE_A_NICE_MEETING' %>
|
||
|
--
|
||
|
<%=l 'EMAIL_SIGN' %>
|