Podpis metody AddonSession.createMainStageClient
Tworzy MainStageClient
.
Podpis
createMainStageClient(): Promise<MeetMainStageClient>;
Szczegóły
Zwroty
Promise<MeetMainStageClient>
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-15 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]