@fishjam-cloud/js-server-sdk - v0.24.0
    Preparing search index...

    Interface RoomConfig

    Room configuration

    RoomConfig

    interface RoomConfig {
        maxPeers?: null | number;
        public?: boolean;
        roomType?: RoomType;
        videoCodec?: VideoCodec;
        webhookUrl?: null | string;
    }
    Index

    Properties

    maxPeers?: null | number

    Maximum amount of peers allowed into the room

    RoomConfig

    public?: boolean

    True if livestream viewers can omit specifying a token.

    RoomConfig

    roomType?: RoomType

    RoomConfig

    videoCodec?: VideoCodec

    RoomConfig

    webhookUrl?: null | string

    URL where Fishjam notifications will be sent

    RoomConfig