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

    Interface StartRecordingOptions

    interface StartRecordingOptions {
        credentials: string;
        destinationUrl: string;
        format?: string;
        notificationEvents?: boolean;
        transcriptionOptions?: TranscriptionOptions;
    }
    Index

    Properties

    credentials: string

    Specifies the information required for the Sinch platform to authenticate and/or authorize in the destination service in order to be able to store the file.

    destinationUrl: string

    Where the recording file should be stored. Sinch supports Amazon S3 and Microsoft Azure Blob Storage

    format?: string

    An optional property that specifies the format of the recording file. Default value is "mp3".

    notificationEvents?: boolean

    An optional property that specifies if Sinch should send your backend events when the call recording is finished and when the file is available in the destination URL specified. Default value is “true”

    transcriptionOptions?: TranscriptionOptions