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

    Interface AgentVoiceAttachment

    Extended voice attachment with transport management

    interface AgentVoiceAttachment {
        detach: () => Promise<void>;
        transport: RealtimeTransport;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    detach: () => Promise<void>

    The underlying transport (for advanced use cases)