Meet 리소스에 대한 구독을 만들 때 eventTypes[] 필드를 사용하여 수신할 이벤트 유형을 지정합니다. 이벤트 유형은 CloudEvents 사양에 따라 형식이 지정됩니다(예: google.workspace.APPLICATION.RESOURCE.VERSION.ACTION).
예를 들어 Meet 스페이스의 회의에 있는 새 참여자에 관한 이벤트를 수신하려면 이벤트 유형을 google.workspace.meet.participant.v2.joined로 지정합니다. 이벤트 작동 방식에 대해 자세히 알아보려면 Google Workspace 이벤트 구조를 참고하세요.
다음 표에는 지원되는 이벤트 유형, 설명, 이벤트 데이터에 표시되는 변경된 Meet 리소스가 표시됩니다.
이벤트 유형
설명
Meet 리소스
google.workspace.meet.conference.v2.started
회의 스페이스에서 회의가 시작됩니다.
conferenceRecord
google.workspace.meet.conference.v2.ended
회의 공간에서 회의가 종료됩니다.
conferenceRecord
google.workspace.meet.participant.v2.joined
참여자가 회의 스페이스에서 진행 중인 회의에 참여합니다.
conferenceRecord.participantSession
google.workspace.meet.participant.v2.left
참여자가 회의 스페이스에서 진행 중인 회의를 나갑니다.
conferenceRecord.participantSession
google.workspace.meet.recording.v2.fileGenerated
회의 스페이스의 회의에 녹화 파일이 생성됩니다.
conferenceRecord.recording
google.workspace.meet.transcript.v2.fileGenerated
회의 스페이스에서 회의의 스크립트 파일이 생성됩니다.
conferenceRecord.transcript
이벤트 데이터
이 섹션에서는 Meet 회의실의 이벤트에 관한 이벤트 데이터와 페이로드 예를 설명합니다.
Google Workspace 구독이 Meet에서 이벤트를 수신하면 data 필드에 이벤트 페이로드가 포함됩니다. 이 페이로드에는 변경된 Google Workspace 리소스에 관한 정보가 있습니다. 예를 들어 스페이스의 새 스크립트에 관한 이벤트를 구독한 경우 이러한 이벤트의 페이로드에는 변경된 transcript 리소스에 관한 정보가 포함됩니다.
이벤트 페이로드의 리소스 데이터
다음 표는 Meet 회의실 구독의 JSON 페이로드 예를 보여줍니다. 이 예에서는 회의 레코드 ID(예: conferenceRecords/AAA-BBB-CCC-DDD-EEE)를 사용하여 회의 공간을 식별합니다. 자세한 내용은 Meet에서 회의실을 식별하는 방법을 참고하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-11(UTC)"],[[["This page details how to subscribe to Google Meet events using the Google Workspace Events API to receive real-time updates about conferences, participants, recordings, and transcripts."],["You can monitor events by specifying a target resource, which can be a meeting space or a user, and subscribe to specific event types, such as conference start/end or participant join/leave."],["Event data includes payloads containing information about the changed resource, like a conference record or a participant session."],["To get started, you need to create a subscription and choose the appropriate event types for your app's needs, refer to the provided links for a step-by-step guide and API documentation."]]],["The Google Workspace Events API allows apps to subscribe to Google Meet events. Apps can receive notifications about conferences starting or ending, participants joining or leaving, and recordings or transcripts being generated. To receive events, you must create a subscription and specify a target resource, either a meeting space or a user. Define specific event types, such as `conference.v2.started` or `participant.v2.joined`, during subscription creation. Each event payload contains details about the changed resource.\n"]]