मीटिंग में हिस्सा लेने वाले व्यक्ति की जानकारी देने वाला सिंगलटन रिसॉर्स. मीटिंग में हिस्सा लेने वाले व्यक्ति के टाइप का पता लगाने के लिए, signedInUser, anonymousUser या phoneUser फ़ील्ड में से कोई एक फ़ील्ड सेट किया जाएगा.
फ़ोन का इस्तेमाल करने वाले उपयोगकर्ता का डिसप्ले नेम हमेशा मौजूद होता है. उपयोगकर्ता ने किसी ऐसे फ़ोन से डायल इन किया है जिस पर उसने Google खाते से साइन इन नहीं किया है. इसलिए, उसकी पहचान की पुष्टि नहीं की जा सकती.
क्लाइंट से सर्वर पर मीडिया के आंकड़े अपलोड करता है. RTCPeerConnection.getStats() को कॉल करके, WebRTC से आंकड़े हासिल किए जाते हैं. इसके बाद, RTCStatsReport को नीचे दिए गए सेक्शन में मैप किया जा सकता है.
मीडिया के आंकड़ों का सेक्शन. इसका इस्तेमाल, RTCStatsReport को डेटा चैनल के लिए तय किए गए स्ट्रक्चर के हिसाब से मैप करने के लिए किया जाता है. सभी सेक्शन का एक आईडी और टाइप होता है. किसी खास टाइप के फ़ील्ड के लिए, कृपया StatTypes इंटरफ़ेस देखें.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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`."]]],[]]