This is a room.
<%= @room.user.name %>
<%= @room.meeting.uid %>
<%= @room.uid %>
<%= link_to 'Sessions', sessions_path %> <%= link_to 'Settings', root_path %>
Click below to join the meeting.
<% if @room.meeting.is_running? %>meeting is already running
<% else %> <%= link_to "Start Meeting", start_room_path(@room.uid) %> <% end %>