داده های داخلی افزونه که می تواند از آن برای مقداردهی اولیه استفاده کند. مفید برای برقراری ارتباط وضعیت خاص برنامه با کاربرانی که به فعالیتی می پیوندند که نمی تواند در URL ها ذخیره شود. طول این رشته باید کمتر از 4096 کاراکتر باشد.
داده های داخلی افزونه که می تواند از آن برای مقداردهی اولیه استفاده کند. مفید برای برقراری ارتباط وضعیت خاص برنامه با کاربرانی که به فعالیتی می پیوندند که نمی تواند در URL ها ذخیره شود. طول این رشته باید کمتر از 4096 کاراکتر باشد.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[],[],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. |"]]