Metatell AI Bot - v0.0.10
    Preparing search index...

    Interface CreateTransportOptions

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

    Properties

    Properties

    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