Hi,
I’m developing Windows application.
I’m trying meeting API to do:
(1) Get the meeting configuration(mute/video/share status)
(2) Change these configuration
(3) Notify our application when a meeting starts or finishs
I have tried using the Zoom meeting SDK.
It only gets and controls the meeting that is created from SDK.
I can get the the meeting id from the Zoom meeting API when our program is polling.
Is it possible to get notification when a meeting starts
Is it possible to get meeting configuration from Zoom meeting API?
Thanks.