인터페이스 UploadMediaStatsRequest
클라이언트에서 서버로 미디어 통계를 업로드합니다. 통계는 RTCPeerConnection.getStats()를 호출하여 WebRTC에서 가져옵니다. 반환된 RTCStatsReport는 아래 섹션에 매핑할 수 있습니다.
서명
declare interface UploadMediaStatsRequest extends MediaApiRequest
유산
속성 서명
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-05(UTC)
[null,null,["최종 업데이트: 2025-02-05(UTC)"],[[["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."]]],[]]