Schedule a meeting using C Sharp Wrapper

Hi,

I am installed the c# wrapper demo and got it working. I am experimenting and was wondering if it is possible to schedule a meeting via the wrapper.

If not, what are the alternatives.
I am looking to integrate Tele-medicine into our existing EHR/PM.

Thanks

Hi @jim.hubbard,

It is possible to schedule a meeting using SDK interfaces IPreMeetingService(https://zoom.github.io/zoom-sdk-windows/class_i_pre_meeting_service.html). You could also leverage the Zoom API to create a meeting: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingcreate

Thanks!