Interface Participant
An abstraction that represents a participant in a Meet call. Contains the
participant object and the media entries associated with this participant.
Signature
interface Participant
Property signatures
Name |
Description |
mediaEntries |
The media entries associated with this participant. These can be transient. There is one participant to many media entries relationship. |
participant |
Participant abstraction associated with this participant. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
[null,null,["Last updated 2025-02-04 UTC."],[[["The content describes a `Participant` interface, representing a participant in a Google Meet call."],["The `Participant` interface is available as part of the Google Workspace Developer Preview Program, offering early access to certain features."],["The `Participant` interface includes `mediaEntries`, which are the media associated with a participant and are in a one participant to many media entries relationship."],["The `Participant` interface also includes a `participant` property, which provides a general participant abstraction."]]],[]]