Сигнатура метода AddonSession.createMainStageClient
Создает MainStageClient
.
Подпись
createMainStageClient(): Promise<MeetMainStageClient>;
Подробности
Возврат
Promise< MeetMainStageClient >
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. 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"]]