Click or drag to resize

IZoomRetrievePastMeetingParticipants Method

Retrieves the list of participants for a past meeting. The returned array may be empty, but never null.

Namespace:  NetQuarry.Services.Zoom
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
MeetingParticipant[] RetrievePastMeetingParticipants(
	string meetingId
)

Parameters

meetingId
Type: SystemString
The meeting for which to retrieve participants.

Return Value

Type: MeetingParticipant
The participants array, may be empty, but never null.
See Also