audioStreamEnd property

bool? audioStreamEnd
final

Optional. Indicates that the audio stream has ended, e.g. because the microphone was turned off.

This should only be sent when automatic activity detection is enabled (which is the default).

The client can reopen the stream by sending an audio message.

Implementation

final bool? audioStreamEnd;