Pojedynczy zasób zawierający informacje o uczestnikach. Aby określić typ uczestnika, zostanie ustawione dokładnie jedno z pol signedInUser, anonymousUser lub phoneUser.
Informuje serwer, że klient zamierza się rozłączyć. Po otrzymaniu odpowiedzi klient nie powinien otrzymywać żadnych innych wiadomości ani multimediów RTP.
Typ użytkownika „Telefon” zawsze ma wyświetlaną nazwę. Użytkownik dzwoni z telefonu, na którym jego tożsamość jest nieznana, ponieważ nie jest zalogowany na konto Google.
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 mapować na sekcje wymienione poniżej.
Sekcja statystyk multimediów. Służy do mapowania RTCStatsReport na oczekiwaną strukturę kanału danych. Wszystkie sekcje mają identyfikator i typ. Informacje o polach określonego typu znajdziesz w interfejsie StatTypes.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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`."]]],[]]