পদ্ধতি স্বাক্ষর AddonSession.createMainStageClient
একটি MainStageClient
তৈরি করে।
স্বাক্ষর
createMainStageClient(): Promise<MeetMainStageClient>;
বিস্তারিত
রিটার্নস
Promise< MeetMainStageClient >
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-07 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-07 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Enables the creation of a `MainStageClient` object, which facilitates interaction with Google Meet's main stage functionality."],["The `createMainStageClient()` function is asynchronous and returns a Promise that resolves to a `MeetMainStageClient` instance."],["No optional parameters are required to create the client."]]],["This document describes the `createMainStageClient` function. It's designed to create an instance of `MeetMainStageClient`. The function operates asynchronously, indicated by its `Promise` return type. Upon successful execution, it returns a `MeetMainStageClient` object. The function requires no optional parameters. The returned object's specific type is further detailed in the `MeetMainStageClient` documentation.\n"]]