<% if params[:mobile] %>
In this page you can join the conference from a mobile device.
To join from a desktop <%= link_to "click here", invite_bigbluebutton_room_path(@room) %>.
<% else %>
In this page you can join the conference from a desktop.
To join from a mobile device <%= link_to "click here", invite_bigbluebutton_room_path(@room, :mobile => true) %>.
<% end %>
<%= @room.name %> requires a name and/or password to join:
<%= form_tag join_bigbluebutton_room_path(@room, :mobile => params[:mobile]) do %>