[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-27 UTC."],[],[],null,["The different reasons why the frame was opened:\n\n- `OPEN_ADDON`: The frame was opened because the add-on was selected in the\n activities panel.\n\n- `START_ACTIVITY`: The frame was opened because the local user started an\n activity.\n\n- `JOIN_ACTIVITY`: The frame was opened because the user joined an activity\n started by another user.\n\nSignature \n\n type FrameOpenReason =\n | 'UNKNOWN'\n | 'OPEN_ADDON'\n | 'START_ACTIVITY'\n | 'JOIN_ACTIVITY';"]]