با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
این راهنما یک نمای کلی از نحوه شروع و کار افراد با افزونه Google Meet ارائه می دهد.
یک افزونه را از پانل Activities شروع کنید
از تماس Google Meet، کاربر میتواند روی دکمه Activities کلیک کند. با این کار پانل Activities ظاهر میشود که فهرستی از ویژگیهای داخلی Meet و هر افزونهای را که کاربر نصب کرده است نشان میدهد. با کلیک بر روی یک نماد، نمای پانل جانبی افزونه باز می شود.
شکل 1. صفحه اصلی و پانل جانبی افزونه های Google Meet SDK.
پس از باز کردن یک افزونه، کاربران پانل جانبی می توانند با فراخوانی متد startActivity() شروع به کار با یکدیگر کنند.
به عنوان مثال، یک افزونه ممکن است بخواهد به کاربران اجازه همکاری در یک سند را بدهد، اما افزونه نمی داند کدام سند. در این حالت، سند باید از نمای پانل کناری انتخاب شود. پس از اطمینان از به اشتراک گذاری سند با دیگران، افزونه می تواند ActivityStartingState با سایر شناسه های سند ضروری تنظیم کند.
در مرحله اصلی همکاری کنید
فعالیت های مشترک را می توان در پانل جانبی یا مرحله اصلی انجام داد. اگر یک mainStageUrl در مانیفست الحاقی فهرست شده باشد، فراخوانی متد startActivity() به طور خودکار افزونه را در مرحله اصلی باز می کند و فعالیت را شروع می کند.
پس از باز شدن مرحله اصلی، یک افزونه ممکن است با فراخوانی متد unloadSidePanel() پانل کناری را ببندد. برای گسترش مثال قبلی، یک پانل جانبی که یک سند را انتخاب می کند ممکن است دیگر مرتبط نباشد و می تواند بسته شود.
برای باز کردن مجدد نمای پانل جانبی، افزونه می تواند متد loadSidePanel() فراخوانی کند. برای مثال، افزونهای که نظرسنجیهای کاربران را ایجاد میکند، ممکن است پانل کناری را برای نمایش نرخ پاسخدهی به سؤال دوباره باز کند.
یک افزونه را از اشتراکگذاری صفحه شروع کنید
کاربران میتوانند هنگام اشتراکگذاری صفحه، افزونهها را شروع کنند. اگر کاربر وبسایتی را به اشتراک میگذارد که دارای افزونه است، آن وبسایت میتواند با استفاده از روش exposeToMeetWhenScreensharing() افزونه خود را برای کاربر تبلیغ کند. این یک بنر اعلان در تماس Meet به کاربر نشان میدهد که از کاربر میخواهد افزونه را نصب یا راهاندازی کند. برای اطلاعات بیشتر، به تبلیغ یک افزونه به کاربران از طریق اشتراکگذاری صفحه مراجعه کنید.
از آنجایی که میتوان اطلاعات اضافی را از وبسایتی که کاربر صفحه نمایش آن را به اشتراک میگذارد به وضعیت شروع افزونه ارائه کرد، افزونه میتواند از پانل کناری رد شود و بلافاصله پس از راهاندازی، فعالیت را در مرحله اصلی شروع کند. اگر افزونه نیاز به انجام مراحل اضافی داشته باشد، مانند تغییر مجوزهای یک سند برای اشتراکگذاری، برافزا میتواند در پانل کناری راهاندازی شود و جریان شرح داده شده در همکاری با سایر کاربران را دنبال کند.
تاریخ آخرین بهروزرسانی 2025-08-29 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-08-29 بهوقت ساعت هماهنگ جهانی."],[],[],null,["# Use a Meet add-on\n\nThis guide provides an overview of how people start and work with a\nGoogle Meet add-on.\n\nStart an add-on from the Activities panel\n-----------------------------------------\n\nFrom a Google Meet call, a user can click the Activities button. This brings\nup the Activities panel, which shows a list of built-in Meet\nfeatures and any add-ons the user has installed. Clicking on an\nicon launches the side panel view of the add-on.\n**Figure 1.** The Google Meet add-ons SDK main stage and side panel.\n\nCollaborate with other users\n----------------------------\n\nTo allow users to collaborate together, the add-on can\nset the\n[`ActivityStartingState`](/workspace/meet/add-ons/reference/websdk/addon_sdk.activitystartingstate).\nFor more information, see [Collaborate using a\nMeet add-on](/workspace/meet/add-ons/guides/collaborate-in-the-add-on).\n\nAfter opening an add-on, side panel users can start\nworking together once the add-on invokes the\n[`startActivity()`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetaddonclient.startactivity)\nmethod.\n\nFor example, an add-on might want to allow users to\ncollaborate on a document, but the add-on doesn't know\nwhich document. In this case, the document should be selected from the side\npanel view. After ensuring the document can be shared with others, the\nadd-on can set `ActivityStartingState` with other\nnecessary document identifiers.\n\nCollaborate in the main stage\n-----------------------------\n\nCollaborative activities can be done in the side panel or the main stage. If a\n`mainStageUrl` is listed in the add-on manifest,\ninvoking the\n[`startActivity()`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetaddonclient.startactivity)\nmethod automatically opens the add-on in the main stage\nand starts the activity.\n\nOnce the main stage is open, an add-on might choose to\nclose the side panel by calling the\n[`unloadSidePanel()`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetmainstageclient.unloadsidepanel)\nmethod. To extend the earlier example, a side panel that chooses a document may\nno longer be relevant and can be closed.\n\nTo re-open the side panel view, the add-on can call the\n[`loadSidePanel()`](/workspace/meet/add-ons/reference/websdk/addon_sdk.meetmainstageclient.loadsidepanel)\nmethod. For example, an add-on that creates user polls\nmight reopen the side panel to display question response rates.\n\nStart an add-on from screen sharing\n-----------------------------------\n\nUsers can start add-ons while screen sharing. If a user is screen\nsharing a website that has an add-on, that website can\npromote its add-on to the user by using the\n[`exposeToMeetWhenScreensharing()`](/workspace/meet/add-ons/reference/websdk/screenshare_api.meetaddonscreenshare.exposetomeetwhenscreensharing)\nmethod. This shows the user a notification banner in the Meet\ncall, prompting the user to either install or start the\nadd-on. For more information, see [Promote an\nadd-on to users through screen\nsharing](/workspace/meet/add-ons/guides/promote#screen_sharing).\n\nSince additional information can be supplied to the\nadd-on starting state from the website the user is\nscreen sharing, the add-on can skip the side panel and\nstart the activity in the main stage immediately after launching. If the\nadd-on needs to perform additional steps, like changing\npermissions on a document to share, the add-on can\nlaunch into the side panel and follow the flow described in [Collaborate with\nother users](#collaborate-with-other-users).\n\nRelated topics\n--------------\n\n- [Collaborate using a Meet add-on](/workspace/meet/add-ons/guides/collaborate-in-the-add-on)\n- [Promote an add-on to users through screen sharing](/workspace/meet/add-ons/guides/screen-sharing)"]]