Property signature MediaEntry.participantKey

Participant key of associated participant. Format is participants/{participant}.

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

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

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

Signature

participantKey?: string;

Details

Type string
Optional Yes
Readonly No