getMeetingSession()
Prebuilt
Custom
Returns a Promise<{ meetingSession: { id: string } }> resolving with the ID of the current meeting session.
See also
Events
- meeting-session-summary-updated
- meeting-session-updated (deprecated)
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deprecated. Use meetingSessionSummary() instead.
getMeetingSession()
Prebuilt
Custom
meetingSessionSummary() instead, which returns synchronously.Promise<{ meetingSession: { id: string } }> resolving with the ID of the current meeting session.