Interface TelephonyStreamTransportConfig

Optional construction-time configuration for TelephonyStreamTransport.

interface TelephonyStreamTransportConfig {
    outputSampleRate?: number;
}

Properties

outputSampleRate?: number

Sample rate the pipeline expects for inbound AudioFrame events. Incoming 8 kHz telephony audio is upsampled to this rate.

Default Value

16000