MeetingEndEventDetails interface
Interface representing the details of a meeting end event.
- Extends
Properties
| end |
The end 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
endTime
The end time of the meeting.
endTime: 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