matrix-js-sdk

    Interface IRTCNotificationContent

    Partial content format of timeline events with rel_type other than m.replace

    interface IRTCNotificationContent {
        decline_reason?: string;
        lifetime: number;
        "m.call.intent"?: string;
        "m.mentions": IMentions;
        "m.new_content"?: undefined;
        "m.relates_to": {
            event_id: string;
            rel_type: Annotation | Reference | Thread;
        };
        notification_type: RTCNotificationType;
        sender_ts: number;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    decline_reason?: string
    lifetime: number
    "m.call.intent"?: string

    The initial intent of the calling user.

    "m.mentions": IMentions
    "m.new_content"?: undefined
    "m.relates_to": { event_id: string; rel_type: Annotation | Reference | Thread }
    notification_type: RTCNotificationType
    sender_ts: number
    MMNEPVFCICPMFPCPTTAAATR