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

    Interface MediaProperties

    interface MediaProperties {
        filename_override?: string;
        thumbnail_url?: string;
        url: string;
    }
    Index

    Properties

    filename_override?: string

    Overrides the media file name.

    thumbnail_url?: string

    An optional parameter. Will be used where it is natively supported.

    url: string

    Url to the media file.