<% 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('/auth/twitter', :class => "btn btn-block btn-md btn-social-icon btn-twitter") do %> <% end %> <%= link_to('/auth/google', :class => "btn btn-block btn-md btn-social-icon btn-google") do %> <% end %>
<% else %>
Hello <%= current_user.name %>
<%= link_to 'Personal Room', current_user.room_url %>
<%= link_to 'Logout', '/logout' %>
<% end %>