Module notification

Module notification 

Source
Available on crate features events and unstable-msc4310 and unstable-msc4075 only.
Expand description

Type for the MatrixRTC notification event (MSC4075).

Stable: m.rtc.notification Unstable: org.matrix.msc4075.rtc.notification

Structs§

RedactedRtcNotificationEventContent
Redacted form of RtcNotificationEventContent
RtcNotificationEventContent
The content of an m.rtc.notification event.

Enums§

CallIntent
Indication of whether the call is a “audio” or “video”(+audio) call.
NotificationType
How this notification should notify the receiver.

Type Aliases§

OriginalRtcNotificationEvent
An m.rtc.notification event.
OriginalSyncRtcNotificationEvent
An m.rtc.notification event from a sync_events response.
RedactedRtcNotificationEvent
An m.rtc.notification event that has been redacted.
RedactedSyncRtcNotificationEvent
An m.rtc.notification event from a sync_events response that has been redacted.
RtcNotificationEvent
An m.rtc.notification event.
SyncRtcNotificationEvent
An m.rtc.notification event from a sync_events response.