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 %> <%= link_to "Start Meeting", start_room_path(@room.uid) %> <% end %>

<%= link_to 'Logout', logout_path %>