matrix-js-sdk
    Preparing search index...

    Interface SlotDescription

    The session description is used to identify a session. Used in the state event.

    interface SlotDescription {
        application: string;
        id: string;
    }
    Index

    Properties

    Properties

    application: string

    The application type. e.g. "m.call".

    id: string

    The application-specific slot ID. e.g. "ROOM".