How to make only one user to stream video

Hi, i try to make an app in react js where only one user will stream the video and the others participants can just watch video and talk when they are allowed. How to make this, how to render video for only one user in session.

I’m also searching for the solution If you already known the answer then please let me know too…

Hey @reactdev and @ShaistaBaloch

Thanks for your feedback.

Here is a plan for reference.:
Listen to the user-updated event to get the user list, from each user item, the bVideoOn property shows whether the user is streaming video. If someone is already sending the video, disable others’ Video button.

Hope this can help you.

Thanks
Vic

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.