Media Entry interface.
Signature
declare interface MediaEntry
Property signatures
| Name | Description | 
|---|---|
| audioCsrc | CSRC for any audio stream contributed by this participant. | 
| audioMuted | Whether this participant muted their audio stream. | 
| participant | Resource name of the participant. Format: conferenceRecords/{conferenceRecord}/participants/{participant} | 
| participantId | (Deprecated) Participant ID for the media entry. | 
| participantKey | Participant key of associated participant. Format is participants/{participant}. | 
| presenter | Whether the current entry is presentating. | 
| screenshare | Whether the current entry is a screenshare. | 
| session | Participant session name. There should be a one to one mapping of session to Media Entry. You can use this to retrieve additional information about the participant session from the Meet REST API - ParticipantSessions resource | 
| sessionName | The session ID of the media entry. | 
| videoCsrcs | CSRCs for any video streams contributed by this participant. | 
| videoMuted | Whether this participant muted their video stream. |