@videosdk.live/server-sdk
    Preparing search index...

    Interface SipRoomConfig

    interface SipRoomConfig {
        id?: string;
        pin?: string;
        prefix?: SipRoomPrefix;
        type?: SipRoomType;
    }
    Index
    id?: string

    Static room id (when type is static).

    pin?: string
    prefix?: SipRoomPrefix