forked from External/greenlight
sessions and fixes
This commit is contained in:
10
app/views/rooms/sessions.html.erb
Normal file
10
app/views/rooms/sessions.html.erb
Normal file
@ -0,0 +1,10 @@
|
||||
Sessions
|
||||
<br><br>
|
||||
<%= @meeting.recordings %>
|
||||
|
||||
<% @meeting.recordings.each do |rec| %>
|
||||
<p><%= rec[:metadata][:meetingName] %></p>
|
||||
<% Array.wrap(rec[:playback][:format]).each do |form| %>
|
||||
<%= link_to form[:type], form[:url] %>
|
||||
<% end %>
|
||||
<% end %>
|
@ -4,8 +4,7 @@
|
||||
<p><%= @room.meeting.uid %><p>
|
||||
<p><%= @room.uid %><p>
|
||||
|
||||
<%= link_to 'Sessions', root_path %>
|
||||
<%= link_to 'Recordings', root_path %>
|
||||
<%= link_to 'Sessions', sessions_path %>
|
||||
<%= link_to 'Settings', root_path %>
|
||||
|
||||
<p>Click below to join the meeting.</p>
|
||||
@ -18,4 +17,4 @@
|
||||
|
||||
<br><br>
|
||||
|
||||
<%= link_to 'Logout', logout_path %>
|
||||
<%= link_to 'Logout', logout_path %>
|
Reference in New Issue
Block a user