Tài nguyên singleton chứa thông tin về người tham gia. Sẽ có đúng một trong các trường signedInUser, anonymousUser hoặc phoneUser được đặt để xác định loại người tham gia.
Thông báo cho máy chủ rằng ứng dụng sắp ngắt kết nối. Sau khi nhận được phản hồi, ứng dụng không nên nhận được bất kỳ thông báo hoặc RTP nội dung nghe nhìn nào khác.
Loại người dùng điện thoại, luôn có tên hiển thị. Người dùng gọi điện từ một chiếc điện thoại mà danh tính của người dùng không xác định được vì họ chưa đăng nhập bằng Tài khoản Google.
Tải số liệu thống kê về nội dung đa phương tiện từ ứng dụng lên máy chủ. Số liệu thống kê được truy xuất từ WebRTC bằng cách gọi RTCPeerConnection.getStats(). Bạn có thể liên kết RTCStatsReport được trả về với các phần bên dưới.
Một phần của số liệu thống kê về nội dung nghe nhìn. Dùng để liên kết RTCStatsReport với cấu trúc dự kiến cho kênh dữ liệu. Tất cả các mục đều có mã nhận dạng và loại. Đối với các trường thuộc một loại cụ thể, vui lòng xem giao diện StatTypes.
[[["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."],[[["This documentation covers the interfaces and type aliases for a media API, specifically within the Google Workspace Developer Preview Program, which provides early access to certain features."],["The interfaces define various types of users, such as `AnonymousUser`, `PhoneUser`, and `SignedInUser`, and their associated resource information via `BaseParticipant`."],["Several interfaces are dedicated to managing video assignment functionalities, including setting video assignments with `SetVideoAssignmentRequest`, and specifying video canvases via `MediaApiCanvas`, as well as defining layout models through `LayoutModel` and `VideoAssignmentLayoutModel`."],["The API allows for the management of media stats through interfaces like `MediaStatsConfiguration`, `UploadMediaStats`, and related types to handle data sent from both the client and the server, and using the data from WebRTC."],["Data channel messages are defined for various interactions, including sending and receiving information about media entries, participants, session controls, and video assignments with interfaces such as `MediaEntriesChannelToClient`, `ParticipantsChannelToClient`, `SessionControlChannelFromClient`, and `VideoAssignmentChannelToClient`."]]],[]]