Method: spaces.endActiveConference
HTTP-Anfrage
POST https://meet.googleapis.com/v2/{name=spaces/*}:endActiveConference
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Ressourcenname des Gruppenbereichs. Format: spaces/{space} . {space} ist die Ressourcen-ID für den Bereich. Es handelt sich um eine eindeutige, vom Server generierte ID, bei der die Groß- und Kleinschreibung berücksichtigt wird. Beispiel: jQCFfuBOdN5z .
Weitere Informationen
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich ist, ist der Antworttext leer.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/meetings.space.created
Weitere Informationen finden Sie im Leitfaden zur Autorisierung.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-07-12 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-07-12 (UTC)."],[[["Ends an active conference for a specified Google Meet space."],["Requires an empty request body and returns an empty response body upon success."],["Uses the `spaces/{space}` format for identifying the target meeting space."],["Needs authorization with the `https://www.googleapis.com/auth/meetings.space.created` scope."],["Accessible via a `POST` request to the dedicated endpoint `https://meet.googleapis.com/v2/{name=spaces/*}:endActiveConference`."]]],["The core function described is ending an active conference via a `POST` request to `https://meet.googleapis.com/v2/{name=spaces/*}:endActiveConference`. The `name` path parameter, formatted as `spaces/{space}`, is required to identify the specific space. The request body must be empty. A successful response also has an empty body. The operation requires the `https://www.googleapis.com/auth/meetings.space.created` OAuth scope.\n"]]