-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTC EchoCancellation does not work #60
Comments
adrian-kaehler
pushed a commit
to 3P18XC/client-sdk-unity
that referenced
this issue
Dec 4, 2024
…0 (comment)) to remove echo problem.
did this actually work for you? Commenting that out doesn't change the sample rate, it's set to the default in declaration on non-ios platforms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have an agent and a participant in the room, and the participant can talk to the agent and the agent will talk back to the participant. However, if a participant is using speaker inside of earphone, the voice of agent will be recorded by microphone and send the voice to agent back. Once the agent hear the voice, it will stop current conversation and instantly talk back to the participant. This kind of ping-pong situation makes my app totally unusable.
I have checked that the newAudioSource.Options.EchoCancellation is set to true. It seems like it does not work.
The text was updated successfully, but these errors were encountered: