Yöntem imzası MeetAddonClient.getMeetingInfo
Eklentinin çalıştığı toplantıyla ilgili bilgileri alır.
İmza
getMeetingInfo(): Promise<MeetingInfo>;
Ayrıntılar
İadeler
Promise<MeetingInfo>
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."],[[["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"]]