@webitel/api-services
    Preparing search index...
    interface EngineCallServiceEavesdropCallBody {
        appId?: string;
        control?: boolean;
        from?: EngineEavesdropCallRequestEndpointRequest;
        listenA?: boolean;
        listenB?: boolean;
        whisperA?: boolean;
        whisperB?: boolean;
    }
    Index

    Properties

    appId?: string
    control?: boolean
    listenA?: boolean
    listenB?: boolean
    whisperA?: boolean
    whisperB?: boolean