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

    Interface TranscodeMessageRequest

    interface TranscodeMessageRequest {
        app_id: string;
        app_message: AppMessage;
        channels: string[];
        from?: string;
        to?: string;
    }
    Index

    Properties

    app_id: string

    The ID of the app used to transcode the message.

    app_message: AppMessage

    AppMessage

    channels: string[]

    The list of channels for which the message shall be transcoded.

    from?: string

    Optional.

    to?: string

    Optional.