From 9f5371115d7001d92df7dd6852d995a6f6f41080 Mon Sep 17 00:00:00 2001 From: BillCarsonFr Date: Mon, 6 May 2024 14:28:12 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20matrix-o?= =?UTF-8?q?rg/matrix-analytics-events@f10d044b9eaf35871bbb61cdfdb8f93a04e4?= =?UTF-8?q?29e0=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) diff --git a/index.html b/index.html index 1783f6d..027240e 100644 --- a/index.html +++ b/index.html @@ -1157,6 +1157,77 @@

CallEnded

+
+

CryptoSessionState

+

Describe the current session crypto state, that is if the session is verified or not, if recovery is correctly setup.

+ + + + + + + + + + + + + + + + + + + + + + + +
PropertyDescriptionType
recoveryState + +
    + +
  • + + Enabled: Secret storage is set up and we have all the secrets locally. + +
  • + +
  • + + Disabled: No default secret storage key exists or it is disabled explicitly using the account data event. + +
  • + +
  • + + Incomplete: Secret storage is set up but we're missing some secrets. + +
  • + +
+ +
verificationState + +
    + +
  • + + Verified: The device is considered to be verified, it has been signed by its user identity. + +
  • + +
  • + + NotVerified: The device is unverified. + +
  • + +
+ +
+
+

PollEnd

Triggered when a poll has been ended.

@@ -2389,6 +2460,60 @@

UserProperties

+ + recoveryState + Describe the current session recovery state, that if 4S is setup, complete (all secrets cached) or not. + + + + + + + + + verificationState + Describe the current session verification state, that is if the session is verified or not. + + + + + + +