speaker property
Returns the AudioSpeakerKind of the used output device.
Implementation
AudioSpeakerKind get speaker =>
AudioUtils.speaker.value ??
_currentCall.value.outputDevice.value?.speaker ??
_currentCall.value.devices.output().firstOrNull?.speaker ??
AudioSpeakerKind.earpiece;