Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Giao diện cho MeetMediaApiClient. Lấy một cấu hình bắt buộc và cung cấp một tập hợp các đối tượng có thể đăng ký cho ứng dụng. Lấy MeetMediaClientRequiredConfiguration làm tham số hàm khởi tạo.
Áp dụng các yêu cầu bố cục nội dung nghe nhìn đã cho. Bạn cần có thông tin này để có thể yêu cầu luồng video. Chỉ chấp nhận bố cục nội dung nghe nhìn được tạo bằng hàm createMediaLayout.
Tạo bố cục nội dung nghe nhìn mới. Bạn chỉ có thể áp dụng bố cục nội dung nghe nhìn được tạo bằng hàm này. Nếu không, hàm applyLayout sẽ gửi một lỗi. Sau khi tạo bố cục nội dung nghe nhìn, bạn có thể tạo một yêu cầu và áp dụng yêu cầu đó bằng hàm applyLayout. Các đối tượng bố cục nội dung nghe nhìn này được dùng để sử dụng lại (có thể được chỉ định lại cho một yêu cầu khác) nhưng khác nhau theo từng luồng (cần được tạo cho từng luồng).
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-02-06 UTC."],[[["The `MeetMediaApiClient` interface allows developers to interact with the Google Meet media API, requiring a specific configuration upon initialization."],["It provides methods like `applyLayout` and `createMediaLayout` to manage media layouts, with layouts created using `createMediaLayout` being the only ones compatible with `applyLayout`."],["The interface offers `joinMeeting` and `leaveMeeting` methods to control meeting participation."],["The `MeetMediaApiClient` also exposes properties like `mediaEntries`, `meetStreamTracks`, `participants`, `presenter`, `screenshare`, and `sessionStatus`, which are subscribable to changes in their respective collections or statuses."],["This API is available through the Google Workspace Developer Preview Program, allowing early access to its features."]]],[]]