SimpleWebRTCExample_iOS
SimpleWebRTCExample_iOS copied to clipboard
Simple example for WebRTC on iOS written in swift5
i want implement to peerconnection with audio only. But the audio it work after start capture video. Does anyone know how to do this?
Hello, Android Platform used following stuff to avoid Noise Suppression ******************************************************************** WebRtcAudioUtils.setWebRtcBasedAcousticEchoCanceler(true); WebRtcAudioUtils.setWebRtcBasedAutomaticGainControl(true); WebRtcAudioUtils.setWebRtcBasedNoiseSuppressor(true); For iOS Platform ****************** Please let me know, what to use to avoid Noise Suppression and...
Hi , I have implement audio call. But in background having some noise. Please explain how to fix it.