Property signature BaseParticipant.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 |
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-05 UTC.
[null,null,["Last updated 2025-02-05 UTC."],[[["This feature is accessible through the Google Workspace Developer Preview Program, offering early access to new functionalities."],["The participant key, formatted as `participants/{participant}`, is crucial for accessing additional participant details."],["Retrieving the conference record is necessary, as the full participant key format is `conferenceRecords/{conference_record}/participants/{participant}`."],["The key, a string, is optional, and can be used to get additional information through the Meet REST API."]]],[]]