Click or drag to resize

IZoomCreateMeeting Method

Creates a meeting creating the user (via CreateUser(User, ZoomUserOptions) if user doesn't already exist). The expiration time of start_url is two hours. But for API users, the expiration time is 90 days.
After expiration, host(s) will have to login to start meeting.
Calls POST /users/{userId}/meetings.

Namespace:  NetQuarry.Services.Zoom
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
Meeting CreateMeeting(
	string userId,
	Meeting input
)

Parameters

userId
Type: SystemString
Required. The user ID or email address, but user ID version has not been tested.
input
Type: NetQuarry.Services.ZoomMeeting
Meeting information. All fields optional, except occurrences, h323_password, uuid, id, host_id. start_time must be in UTC time and do not set timezone.

Return Value

Type: Meeting
Object with possibly all the fields set, except recurrence. start_time will be in UTC, ignore timezone if it's is anything else.
See Also