Giao diện tiện ích bổ sung
Giao diện AddonSession. Dùng để tương tác với Meet.
Chữ ký
interface AddonSession
Chữ ký phương thức
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-11 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-09-11 UTC."],[[["The `AddonSession` interface enables interaction with Google Meet."],["It provides methods for creating clients to access different functionalities like CoDoing, CoWatching, MainStage, and SidePanel."],["These clients facilitate communication and data exchange within a Google Meet session."]]],["The `AddonSession` interface facilitates interaction with Meet by providing methods to create different client types. These methods include: `createCoDoingClient` to instantiate a `CoDoingClient`, `createCoWatchingClient` to instantiate a `CoWatchingClient`, `createMainStageClient` to create a `MainStageClient`, and `createSidePanelClient` to create a `SidePanelClient`. Each client enables specific functionalities within the Meet environment.\n"]]