From our logs, both webhooks (meeting ended for h3DSmrGxRlSHKFIm8hhMwg== and meeting started for rlRoDAP/StSQEkaxUYe9BQ==) got a 200 success response code from you.
Can you expand on this? I am not sure what you mean.
The client plugin idea is similar to Outlook add-ins or Cisco Jabber custom tab. It is an integration capability to let third party implement extension of Zoom. With the new trend, this capability usually supported by web-based platform.
Cisco Jabber custom tab supports the extension to get event happened on Jabber. That is, when a phone call coming in, this extension will have the information of the phone number of caller, etc. If Zoom has the similar capability, I might be able to use to get the events of meeting that is created and started by outside zoom account.
Hope that I explain it clearly. So does Zoom support Zoom plugin?
here we need to use
will follow this structure: {download_url}/?access_token={download_token}\n\nExample: https://zoom.us/recording/download/bdfdgdg?access_token=abvdoerbfg"
from where I will get download_token for user and will download the recording video.
from server-side, I will use this code
please help me