Member Junction
    Preparing search index...

    Starts/stops a client-direct voice session with the pinned agent.

    interface IVoiceController {
        IsActive: boolean;
        Start(callbacks: VoiceControllerCallbacks): Promise<void>;
        Stop(): Promise<void>;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    IsActive: boolean

    Whether a voice session is currently active.

    Methods