Interfejs UploadMediaStatsRequest
Przesyła statystyki multimediów z klienta na serwer. Statystyki są pobierane z WebRTC przez wywołanie metody RTCPeerConnection.getStats(). Zwrócony obiekt RTCStatsReport można zmapować na sekcje opisane poniżej.
Podpis
declare interface UploadMediaStatsRequest extends MediaApiRequest
Dziedzictwo
Podpisy w usłudze
Nazwa |
Opis |
requestId |
Unikalny identyfikator wygenerowany przez klienta dla tego żądania. Różne żądania nie mogą mieć tego samego identyfikatora żądania w ramach jednego kanału danych. (Zdefiniowany przez MediaApiRequest ) |
uploadMediaStats |
Przesyłanie statystyk multimediów. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-02-05 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]