incomingAudioStreamTimeout property
Duration?
get
incomingAudioStreamTimeout
The maximum time between the receiving of two audio frames before a
AudioListener.onAudioReceived voiceData
stream will be closed.
See the documentation of AudioListener.onAudioReceived for additional information.
If set to null during construction (by setting the same-named parameter in the ConnectionOptions passed to MumbleClient.connect to null), no timeout checks will be performed.
The default value of 500ms (see ConnectionOptions.incomingAudioStreamTimeout) is relative high. Some applications may want to use a lower value.
Implementation
Duration? get incomingAudioStreamTimeout;