Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface StreamingOptions

    Optional parameters for the WebSocket stream.

    interface StreamingOptions {
        sampleRate?: number;
        version?: number;
    }
    Index

    Properties

    sampleRate?: number

    The sample rate for the audio stream in Hz.

    version?: number

    The version of the streaming feature.