forked from External/greenlight
oauth update
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
class MeetingUpdatesChannel < ApplicationCable::Channel
|
||||
def subscribed
|
||||
stream_from "#{params[:username]}_meeting_updates_channel"
|
||||
stream_from "#{params[:encrypted_id]}_meeting_updates_channel"
|
||||
end
|
||||
end
|
||||
|
@ -1,5 +1,5 @@
|
||||
class RecordingUpdatesChannel < ApplicationCable::Channel
|
||||
def subscribed
|
||||
stream_from "#{params[:username]}_recording_updates_channel"
|
||||
stream_from "#{params[:encrypted_id]}_recording_updates_channel"
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user