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.
32 lines
642 B
32 lines
642 B
<%
|
|
my $url = $self->url_for('/')->to_abs;
|
|
$url .= ($url =~ m/\/$/) ? '' : '/';
|
|
%>
|
|
<%==l 'YOU_ARE_INVITED_TO_A_MEETING' %>
|
|
|
|
* <%=l 'A_MODERN_BROWSER' %>
|
|
* <%=l 'A_WEBCAM' %>
|
|
* <%=l 'A_MIC' %>
|
|
|
|
<%==l 'WHEN_YOU_ARE_READY' %>
|
|
|
|
<% my $roomAccess = $room;
|
|
if ($joinPass eq 'yes') {
|
|
$roomAccess .= '?token=' . $inviteId;
|
|
}
|
|
%>
|
|
<%== $url . $roomAccess %>
|
|
|
|
<% if ($message && $message ne ''){ %>
|
|
<%==l 'MESSAGE_FROM_ORGANIZER' %>:
|
|
|
|
<%== $message %>
|
|
<% } %>
|
|
|
|
<%==l 'IF_YOU_CANNOT_JOIN' %> <%==l 'YOU_CAN_NOTIFY_THE_ORGANIZER' %>
|
|
|
|
<%== $url . 'invitation?token=' . $inviteId %>
|
|
|
|
<%==l 'HAVE_A_NICE_MEETING' %>
|
|
--
|
|
<%==l 'EMAIL_SIGN' %>
|
|
|