<% if @refreshable %>

<%= @meeting_url %>

<% end %>

Hi Everyone

The meeting will be at this URL

<%= @meeting_url %>

Please join!

Bookmark this page to reuse this meeting URL, or click refresh button to generate a new meeting URL

<% if current_user.nil? %>

You can have a personal URL (with recordings) by signing in below

  • <%= link_to 'Twitter', '/auth/twitter' %>
  • <%= link_to 'Google', '/auth/google' %>
<% else %>
Hello <%= current_user.name %>
<%= link_to 'Personal Room', current_user.room_url %>
<%= link_to 'Logout', '/logout' %>
<% end %>