Yöntem, eklentinin çalıştığı toplantıyla ilgili ayrıntıları içeren MeetingInfo nesnesinin bir örneğini döndürür. Bu, devam eden toplantının meetingId özelliğini içerir. Bu özelliği kullanarak Google Meet REST API ile toplantı bilgilerini alabilirsiniz. Toplantı kimliği, toplantı alanının genel olarak benzersiz tanımlayıcısıdır. Ayrıca, MeetingInfo nesnesi, devam eden toplantının meetingCode değerini içerir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-08-29 UTC."],[],[],null,["# Get meeting info\n\nThis page describes how to retrieve information regarding your meeting.\n\nGet meeting info\n----------------\n\nTo get details about a meeting, use the\n[`getMeetingInfo()`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetaddonclient.getmeetinginfo)\nmethod on the\n[`MeetAddonClient`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetaddonclient)\nobject.\n\nThe method returns an instance of the\n[`MeetingInfo`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetinginfo) object\nwhich contains details about the meeting in which the\nadd-on is running. This includes the\n[`meetingId`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetinginfo.meetingid)\nproperty for the ongoing meeting, which you can use to retrieve meeting\ninformation using the [Google Meet REST API](/workspace/meet/api/guides/overview). The meeting ID\nis a globally unique identifier for the meeting space. Additionally, the\n`MeetingInfo` object includes the\n[`meetingCode`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetinginfo.meetingcode)\nof the ongoing meeting."]]