회의 정보 확인하기
이 페이지에서는 회의에 관한 정보를 검색하는 방법을 설명합니다.
회의 정보 가져오기
회의에 대한 세부정보를 가져오려면 MeetAddonClient
객체에서 getMeetingInfo()
메서드를 사용합니다.
이 메서드는 부가기능이 실행 중인 회의에 관한 세부정보가 포함된 MeetingInfo
객체의 인스턴스를 반환합니다. 여기에는 진행 중인 회의의 meetingId
속성이 포함되며, 이 속성을 사용하여 Google Meet REST API를 통해 회의 정보를 가져올 수 있습니다. 회의 ID는 회의 공간의 전 세계 고유 식별자입니다. 또한 MeetingInfo
객체에는 진행 중인 회의의 meetingCode
가 포함됩니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-21(UTC)
[null,null,["최종 업데이트: 2024-12-21(UTC)"],[[["Use the `getMeetingInfo()` method of the `MeetAddonClient` object to retrieve details about a meeting."],["The method returns a `MeetingInfo` object containing meeting details, including `meetingId` and `meetingCode`."],["You can use the `meetingId` with the Google Meet REST API to retrieve further information."],["The `meetingId` is a globally unique identifier for the meeting space, while `meetingCode` represents the meeting's code."]]],["The core action is using the `getMeetingInfo()` method of the `MeetAddonClient` object to access meeting details. This method returns a `MeetingInfo` object containing the `meetingId`, a globally unique identifier, that allows retrieval of more meeting information via the Google Meet REST API. The `MeetingInfo` object also includes the ongoing meeting's `meetingCode`.\n"]]