ApplicationExtensionBaseZoomMeetingWebhook Method |
Called when the
Zoom service receives a meeting webhook request.
See
IZoom for more information about the
Zoom service.
Examples of Zoom meeting events include:
- meeting.started
- meeting.ended
- meeting.participant_joined
- meeting.participant_left
- meeting.participant_jbh_waiting
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void ZoomMeetingWebhook(
IAppContext sender,
ZoomMeetingEventArgs e
)
Public Overridable Sub ZoomMeetingWebhook (
sender As IAppContext,
e As ZoomMeetingEventArgs
)
Parameters
- sender
- Type: NetQuarryIAppContext
The application context object. - e
- Type: NetQuarry.Services.ZoomZoomMeetingEventArgs
Event arguments.
See Also