Interface StopListeningInput

Parameters for stopping STT listening on a call.

interface StopListeningInput {
    providerCallId: string;
}

Properties

Properties

providerCallId: string

Provider-assigned call ID.