setSpeakerphoneOn abstract method
Enables or disables the speakerphone.
On desktop runtime, this controls playback output on/off for the current playout device. Device selection stays on getAudioPlaybackDevices/setAudioPlaybackDevice.
Implementation
Future<VoidResult> setSpeakerphoneOn(bool enable);