Landing#index
Bookmark this page to reuse this meeting URL, or click refresh button to generate a new meeting URL
You can have a personal URL (with recordings) by signing in below
<% if current_user.nil? %>
- <%= link_to 'Twitter', '/auth/twitter' %>
- <%= link_to 'Google', '/auth/google' %>
<% else %>
Hello <%= current_user.name %>
<%= link_to 'Logout', '/logout' %>
<% end %>