I am experiencing difficulties in creating or scheduling meetings within the Zoom application using Flutter. Could you please assist me in resolving this issue?
@jozefnikhil037 flutter is not support for Meeting SDK.
For creation / scheduling meeting, you will need to call the REST API from your backend. Frontend calls from mobile devices / desktop devices will hit CORS error.
@chunsiong.zoom
Could you please provide an example of calling an API from the backend similar to the one mentioned earlier? I couldn’t find the required one kindly assist