Meet iframe-এ যে অ্যাড-অন চলছে সেটি বন্ধ করে সমস্ত iframes আনলোড করে এবং পাশের প্যানেলটি খোলা থাকলে সেটি বন্ধ করুন। একটি চলমান কার্যকলাপ চলাকালীন এটি কল করার কোন প্রভাব নেই। ( MeetAddonClient থেকে উত্তরাধিকারসূত্রে প্রাপ্ত)
একটি চলমান কার্যকলাপ শেষ হয়. ব্যর্থ হবে যদি: - একটি চলমান কার্যকলাপ নেই। - ব্যবহারকারী কার্যকলাপের সূচনাকারী নয়। ( MeetAddonClient থেকে উত্তরাধিকারসূত্রে প্রাপ্ত)
যখন অংশগ্রহণকারী কার্যকলাপের আমন্ত্রণ গ্রহণ করে তখন অ্যাড-অনের প্রাথমিক অবস্থা সম্পর্কে তথ্য পুনরুদ্ধার করে। ( MeetAddonClient থেকে উত্তরাধিকারসূত্রে প্রাপ্ত)
পার্শ্ব প্যানেল অ্যাড-অন iframe থেকে প্রধান পর্যায়ে অ্যাড-অন iframe-এ একটি বার্তা পাঠায়। আইফ্রেম প্রধান পর্যায়ে চলমান অ্যাড-অন frameToFrameMessage অ্যাড-অন কলব্যাক ব্যবহার করে এই বার্তাটির প্রতিক্রিয়া জানাতে পারে ( AddonCallbacks দেখুন)। এই স্ট্রিংটির দৈর্ঘ্য অবশ্যই 1,000,000 অক্ষরের কম হতে হবে।
অ্যাড-অনের প্রাথমিক অবস্থা সম্পর্কে তথ্য সেট বা আপডেট করে যা ব্যবহার করা হয় যখন অংশগ্রহণকারী কার্যকলাপে যোগদানের আমন্ত্রণ গ্রহণ করে। ( MeetAddonClient থেকে উত্তরাধিকারসূত্রে প্রাপ্ত)
প্রদত্ত ফ্রেমের প্রারম্ভিক অবস্থার সাথে একটি কার্যকলাপ শুরু করে যা সূচনাকারী এবং অংশগ্রহণকারীরা কার্যকলাপের সময় ব্যবহার করতে পারে। ( MeetAddonClient থেকে উত্তরাধিকারসূত্রে প্রাপ্ত)
[[["সহজে বোঝা যায়","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-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Interface MeetSidePanelClient\n\nThe `MeetAddonClient` for the side panel component of an add-on.\n\nSignature\n---------\n\n interface MeetSidePanelClient extends MeetAddonClient\n\nHeritage\n--------\n\n| Extends | [MeetAddonClient](./addon_sdk.meetaddonclient.md) |\n|---------|---------------------------------------------------|\n\nMethod signatures\n-----------------\n\n| Name | Description |\n|--------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [`closeAddon()`](./addon_sdk.meetaddonclient.closeaddon.md) | Close the add-on that's running in the Meet iframe by unloading all iframes and closing the side panel if it's open. Calling this while there's an ongoing activity has no effect. *(Inherited from [`MeetAddonClient`](./addon_sdk.meetaddonclient.md))* |\n| [`endActivity()`](./addon_sdk.meetaddonclient.endactivity.md) | Ends an ongoing activity. Will fail if: - There is not an ongoing activity. - The user is not the initiator of the activity. *(Inherited from [`MeetAddonClient`](./addon_sdk.meetaddonclient.md))* |\n| [`getActivityStartingState()`](./addon_sdk.meetaddonclient.getactivitystartingstate.md) | Retrieves information about the initial state of the add-on when the participant accepts the invitation to activity. *(Inherited from [`MeetAddonClient`](./addon_sdk.meetaddonclient.md))* |\n| [`getFrameOpenReason()`](./addon_sdk.meetaddonclient.getframeopenreason.md) | Retrieves the action causing the add-on frame to be opened. *(Inherited from [`MeetAddonClient`](./addon_sdk.meetaddonclient.md))* |\n| [`getMeetingInfo()`](./addon_sdk.meetaddonclient.getmeetinginfo.md) | Retrieves information about the meeting in which the add-on is running. *(Inherited from [`MeetAddonClient`](./addon_sdk.meetaddonclient.md))* |\n| [`notifyMainStage(payload)`](./addon_sdk.meetsidepanelclient.notifymainstage.md) | Sends a message from the side panel add-on iframe to the main stage add-on iframe. The add-on running in the main stage iframe can react to this message using the [`frameToFrameMessage`](/workspace/meet/add-ons/reference/websdk/addon_sdk.addoncallbacks.frametoframemessage) add-on callback (see [`AddonCallbacks`](/workspace/meet/add-ons/reference/websdk/addon_sdk.addoncallbacks)). The length of this string must be less than 1,000,000 characters. |\n| [`on(eventId, eventHandler)`](./addon_sdk.meetaddonclient.on.md) | Provides access to the [`AddonCallbacks`](/workspace/meet/add-ons/reference/websdk/addon_sdk.addoncallbacks) that the add-on can utilize. *(Inherited from [`MeetAddonClient`](./addon_sdk.meetaddonclient.md))* |\n| [`setActivityStartingState(activityStartingState)`](./addon_sdk.meetaddonclient.setactivitystartingstate.md) | Sets or updates information about the initial state of the add-on that's used when the participant accepts the invitation to join the activity. *(Inherited from [`MeetAddonClient`](./addon_sdk.meetaddonclient.md))* |\n| [`startActivity(activityStartingState)`](./addon_sdk.meetaddonclient.startactivity.md) | Starts an activity with the provided starting state of frames that the initiator and participants can use during the activity. *(Inherited from [`MeetAddonClient`](./addon_sdk.meetaddonclient.md))* |"]]