matrix-js-sdk
    Preparing search index...

    Interface RtcSlotEncryptionContent

    Content of the encryption object within org.matrix.msc4143.rtc.slot events.

    interface RtcSlotEncryptionContent {
        type: "org.matrix.msc4143.per_member";
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    type: "org.matrix.msc4143.per_member"