canSwitchSpeakerphone property
Implementation
bool get canSwitchSpeakerphone =>
lkPlatformIs(PlatformType.iOS) &&
!_preferSpeakerOutput &&
[AudioTrackState.localOnly, AudioTrackState.localAndRemote]
.contains(audioTrackState);
bool get canSwitchSpeakerphone =>
lkPlatformIs(PlatformType.iOS) &&
!_preferSpeakerOutput &&
[AudioTrackState.localOnly, AudioTrackState.localAndRemote]
.contains(audioTrackState);