Resource singleton yang berisi informasi peserta. Akan ada tepat satu kolom signedInUser, anonymousUser, atau phoneUser yang ditetapkan untuk menentukan jenis peserta.
Jenis pengguna ponsel, selalu memiliki nama tampilan. Pengguna yang bergabung melalui telepon dengan identitas yang tidak diketahui karena belum login dengan Akun Google.
Mengupload statistik media dari klien ke server. Statistik diambil dari WebRTC dengan memanggil RTCPeerConnection.getStats(). RTCStatsReport yang ditampilkan dapat dipetakan ke bagian di bawah.
Bagian statistik media. Digunakan untuk memetakan RTCStatsReport ke struktur yang diharapkan untuk saluran data. Semua bagian memiliki ID dan jenis. Untuk kolom dalam jenis tertentu, lihat antarmuka StatTypes.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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`."]]],[]]