Package version:

Audio streaming data.

interface AudioData {
    data: string;
    isSilent?: boolean;
    participant?: any;
    timestamp?: any;
}

Properties

data: string

A unique identifier for the media subscription.

isSilent?: boolean

Indicates whether the received audio buffer contains only silence..

participant?: any

The identified speaker based on participant raw ID.

timestamp?: any

The timestamp indicating when the media content was received by the bot, or if the bot is sending media, the timestamp of when the media was sourced. The format is ISO 8601 (yyyy-mm-ddThh:mm).