Removed code for autoclose as the bbb session will be open in the same tab/window

This commit is contained in:
jfederico
2016-10-18 13:56:54 -04:00
parent cd867f9e20
commit f8ff8cdd28
3 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,5 @@
Rails.application.routes.draw do
get 'bbb/join/:id', to: 'bbb#join', as: :bbb_join
get 'bbb/close'
get 'meeting(/:id)', to: 'landing#index'
get '/auth/:provider/callback', to: 'sessions#create'