Spaces
class Spaces extends Resource (View source)
The "spaces" collection of methods.
Typical usage is:
$meetService = new Google\Service\Meet(...);
$spaces = $meetService->spaces;
Methods
endActiveConference(string $name, EndActiveConferenceRequest $postBody, array $optParams = [])
Ends an active conference (if there's one). For an example, see End active conference. (spaces.endActiveConference)
get(string $name, array $optParams = [])
Gets details about a meeting space. For an example, see Get a meeting space. (spaces.get)
patch(string $name, Space $postBody, array $optParams = [])
Updates details about a meeting space. For an example, see Update a meeting space. (spaces.patch)
Details
MeetEmpty
endActiveConference(string $name, EndActiveConferenceRequest $postBody, array $optParams = [])
Ends an active conference (if there's one). For an example, see End active conference. (spaces.endActiveConference)
Space
get(string $name, array $optParams = [])
Gets details about a meeting space. For an example, see Get a meeting space. (spaces.get)
Space
patch(string $name, Space $postBody, array $optParams = [])
Updates details about a meeting space. For an example, see Update a meeting space. (spaces.patch)