Reg: How to switch channel based on viewer request #2096
Unanswered
vasoyanikhil
asked this question in
Q&A
Replies: 1 comment
-
One way can be to use data channel messages. You'll need to establish a messaging scheme and have the viewer send data channel messages as commands that the master will parse and use to change which frames it sends. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use the same channel for based on viewer request; either the user will request playback or live streaming.
How to differentiate between viewer requests on the master side.
Beta Was this translation helpful? Give feedback.
All reactions