Im using ooVoo sdk, everything is working fine the video, mic but the sound of call is not working on speakers. there is no sound produced during call but my voice is received at other end. I also go through the documentation but in vain. Any help will be appreciated
self.sdk.AVChat.AudioController.initAudio({ (result:SdkResult!) -> Void in
if result.Result == sdk_error.OK{
self.sdk.AVChat.AudioController.setConfig(OOVOOAudioModeVoiceChat, forKey: ooVooAudioControllerConfigKey.AudioSetMode)
self.sdk.AVChat.AudioController.setPlaybackMute(false)
self.sdk.AVChat.AudioController.setRecordMuted(false)
}
})