v1

latestSwagger 2.02026-07-14262752.1 KB
Meetings

Create meeting

Create a new meeting based on the parameters specified.

post/meetings

Headers

Authorizationstring required

Access token

Request body

conferencecallinfostring required

A required string. Can be one of the following options: <br>PSTN (PSTN only), <br>Free (PSTN and VoIP), <br>Hybrid, (PSTN and VoIP), <br>Private (you provide numbers and access code), or <br>VoIP (VoIP only). <br>You may also enter plain text for numbers and access codes with a limit of 255 characters

endtimestring date-time required

The ending time of the meeting. Required ISO8601 UTC string, e.g. 2015-07-01T23:00:00Z

meetingtype'immediate' | 'recurring' | 'scheduled' required

The meeting type

passwordrequiredboolean required

Indicates whether a password is required to join the meeting. Required parameter

starttimestring date-time required

The starting time of the meeting. Required ISO8601 UTC string, e.g. 2015-07-01T22:00:00Z

subjectstring required

The subject of the meeting. 100 characters maximum. The characters '>' and '<' have to be replaced with the corresponding html character code (&gt; for '>' and &lt; for '<')

timezonekeystring required

DEPRECATED. Must be provided and set to empty string ''

Response

Created

conferenceCallInfostring required

Audio options for the meeting

joinURLstring required

The URL the meeting participants will use to join the meeting

maxParticipantsinteger required

The maximum number of participants allowed in the meeting

meetingidinteger required

The meeting ID

uniqueMeetingIdinteger required

The meeting ID. Field retained for backwards compatibility reasons