matrix-js-sdk
    Preparing search index...

    Interface RtcSlotEventContent<T>

    Event content for org.matrix.msc4143.rtc.slot state events.

    interface RtcSlotEventContent<T extends string = string> {
        application?: RtcSlotApplicationContent<T>;
        encryption?: RtcSlotEncryptionContent;
        status: "closed" | "open";
    }

    Type Parameters

    • T extends string = string
    Index
    status: "closed" | "open"