I have integrated create and join meeting in react using meeting sdk, now i want that when i create a meeting using my application then no one should not be able to join the meeting from zoom directly(should only able to join in app internally)

I have integrated create and join meeting in react using meeting sdk, now i want that when i create a meeting using my application then no one should not be able to join the meeting from outside app like zoom directly, only those should be able to join the meeting that joined through my application.
But currently if i try with meeting Id and meeting Password on zoom then I am able to get in the meeting but this should not happen.

@aditya_wow ,

Zoom Meeting as open for Zoom Client and Zoom Meeting SDKs to join.

An alternative would be to use Video SDK, which would require your specific Video SDK client / Video SDK Web to join a video session

1 Like