メソッド シグネチャ MeetAddonClient.getMeetingInfo
アドオンが実行されている会議に関する情報を取得します。
署名
getMeetingInfo(): Promise<MeetingInfo>;
詳細
戻り値
Promise<MeetingInfo>
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[null,null,["最終更新日 2024-10-15 UTC。"],[[["Allows add-ons to access information about the meeting they're running in."],["Uses the `getMeetingInfo()` function to retrieve details, returning a `MeetingInfo` object."],["Provides access to meeting information like participant details, meeting ID, and more (refer to `MeetingInfo` documentation for specifics)."]]],["The core functionality is retrieving meeting information. The `getMeetingInfo()` method, which is a promise, is used for this purpose. It returns a `MeetingInfo` object, detailed in a separate document. This method is mandatory; no optional parameters are involved in its usage. The key action is invoking `getMeetingInfo()` to obtain comprehensive data related to the ongoing meeting.\n"]]