<%=l 'CONNECTING_PLEASE_WAIT' %>
<%=l 'CANT_ACCESS_WEBCAM' %>
<%=l 'CLICK_IF_NO_WEBCAM' %>
<%=l 'NO_WEBRTC_SUPPORT' %>
<% if ($ua !~ m/iphone|ipad|ipod/i){ %>
<%=l 'DOWNLOAD_ONE_OF_THESE_BROWSERS' %>
<%
my $ffurl = "http://www.mozilla.org/firefox/";
my $churl = "http://www.google.com/chrome/";
my $opurl = "http://www.opera.com";
if ($ua =~ m/android/i){
$ffurl = "https://play.google.com/store/apps/details?id=org.mozilla.firefox";
$churl = "https://play.google.com/store/apps/details?id=com.android.chrome";
$opurl = "https://play.google.com/store/apps/details?id=com.opera.browser";
}
%>
<% } %>