0

I built a video call app using ZEGOCLOUD's SDK.

When A (using an oppo phone) and B are talking, A wears the headset and uses the music player to play music, then B can hear the music played by A, I want B to listen no music.

How should it be set up?

Kan Robert
  • 259
  • 1
  • 10

1 Answers1

1

The echo cancellation function can be turned on.

enableAECWhenHeadsetDetected = true

Indicates that echo cancellation is enabled in headphone mode.

ZEGOCLOUD
  • 88
  • 4