audioVolumeStream property

Stream<double>? get audioVolumeStream

Retuns the current audio volume.

If the user is speaking, it returns the volume of the user's voice.

If the AI is speaking, it returns the volume of the AI's voice.

Implementation

Stream<double>? get audioVolumeStream;