Property signature MediaEntry.sessionName

The session ID of the media entry.

Format is participants/{participant}/participantSessions/{participant_session}

You can use this to retrieve additional information about the participant session from the Meet REST API - ParticipantSessions resource.

Note: This has to be in the format of conferenceRecords/{conference_record}/participants/{participant}/participantSessions/{participant_session}.

You can retrieve the conference record from the Meet REST API - Conferences resource.

Signature

sessionName?: string;

Details

Type string
Optional Yes
Readonly No