@livekit/rtc-node
    Preparing search index...

    Interface RoomOptions

    interface RoomOptions {
        autoSubscribe: boolean;
        dynacast: boolean;
        e2ee?: E2EEOptions;
        rtcConfig?: RtcConfiguration;
    }
    Index

    Properties

    autoSubscribe: boolean
    dynacast: boolean
    rtcConfig?: RtcConfiguration