Pin or spotlight Host's video

Hi everybody.
Can I spotlight or pin the host’s video for every participant in a video call so my students always see the professor’s video?
I am using the Video SDK for React Native.
This is what I’d like to do: Pinning and Spotlighting Participants - YouTube
I will appreciate any help guys. Thanks!

Hi @fr4nky.develop3r ,

Thank you for your question! When working with the custom UI of the Video SDK, you’d apply your own logic to pin/spotlight a specific user’s video. When calling stream.renderVideo() , (x,y) coordinates are apart of the necessary parameters. You can manipulate those to maintain your host’s video at the top of the screen. An example can also be seen in the Video SDK Web Sample App.

Thanks,
Rehema

1 Like

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