SimpleWebRTCExample_iOS icon indicating copy to clipboard operation
SimpleWebRTCExample_iOS copied to clipboard

Simple example for WebRTC on iOS written in swift5

Results 13 SimpleWebRTCExample_iOS issues
Sort by recently updated
recently updated
newest added

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.