alias StatsSectionData টাইপ করুন
মিডিয়া পরিসংখ্যান একটি বিভাগ. ডেটা চ্যানেলের জন্য প্রত্যাশিত কাঠামোতে RTCSstatsReport ম্যাপ করতে ব্যবহৃত হয়। সমস্ত বিভাগে একটি আইডি এবং একটি টাইপ আছে। একটি নির্দিষ্ট ধরনের ক্ষেত্রের জন্য, StatTypes ইন্টারফেস দেখুন।
স্বাক্ষর
declare type StatsSectionData = StatsSection & {
[key in keyof StatTypes]?: StatTypes[key];
};
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-02-05 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-02-05 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The content discusses a feature available through the Google Workspace Developer Preview Program, offering early access to specific functionalities."],["It focuses on mapping the RTCStatsReport to a defined structure for the data channel."],["Each section within this structure has a unique ID and type, essential for organization and identification."],["The `StatsSectionData` type is defined, including the `StatsSection` and fields corresponding to the `StatTypes` interface."]]],[]]