MeetingStartEventDetails interface
Interface representing the details of a meeting start event.
- Extends
Properties
| start |
The start time of the meeting. |
Inherited Properties
| id | The unique identifier of the meeting. |
| join |
The URL to join the meeting. |
| meeting |
The type of the meeting. |
| title | The title of the meeting. |
Property Details
startTime
The start time of the meeting.
startTime: Date
Property Value
Date
Inherited Property Details
id
The unique identifier of the meeting.
id: string
Property Value
string
Inherited From MeetingEventDetails.id
joinUrl
The URL to join the meeting.
joinUrl: string
Property Value
string
Inherited From MeetingEventDetails.joinUrl
meetingType
The type of the meeting.
meetingType: string
Property Value
string
Inherited From MeetingEventDetails.meetingType
title
The title of the meeting.
title: string
Property Value
string
Inherited From MeetingEventDetails.title