<%= BigbluebuttonRoom.model_name.human %>:

<%= BigbluebuttonRoom.human_attribute_name(:id) %>: <%= @room.id %>

<%= BigbluebuttonRoom.human_attribute_name(:server_id) %>: <%= @room.server_id %>

<%= BigbluebuttonRoom.human_attribute_name(:name) %>: <%= @room.name %>

<%= BigbluebuttonRoom.human_attribute_name(:meetingid) %>: <%= @room.meetingid %>

<%= BigbluebuttonRoom.human_attribute_name(:private) %>: <%= @room.private %>

<%= BigbluebuttonRoom.human_attribute_name(:attendee_password) %>: <%= @room.attendee_password %>

<%= BigbluebuttonRoom.human_attribute_name(:moderator_password) %>: <%= @room.moderator_password %>

<%= BigbluebuttonRoom.human_attribute_name(:welcome_msg) %>: <%= @room.welcome_msg %>

<%= BigbluebuttonRoom.human_attribute_name(:logout_url) %>: <%= @room.logout_url %>

<%= BigbluebuttonRoom.human_attribute_name(:dial_number) %>: <%= @room.dial_number %>

<%= BigbluebuttonRoom.human_attribute_name(:voice_bridge) %>: <%= @room.voice_bridge %>

<%= BigbluebuttonRoom.human_attribute_name(:max_participants) %>: <%= @room.max_participants %>

<%= BigbluebuttonRoom.human_attribute_name(:external) %>: <%= @room.external %>

<%= BigbluebuttonRoom.human_attribute_name(:param) %>: <%= @room.param %>

<%= BigbluebuttonRoom.human_attribute_name(:record) %>: <%= @room.record %>

<%= BigbluebuttonRoom.human_attribute_name(:duration) %>: <%= @room.duration %>

<%= BigbluebuttonRoom.human_attribute_name(:metadata) %> <% @room.metadata.each do |metadata| %> <%= metadata.attributes.except("id", "owner_id", "owner_type", "updated_at", "created_at") %>, <% end %>

<%= link_to 'Edit', edit_bigbluebutton_room_path(@room) %> | <%= link_to 'Back', bigbluebutton_rooms_path %>

Access: <%= link_to 'Show', bigbluebutton_room_path(@room) %> | <%= link_to 'Join', join_bigbluebutton_room_path(@room) %> | <%= link_to 'Invite', invite_bigbluebutton_room_path(@room) %> | <%= link_to 'Mobile Join', join_mobile_bigbluebutton_room_path(@room) %> | <%= link_to 'End', end_bigbluebutton_room_path(@room), :confirm => 'Are you sure?' %> | <%= link_to 'Destroy', bigbluebutton_room_path(@room), :confirm => 'Are you sure?', :method => :delete %>

Recordings: <%= link_to 'View recordings', recordings_bigbluebutton_room_path(@room) %> | <%= link_to 'Fetch recordings', fetch_recordings_bigbluebutton_room_path(@room), :confirm => 'Are you sure?', :method => :post %>