matrix-js-sdk
    Preparing search index...

    Interface RtcSlotApplicationContent<T>

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

    interface RtcSlotApplicationContent<T extends string = string> {
        type: T;
        [key: string]: unknown;
    }

    Type Parameters

    • T extends string = string

    Indexable

    • [key: string]: unknown
    Index
    type: T