Turn off / on speaker during the meeting

Which is the right way for turning off / on speaker during the meeting?

on iOS I’ve found setSpeakerOffWhenInMeeting:MobileRTCMeetingSettings
but it does not work

on Android I do not find anything similar

Hi @criva,

Thanks for the post. For Android, you may use the interface setLoudSpeakerStatus(https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingAudioController.html#setLoudSpeakerStatus-boolean-); And for iOS, I think currently we do not have an interface to turn the speaker on/off programmatically.

Thanks!