다음 표에는 회의 스페이스 메서드를 사용하는 데 필요한 회의 역할이 자세히 설명되어 있습니다.
메서드
소유자
참여자
기타
endActiveConference
x
get
x
x
x
설정
x
활성 회의가 있는 경우
x
x
patch
x
사용자 인증 정보로 인증하고 승인하면 Google Meet 앱이 사용자 데이터에 액세스하고 인증된 사용자를 대신하여 작업을 실행할 수 있습니다. 도메인 전체 위임으로 인증하면 각 사용자의 동의를 받지 않고도 애플리케이션의 서비스 계정에서 사용자 데이터에 액세스할 수 있습니다.
Meet에서 회의 스페이스를 식별하는 방법
Google Meet REST API는 각 회의실에 대해 spaces 리소스를 생성합니다. name 필드는 리소스의 리소스 이름입니다.
다음은 name 필드를 사용하여 회의 공간을 식별하는 두 가지 중요한 방법입니다.
space_id은 스페이스의 리소스 식별자이며 spaces/{space} 형식으로 지정됩니다. 서버에서 생성된 고유 ID이며 대소문자를 구분합니다.
spaces/jQCFfuBOdN5z를 예로 들 수 있습니다.
meetingCode은 스페이스의 별칭이며 spaces/{meetingCode} 형식입니다. 입력 가능한 고유한 문자열이며 대소문자를 구분하지 않습니다. abc-mnop-xyz를 예로 들 수 있습니다. 최대 길이는 128자(영문 기준)입니다. meetingUri의 일부를 구성합니다.
https://meet.google.com/abc-mnop-xyz
회의 스페이스를 관리하려면 {name} 필드에 다음 값을 사용하세요.
회의 스페이스에 대한 세부정보를 가져오려면 spaces/{space} 또는 별칭 spaces/{meetingCode}를 사용하면 됩니다. 자세한 내용은 회의실 확보하기를 참고하세요.
회의 스페이스의 세부정보를 업데이트하려면 spaces/{space}만 사용할 수 있습니다.
자세한 내용은 회의 스페이스 업데이트를 참고하세요.
회의 스페이스 내에서 활성 회의를 종료하려면 spaces/{space}만 사용할 수 있습니다. 자세한 내용은 활성 회의 종료를 참고하세요.
[null,null,["최종 업데이트: 2025-08-29(UTC)"],[],[],null,["# Google Meet meeting spaces overview\n\nThis guide explains how the Google Meet REST API lets you create and manage meetings\nfor Google Meet.\n\nA [meeting space](/workspace/meet/api/guides/overview#meeting-space) represents\na virtual place or a persistent object (such as a meeting room) where\nconferences are held. Only one active conference can be held in one space at any\ntime. A meeting space also helps users meet and find shared resources.\n\nTo work with meeting spaces, see [Create and manage meeting\nspaces](/workspace/meet/api/guides/meeting-spaces). To learn how to\nprogrammatically configure a meeting space, see [Configure meeting spaces and\nmembers](/workspace/meet/api/guides/meeting-spaces-configuration).\n\nThe following table details the meeting roles required to use the meeting space\nmethods:\n\n| Method | Owners | Participants | Others |\n|------------------------|--------|--------------|--------|\n| `endActiveConference` | x | | |\n| `get` | x | x | x |\n| with settings | x | | |\n| with active conference | x | x | |\n| `patch` | x | | |\n\nAuthenticating and authorizing with [user\ncredentials](/workspace/meet/api/guides/authenticate-authorize) lets\nGoogle Meet apps access user data and perform operations on the authenticated\nuser's behalf. Authenticating with [domain-wide\ndelegation](/workspace/meet/api/guides/authenticate-authorize#domain-wide-delegation)\nlets you authorize an application's service account to access your users' data\nwithout requiring each user to give consent.\n\nHow Meet identifies a meeting space\n-----------------------------------\n\nThe Google Meet REST API generates a\n[`spaces`](/workspace/meet/api/reference/rest/v2/spaces) resource for each\nmeeting space. The `name` field is the resource name for the resource.\n\nThe following are two important ways to identify a meeting space using the\n`name` field:\n\n- `space_id` is the resource identifier for the space, formatted as\n `spaces/{space}`. It's a unique, server-generated ID and is case sensitive.\n For example, `spaces/jQCFfuBOdN5z`.\n\n- `meetingCode` is an alias for the space, formatted as\n `spaces/{meetingCode}`. It's a typeable, unique character string and is\n non-case sensitive. For example, `abc-mnop-xyz`. The maximum length is 128\n characters. It forms part of the `meetingUri`:\n `https://meet.google.com/abc-mnop-xyz`.\n\n | **Note:** A `meetingCode` shouldn't be stored long term as it can become dissociated from a meeting space and can be reused for different meeting spaces in the future. Generally, a `meetingCode` expires 365 days after last use. For more information, see [Learn about meeting codes in\n | Google Meet](https://support.google.com/meet/answer/10710509).\n\nTo manage a meeting space, use the following values for the `{name}` field:\n\n- To get details about a meeting space, you can use either `spaces/{space}` or\n the alias `spaces/{meetingCode}`. For more information, see [Get a meeting\n space](/workspace/meet/api/guides/meeting-spaces#get-meeting-space).\n\n- To update the details of a meeting space, you can only use `spaces/{space}`.\n For more information, see [Update a meeting\n space](/workspace/meet/api/guides/meeting-spaces#update-meeting-space).\n\n- To end an active conference within a meeting space, you can only use\n `spaces/{space}`. For more information, see [End active\n conference](/workspace/meet/api/guides/meeting-spaces#end-active-conference).\n\nRelated topics\n--------------\n\n- [Create and manage meeting spaces](/workspace/meet/api/guides/meeting-spaces)\n- [Configure meeting spaces and members](/workspace/meet/api/guides/meeting-spaces-configuration)"]]