add live meeting in broadcast screen
This commit is contained in:
6
app/controllers/live_meetings_controller.rb
Normal file
6
app/controllers/live_meetings_controller.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class LiveMeetingsController < ApplicationController
|
||||
def show
|
||||
authorize broadcast = Broadcast.find(params[:broadcast_id])
|
||||
@live_meeting_url = broadcast.project.live_meeting_url
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user