separate root page and meetings page

This commit is contained in:
Zachary Chai
2016-11-24 11:16:56 -05:00
parent fe0ce271d0
commit 269ce7915e
7 changed files with 52 additions and 5 deletions

View File

@ -35,6 +35,7 @@ en-US:
unpublish_recording: Hide recording
copied: Copied
copy_error: Use Ctrl-c to copy
create_your_session: Create your own session
date_recorded: Date
duration: Duration
end: End

View File

@ -11,7 +11,7 @@ Rails.application.routes.draw do
# There are two resources [meetings|rooms]
# meetings offer a landing page for NON authenticated users to create and join session in BigBlueButton
# rooms offer a customized landing page for authenticated users to create and join session in BigBlueButton
get '/:resource/:id', to: 'landing#index', as: :resource
get '/:resource/:id', to: 'landing#resource', as: :resource
get '/:resource/:id/join', to: 'bbb#join', as: :bbb_join, defaults: {format: 'json'}
get '/:resource/:id/wait', to: 'landing#wait_for_moderator'
get '/:resource/:id/session_status_refresh', to: 'landing#session_status_refresh'