Module notify

Available on crate feature unstable-msc4075 only.
Expand description

Type for the MatrixRTC notify event (MSC4075).

Structs§

CallNotifyEventContent
The content of an m.call.notify event.
RedactedCallNotifyEventContent
Redacted form of CallNotifyEventContent

Enums§

ApplicationType
The type of matrix RTC application.
NotifyType
How this notify event should notify the receiver.

Type Aliases§

CallNotifyEvent
An m.call.notify event.
OriginalCallNotifyEvent
An m.call.notify event.
OriginalSyncCallNotifyEvent
An m.call.notify event from a sync_events response.
RedactedCallNotifyEvent
An m.call.notify event that has been redacted.
RedactedSyncCallNotifyEvent
An m.call.notify event from a sync_events response that has been redacted.
SyncCallNotifyEvent
An m.call.notify event from a sync_events response.