We are developing an Angular 9 & .net core application and want to implement below feature
Chat
Share screen
Record screen
Audio chat
We are looking for API to accomplish the above mentioned features. Can you please let us know if there are any REST API available to achieve it.
Let us know is there any developer API is available so we will integrate this in our application
We are doing something very similar but potentially more straight forward e.g. use the API to start a screen share / video on the Zoom site / Native app (not embedded in our software) for users who have accounts validated thru Oauth. Do we need to get this ‘Authorised’ via your market place?
We cant take this further as any testing between 2 people fails saying it is a ‘Developer Only’ version?
In our software we use the Zoom API to send a meeting request to an email address. We use our Developer API credentials to make the call. Both the sender and the recipient have Zoom accounts. We are just attempting to start the meeting easily. When the recipient opens the request (entering their own login credentials in the Zoom native app) they get the following error:
Please help…we are really struggling to understand how we do this correctly!
@tommy
Yesterday we integrate sdk in angular application. we see only two feature are working i.e chat & screen sharing. (Both person joined meeting using SDK)
But Screen recording & Remote access menu is not there. Can you guide how to enable this features?
The best workaround is to use the Zoom Desktop / Mobile app.
Just include the Zoom meeting join url (https://zoom.us/j/meetingID) on your site rather than showing the websdk / iframe. Clicking on the join url will open the Zoom meeting in the Zoom app.
With new sdk version angular application is working. But we can see only two feature are working i.e chat & screen sharing. (Both person joined meeting using SDK)
But Screen recording & Remote access menu is not there. Can you guide how to enable this features?