ดูข้อมูลการประชุม
หน้านี้จะอธิบายวิธีเรียกข้อมูลเกี่ยวกับการประชุม
รับข้อมูลการประชุม
หากต้องการดูรายละเอียดเกี่ยวกับการประชุม ให้ใช้เมธอด getMeetingInfo()
ในออบเจ็กต์ MeetAddonClient
เมธอดจะแสดงอินสแตนซ์ของออบเจ็กต์ MeetingInfo
ซึ่งมีรายละเอียดเกี่ยวกับการประชุมที่ส่วนเสริมกำลังทำงานอยู่ ซึ่งรวมถึงพร็อพเพอร์ตี้ meetingId
สำหรับการประชุมที่ดำเนินอยู่ ซึ่งคุณใช้เพื่อเรียกข้อมูลการประชุมโดยใช้ Google Meet REST API ได้ รหัสการประชุมเป็นตัวระบุที่ไม่ซ้ำกันทั่วโลกสำหรับพื้นที่การประชุม นอกจากนี้ อ็อบเจกต์ MeetingInfo
ยังมี meetingCode
ของการประชุมที่กำลังดำเนินอยู่ด้วย
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ 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"]]