| Action | Description |
|---|---|
| package_add | User has added a new package. |
| package_cancel | User has cancelled any changes to the package. They are still in the package editor. |
| package_close | User has closed the package editor. You should continue with your workflow. |
| package_open | The package has been opened by the package editor. |
| package_save | User has saved any changes to the package. They are still in the package editor. |
| package_send | User has sent the package and closed the package editor. You should continue with your workflow. |
| meeting_end | Host has ended VSR meeting session. |
| meeting_joining | User is joining VSR meeting session. |
| meeting_join | User has joined VSR meeting session. |
| meeting_start | Host has started VSR meeting session. |
| signing_changed | User has modified signing; you can use this to track dirty state of signing and prevent navigation. |
| signing_close | User has closed signing and was redirected to /notsent page. |
| signing_finalize | User has finalized current document. |
| signing_ignore | User has ignored save changes warning dialog. |
| signing_next | User has opened next document for signing. |
| signing_open | User has opened document for signing. |
| signing_return | User has completed or closed signing and was redirected back to packages list. |
| signing_return_url | User has completed or closed signing and was redirected back to returnUrl. |
| signing_save | User has saved signing progress; you can use this to track dirty state of signing and allow navigation. |
| signing_sent | User has completed signing all documents and was redirected to /sent page. |
| session_expired | User session has expired. The package editor will show an Expired Session message. |
| session_expiring | User session is about to expire due to inactivity. They will be presented with a dialog to extend their session. |
| session_extended | User session was extended by user. |