Click or drag to resize

IZoomUpdateMeeting Method

Update the specified meeting. Note that you should use UpdateMeetingSettings(String, MeetingSettingsInfo) if you just want to update one or more settings.

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

Parameters

meetingId
Type: SystemString
The ID of the meeting to update.
meeting
Type: NetQuarry.Services.ZoomMeeting
The meeting information to apply.

Return Value

Type: Meeting
The meeting.
See Also