Member Junction
    Preparing search index...

    Options passed to NativeRoomModule.createRoomClient. Credentials are resolved upstream.

    interface NativeRoomClientOptions {
        ApiKey?: string;
        ApiSecret?: string;
        InboundSampleRate?: number;
        OutboundSampleRate?: number;
        Url?: string;
    }
    Index

    Properties

    ApiKey?: string

    The LiveKit API key (resolved upstream; used to mint the join token when not pre-signed).

    ApiSecret?: string

    The LiveKit API secret (resolved upstream). Used only to sign the join token.

    InboundSampleRate?: number

    PCM rate (Hz) the agent's model CONSUMES — the rate inbound room audio is resampled to. Default 24000 (OpenAI); Gemini Live = 16000. A wrapper that ignores this stays on its constructed default.

    OutboundSampleRate?: number

    PCM rate (Hz) the agent's model EMITS — the bot's published voice-track rate. Default 24000.

    Url?: string

    The LiveKit room server ws URL (resolved upstream).