isAudioStreaming()
Checks if there is an ongoing audio session.
boolean isAudioStreaming()
Return value
true if audio streaming is active; otherwise, false .
See also
Audio streaming
void startAudioStreaming (Microphone microphone, int bitrate, int sampleRate, AudioChannel channelCount, StreamingCallback audiocallback)
Starts streaming audio using the specified settings.
void stopAudioStreaming ()
Stops the audio session and releases all associated resources.