REST Resource: conferenceRecords.participants
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Risorsa: Partecipante
Utente che ha partecipato o sta partecipando a una conferenza.
Rappresentazione JSON |
{
"name": string,
"earliestStartTime": string,
"latestEndTime": string,
// Union field user can be only one of the following:
"signedinUser": {
object (SignedinUser )
},
"anonymousUser": {
object (AnonymousUser )
},
"phoneUser": {
object (PhoneUser )
}
// End of list of possible types for union field user .
} |
Campi |
name |
string
Solo output. Nome della risorsa del partecipante. Formato: conferenceRecords/{conferenceRecord}/participants/{participant}
|
earliestStartTime |
string (Timestamp format)
Solo output. Ora in cui il partecipante ha partecipato per la prima volta alla riunione.
|
latestEndTime |
string (Timestamp format)
Solo output. Ora in cui il partecipante ha abbandonato la riunione per l'ultima volta. Può essere nullo se si tratta di una riunione attiva.
|
Campo unione user . user può essere solo uno dei seguenti:
|
signedinUser |
object (SignedinUser )
Utente che ha eseguito l'accesso.
|
anonymousUser |
object (AnonymousUser )
Utente anonimo.
|
phoneUser |
object (PhoneUser )
Utente che chiama dal proprio smartphone.
|
SignedinUser
Un utente che ha eseguito l'accesso può essere: a) una persona che partecipa da un computer personale, un dispositivo mobile o tramite la modalità Companion. b) Un account robot utilizzato dai dispositivi della sala riunioni.
Rappresentazione JSON |
{
"user": string,
"displayName": string
} |
Campi |
user |
string
Solo output. ID univoco dell'utente. Interoperabile con l'API SDK Admin e l'API People. Formato: users/{user}
|
displayName |
string
Solo output. Per un dispositivo personale, sono il nome e il cognome dell'utente. Per un account robot, si tratta del nome del dispositivo specificato dall'amministratore. Ad esempio, "Camera Altostrat".
|
AnonymousUser
Utente che partecipa in modo anonimo (ovvero senza aver eseguito l'accesso a un Account Google).
Rappresentazione JSON |
{
"displayName": string
} |
Campi |
displayName |
string
Solo output. Nome fornito dall'utente quando partecipa a una conferenza in modo anonimo.
|
PhoneUser
Utente che si connette da un telefono la cui identità è sconosciuta perché non ha eseguito l'accesso con un Account Google.
Rappresentazione JSON |
{
"displayName": string
} |
Campi |
displayName |
string
Solo output. Numero di telefono dell'utente oscurato parzialmente durante la chiamata.
|
Metodi |
|
Recupera un partecipante in base all'ID partecipante. |
|
Elenca i partecipanti di una registrazione di una conferenza. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 2025-07-25 UTC."],[],[],null,["# REST Resource: conferenceRecords.participants\n\n- [Resource: Participant](#Participant)\n - [JSON representation](#Participant.SCHEMA_REPRESENTATION)\n- [SignedinUser](#SignedinUser)\n - [JSON representation](#SignedinUser.SCHEMA_REPRESENTATION)\n- [AnonymousUser](#AnonymousUser)\n - [JSON representation](#AnonymousUser.SCHEMA_REPRESENTATION)\n- [PhoneUser](#PhoneUser)\n - [JSON representation](#PhoneUser.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Participant\n---------------------\n\nUser who attended or is attending a conference.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"earliestStartTime\": string, \"latestEndTime\": string, // Union field `user` can be only one of the following: \"signedinUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#SignedinUser) }, \"anonymousUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#AnonymousUser) }, \"phoneUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#PhoneUser) } // End of list of possible types for union field `user`. } ``` |\n\n| Fields ||\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the participant. Format: `conferenceRecords/{conferenceRecord}/participants/{participant}` |\n| `earliestStartTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Time when the participant first joined the meeting. |\n| `latestEndTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Time when the participant left the meeting for the last time. This can be null if it's an active meeting. |\n| Union field `user`. `user` can be only one of the following: ||\n| `signedinUser` | `object (`[SignedinUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#SignedinUser)`)` Signed-in user. |\n| `anonymousUser` | `object (`[AnonymousUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#AnonymousUser)`)` Anonymous user. |\n| `phoneUser` | `object (`[PhoneUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#PhoneUser)`)` User calling from their phone. |\n\nSignedinUser\n------------\n\nA signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.\n\n| JSON representation |\n|---------------------------------------------------|\n| ``` { \"user\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `user` | `string` Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format: `users/{user}` |\n| `displayName` | `string` Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, \"Altostrat Room\". |\n\nAnonymousUser\n-------------\n\nUser who joins anonymously (meaning not signed into a Google Account).\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------|\n| `displayName` | `string` Output only. User provided name when they join a conference anonymously. |\n\nPhoneUser\n---------\n\nUser dialing in from a phone where the user's identity is unknown because they haven't signed in with a Google Account.\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|----------------------------------------------------------------------------|\n| `displayName` | `string` Output only. Partially redacted user's phone number when calling. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------|------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants/get) | Gets a participant by participant ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants/list) | Lists the participants in a conference record. |"]]