<%= t("room.invited") %>

<%= @room.name %>


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