New field “aid” Action Command ID configured in build flow of the shortcut or the Button Action ID in the Interactive card. Introduced in v5.13.0
New field “chid” Chat Session ID. 'channel id' of channel or group chat or 'to user jid' of direct message chat". Introduced in v5.13.0
New field “msgid” Message ID of the message from which app is launched. The developer can use it to retrieve the files/text/reactions from the Web API. Introduced in v5.13.0
New field "tid” the thread id identifies the thread in a chat. Introduced in v5.13.0
New field “of” The feature from where app is opened/launched messageShortcut|interactiveCard|composeShortcut. Introduced in v5.13.0
New field trid i.e. triggerId, It is a unique identifier generated by zoom platform for every user interaction with chat app. triggerId is sent in the event payload sent to chat apps. Introduced in v5.13.0
string, the Zoom user id who opens the app.
Optional
mid?: stringstring, the Zoom meeting uuid identifies the meeting in which this app is opened, only returned when value of 'typ' is 'meeting'
long, the create timestamp of this context
Optional
attendrole?: "host" | "co-host" | "participant" | "panelist" | "attendee"string, host - meeting/webinar, co-host - meeting/webinar, participant - meeting, panelist - webinar, attendee - webinar. This role may change after app context is generated.
Optional
bmid?: stringbreakout room UUID as returned by getBreakoutRoomList
Optional
cid?: stringcollaborateId session identifier is passed when app is opened through invitation to collaborate, expires in 5 minutes
Optional
iid?: stringinvitation id is passed when app is open through invitation, expires is 5 minutes
Optional
act?: stringaction payload supplied in the deeplink, expires in 5 minutes
string, "marketplace.zoom.us" the issuer claim will always be present
string, the audience is a string containing the CLIENT ID of the Zoom App.
the expiration timestamp of this context. Refer to advanced sample react app https://github.com/zoom/zoomapps-advancedsample-react on how to verify the app context expiry.
Generated using TypeDoc
decrypted app context data
the context type where the app is opened, could be 'panel', 'meeting', or 'webinar'
New value for “typ” i.e. “chat” for chat apps. Introduced in v5.13.0