@vonage/client-sdk - v2.7.0
    Preparing search index...

    Interface MessageAudioEventBody

    The MessageAudioEvent Body type

    interface MessageAudioEventBody {
        get audioUrl(): string;
        get deleted(): Nullable<string>;
    }
    Index
    • get audioUrl(): string

      Returns string

    • get deleted(): Nullable<string>

      Returns Nullable<string>