How to use find if the call is ended. Is there any event or method which tells the call is ended? Please help. Thanks in advance.
await ZoomUs.startMeeting(
name,///
providerZoomId2,//this.meetingNo,//
userId2,
userType2,
zoomAccessToken2,
zoomToken2
).then(results => {
});
How to use find if the call is ended. Is there any event or method which tells the call is ended? Please help. Thanks in advance. await ZoomUs.startMeeting( name,/// providerZoomId2,//this.meetingNo,// userId2, userType2, zoomAccessToken2, zoomToken2 ).then(results => { });