Signature de propriété MediaEntry.participantKey
Clé du participant associé. Il a le format suivant : participants/{participant}
.
Vous pouvez l'utiliser pour récupérer des informations supplémentaires sur le participant à partir de la ressource API REST Meet – Participants.
Note
: doit être au format conferenceRecords/{conference_record}/participants/{participant}
.
Vous pouvez récupérer l'enregistrement de la conférence à partir de la ressource API REST Meet – Conférences.
Signature
participantKey?: string;
Détails
Type |
string |
Facultatif |
Oui |
Lecture seule |
Non |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/02/06 (UTC).
[null,null,["Dernière mise à jour le 2025/02/06 (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."]]],[]]