TrustNXTTrustNXT
React SDKAPI ReferenceInterfaces

AudioRecording

Metadata and blob payload for a completed audio recording.

Properties

blob

blob: Blob;

The transcoded MP3 audio blob.


blobUrl

blobUrl: string;

Temporary Object URL for the blob.


duration

duration: number;

Total duration in seconds.


id

id: string;

Unique ID for this recording.

On this page