You have been invited to join

<%= @room.name %>


<% if @room.owner.image.blank? %> <%= @room.owner.name.first %> <% else %> <% end %>
<%= @room.owner.name %> (Owner)
<%= yield %>
<%= render "shared/sessions", recordings: @room.public_recordings, only_public: true %>