接口 UploadMediaStatsRequest
将媒体统计信息从客户端上传到服务器。系统会通过调用 RTCPeerConnection.getStats() 从 WebRTC 检索统计信息。返回的 RTCStatsReport 可映射到以下部分。
签名
declare interface UploadMediaStatsRequest extends MediaApiRequest
遗产
属性签名
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-02-05。
[null,null,["最后更新时间 (UTC):2025-02-05。"],[[["This content pertains to the `UploadMediaStatsRequest`, which is part of the Google Workspace Developer Preview Program."],["The `UploadMediaStatsRequest` is used to send media statistics from the client to the server, derived from WebRTC's `RTCPeerConnection.getStats()`."],["It extends `MediaApiRequest` and includes a `requestId` for unique request identification."],["The core functionality is the `uploadMediaStats` property which handles the actual upload of the media statistics."]]],[]]