forked from External/greenlight
separate root page and meetings page
This commit is contained in:
@ -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
|
||||
|
@ -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'
|
||||
|
Reference in New Issue
Block a user