Is it possible to schedule a meeting through SDK Key and SDK Secret from Api?

We are having a web application that is using zoom web SDK and we are able to schedule and join the meeting through it with API Key and Secret for authentication. We are storing the scheduled meeting time and meeting id in our database and we can join at that time through WEB SDK.

In a similar way, we are having a Xamarin mobile app which is Using SDK secret and SDK key to initialize. How can I link both these things? When I am using the meeting Id that is created on the web using the API key and Secret can not able to join the meeting as I know it is not initialized with that.

Hi @arunsai.m, thanks for posting and using Zoom! To make requests to the API (even from your SDK app), use an API Key & Secret or OAuth token.