Host only access

I am creating an app and I want only the host to see a certain part of the app, the part I want them to see is a page asking them if they want to implement a certain feature in the Zoom call. Does anyone have any suggestions on how I can make the host of a Zoom call see a certain part of my app that no other participants can see.

@ritvik.uppal9 ,

This should be possible as it only requires implementing an access-based system using user context.

For example, you can create a page that verifies the user context and provides access based on host status—if the user is the host, they can access the page; if not, they are redirected to another page.