> ## Documentation Index
> Fetch the complete documentation index at: https://docs.daily.co/llms.txt
> Use this file to discover all available pages before exploring further.

# getMeetingSession() (Deprecated)

> Deprecated. Use meetingSessionSummary() instead.

<Badge color="yellow">Deprecated 0.55.0</Badge>

`getMeetingSession()`

<Badge color="green">{"✓"} Prebuilt</Badge> <Badge color="green">{"✓"} Custom</Badge>

<Warning>
  This method is deprecated. Use [`meetingSessionSummary()`](/reference/daily-js/instance-methods/meeting-session-summary) instead, which returns synchronously.
</Warning>

Returns a `Promise<{ meetingSession: { id: string } }>` resolving with the ID of the current meeting session.

## See also

<CardGroup>
  <Card title="Methods" icon="code" iconType="solid">
    * [meetingSessionSummary()](/reference/daily-js/instance-methods/meeting-session-summary)
    * [meetingSessionState()](/reference/daily-js/instance-methods/meeting-session-state)
  </Card>

  <Card title="Events" icon="bolt" iconType="solid">
    * [meeting-session-summary-updated](/reference/daily-js/events/messaging-events#meeting-session-summary-updated)
    * [meeting-session-updated](/reference/daily-js/events/messaging-events#meeting-session-updated) (deprecated)
  </Card>
</CardGroup>
