| Name | Description | Type | Additional information |
|---|---|---|---|
| Created |
True when this call created a new meeting; false when it updated an existing one (MeetingKey was supplied in the request). |
boolean |
None. |
| MeetingKey |
Unique key of the meeting (Campaign.CampaignKey). Use this for api/v3/room/details lookups and future meeting management. |
globally unique identifier |
None. |
| MeetingId |
The unique meeting id used in JoinMeetingUrl/StartMeetingUrl (VerticalId-MeetingId). |
string |
None. |
| MeetingName |
The meeting name. |
string |
None. |
| JoinMeetingUrl |
Direct link to join the meeting room in the meet app (MeetAppDomain/join/{MeetingKey}). Resolves per environment. |
string |
None. |
| StartMeetingUrl |
Link the host uses to start the meeting from the portal (AppDomainUrl/?i={MeetingId}&StartMeeting=1). Resolves per environment. |
string |
None. |
| QRCodeUrl |
QR code image URL encoding StartMeetingUrl. |
string |
None. |
| CallRecord |
Whether meeting calls are recorded. |
boolean |
None. |
| Host |
The operator the meeting summary email is sent to when SendSummaryToHost is true. |
MeetingOperatorSummary |
None. |
| Operators |
Operators assigned to the meeting (Assign Operators), including the creating operator. |
Collection of MeetingOperatorSummary |
None. |
| SummaryEnabled |
Whether the AI meeting summary assistant is enabled on this meeting. |
boolean |
None. |
| AutoSummaryEnabled |
Whether the AI meeting summary runs automatically after each meeting. |
boolean |
None. |
| SendSummaryToHost |
Whether the summary link is emailed to the host after each meeting. |
boolean |
None. |
| SendSummaryToParticipant |
Whether the summary link is emailed to participants after each meeting. |
boolean |
None. |
| Message |
Human-readable confirmation of what was created, including AI summary status. |
string |
None. |