Module notification

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§

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.