I am working on integrating the Zoom Video SDK into my project to enable users to join scheduled meetings from the Zoom app. Currently, my implementation allows the user to view the host’s camera and screen share. I have successfully tested this feature using the sample app and my project app.
However, I encountered an issue when trying to connect to a created meeting from the Zoom app using my project. It doesn’t work. So, my question is whether it’s possible to achieve this using the Video SDK.
We opted for the Video SDK because we only require some functionalities, such as implementing full-screen mode.
Video SDK version
2.9.0
Thank you.