This is a room.
<%= @room.user.name %>
<%= @room.meeting.uid %>
<%= @room.uid %>
<%= link_to 'Sessions', root_path %> <%= link_to 'Recordings', root_path %> <%= link_to 'Settings', root_path %>
Click below to join the meeting.
<% if @room.meeting.is_running? %>meeting is already running
<% else %> <%= form_tag join_room_path, method: :get do %> <%= submit_tag 'Start Meeting' %> <% end %> <% end %>