metatell Bot SDK - v2.0.0
    Preparing search index...

    Interface CreateTransportOptions

    interface CreateTransportOptions {
        realtimeUrl?: string;
        type?: "auto" | "livekit" | "mock";
    }
    Index
    realtimeUrl?: string

    Override the default realtime service URL

    Automatically determined based on API endpoint
    
    type?: "auto" | "livekit" | "mock"

    Transport type

    • 'auto': Automatically select based on environment
    • 'livekit': Use LiveKit (WebRTC) transport
    • 'mock': Use mock transport for testing