Click or drag to resize

IZoomRetrievePastMeeting Method

Retrieves information about a past meeting. Past meetings will include actual meeting information for the start_time, total_minutes, participants_count and other fields.

Namespace:  NetQuarry.Services.Zoom
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
Meeting RetrievePastMeeting(
	string meetingId
)

Parameters

meetingId
Type: SystemString
The meeting to retrieve.

Return Value

Type: Meeting
The meeting, if found.
See Also