Conexia Telecom SDK
    Preparing search index...

    Type Alias VoicemailDownload

    Represents downloaded voicemail.

    type VoicemailDownload = {
        fileBase64Content: string;
        fileName: string;
    }
    Index
    fileBase64Content: string

    Base64 encoded voicemail file.

    fileName: string

    Voicemail file name.