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