Conexia Telecom SDK
    Preparing search index...

    Type Alias Voicemail

    Represents voicemail.

    type Voicemail = {
        callerId: string;
        duration: number;
        fileName: string;
        location: VoicemailFolder;
        timestamp: number;
    }
    Index
    callerId: string

    Caller id of user that left voicemail.

    duration: number

    Voicemail duration in seconds.

    fileName: string

    Voicemail file name.

    location: VoicemailFolder

    Voicemail folder location. (NEW, OLD).

    timestamp: number

    Timestamp of when voicemail was left.