Yöntem imzası AddonSession.createMainStageClient
MainStageClient
oluşturur.
İmza
createMainStageClient(): Promise<MeetMainStageClient>;
Ayrıntılar
İadeler
Promise<MeetMainStageClient>
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-10-15 UTC.
[null,null,["Son güncelleme tarihi: 2024-10-15 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"]]