Events of Instant Meeting

Hey @heidi.zh.n,

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.

Thanks,
Tommy

Hi! @tommy

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?

Best regards.
Heidi

Hey @heidi.zh.n!

I do not believe this is supported with our APIs.

The only way to get events that happen outside your Zoom account, is if an outside Zoom account installs your OAuth app with event subscriptions.

Thanks,
Tommy

I am geeting below error in Event notification endpoint URL

Destination URL for this app to receive subscribed event notifications
Invalid URL: http://localhost:8082/api/notifications

Hey @laxman,

Please try using a url accessible to the web. You can use ngrok.io to turn your localhost into an accessible server.

Thanks,
Tommy

Thank for reply @tommy
I am using below event

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

Hey @laxman,

Correct. What is the issue you are running into?

Thanks,
Tommy