I have configured video sdk it run smooth and currently I am joined as host
on my local machine I am using web version of video SDK with react
I need to add participant in this how can I do that
I’m not exactly sure what the question is - do you currently have any code on how you are rendering the video? Is this a prebuilt example?
When a new participant joins the session, it will send the user-added
and user-updated
events indicating when they are connected, and the video and audio are working. You would then need to render the second video-player
in the video-player-container
.
In order to test this - you would open a new tab/browser and join the session as a second user.
Let me know if that helps, or if I can provide any further assistance.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.