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
)
Function RetrievePastMeetingParticipants (
meetingId As String
) As MeetingParticipant()
Parameters
- meetingId
- Type: SystemString
The meeting for which to retrieve participants.
Return Value
Type:
MeetingParticipantThe participants array, may be empty, but never null.
See Also