matrix-js-sdk
    Preparing search index...

    Interface IRTCDeclineContent

    MSC4310 decline event content for org.matrix.msc4310.rtc.decline. Sent as a standard m.reference relation to an org.matrix.msc4075.rtc.notification event.

    interface IRTCDeclineContent {
        "m.new_content"?: undefined;
        "m.relates_to": {
            event_id: string;
            rel_type: Annotation | Reference | Thread | unstable_RTCNotificationParent;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    "m.new_content"?: undefined
    "m.relates_to": {
        event_id: string;
        rel_type: Annotation | Reference | Thread | unstable_RTCNotificationParent;
    }