setAudioOutputToSpeaker method

void setAudioOutputToSpeaker(
  1. bool isSpeaker
)

set audio output to speaker

Implementation

void setAudioOutputToSpeaker(bool isSpeaker) {
  ZegoUIKitCore.shared.setAudioOutputToSpeaker(isSpeaker);
}