MeetingDetailsBase interface
Interface representing the base details of a meeting.
Properties
| id | The unique identifier of the meeting. |
| join |
The URL to join the meeting. |
| title | The title of the meeting. |
Property Details
id
The unique identifier of the meeting.
id: string
Property Value
string
joinUrl
The URL to join the meeting.
joinUrl: string
Property Value
string
title
The title of the meeting.
title: string
Property Value
string