Enumeration VerificationPhase

The current phase of a verification request.

Enumeration Members

Enumeration Members

Cancelled: 5

An m.key.verification.cancel event has been sent or received at any time before the done event, cancelling the verification request

Done: 6

An m.key.verification.done event has been sent, completing the verification request.

Ready: 3

An m.key.verification.ready event has been sent or received, indicating the verification request is accepted.

Requested: 2

An m.key.verification.request event has been sent or received

Started: 4

An m.key.verification.start event has been sent or received, choosing a verification method

Unsent: 1

Initial state: no event yet exchanged

Generated using TypeDoc