mirror of
https://github.com/beatriceo/polyglot.git
synced 2025-10-22 17:52:10 +00:00
set up action able to work with webrtc in localhost
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
class VideoSessionChannel < ApplicationCable::Channel
|
||||
def subscribed
|
||||
# video session
|
||||
stream_from "video_session_channel"
|
||||
# stream_from "chat_room_#{params[:chat_room_id]}"
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user