অ্যাড-অনের অভ্যন্তরীণ ডেটা যা এটি নিজেই শুরু করতে ব্যবহার করতে পারে। ইউআরএল-এ সংরক্ষণ করা যায় না এমন কার্যকলাপে যোগদানকারী ব্যবহারকারীদের অ্যাপ্লিকেশন-নির্দিষ্ট অবস্থার সাথে যোগাযোগের জন্য দরকারী। এই স্ট্রিংটির দৈর্ঘ্য অবশ্যই 4,096 অক্ষরের কম হতে হবে।
অ্যাড-অনের অভ্যন্তরীণ ডেটা যা এটি নিজেই শুরু করতে ব্যবহার করতে পারে। ইউআরএল-এ সংরক্ষণ করা যায় না এমন কার্যকলাপে যোগদানকারী ব্যবহারকারীদের অ্যাপ্লিকেশন-নির্দিষ্ট অবস্থার সাথে যোগাযোগের জন্য দরকারী। এই স্ট্রিংটির দৈর্ঘ্য অবশ্যই 4,096 অক্ষরের কম হতে হবে।
[[["সহজে বোঝা যায়","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 ActivityStartingState\n\nStarting state of the add-on when the participant accepts the invitation to\nstart an activity.\n\nSignature\n---------\n\n interface ActivityStartingState\n\nProperty signatures\n-------------------\n\n| Name | Description |\n|-------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [`additionalData`](./addon_sdk.activitystartingstate.additionaldata.md) | Data internal to the add-on that it can use to initialize itself. Useful for communicating application-specific state to users joining the activity that cannot be stored in the URLs. The length of this string must be less than 4,096 characters. |\n| [`mainStageUrl`](./addon_sdk.activitystartingstate.mainstageurl.md) | The URL that the main stage opens for users joining the activity. The length of this URL must be less than 512 characters. |\n| [`sidePanelUrl`](./addon_sdk.activitystartingstate.sidepanelurl.md) | The URL that the side panel opens for users joining the activity. The length of this URL must be less than 512 characters. |"]]