Methodensignatur AddonSession.createMainStageClient
Erstellt einen MainStageClient
.
Unterschrift
createMainStageClient(): Promise<MeetMainStageClient>;
Details
Gibt Folgendes zurück:
Promise<MeetMainStageClient>
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-15 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]