Click or drag to resize

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:
  1. meeting.started
  2. meeting.ended
  3. meeting.participant_joined
  4. meeting.participant_left
  5. 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
)

Parameters

sender
Type: NetQuarryIAppContext
The application context object.
e
Type: NetQuarry.Services.ZoomZoomMeetingEventArgs
Event arguments.
See Also