Kan Robert
Kan Robert

Reputation: 299

How to set the ZEGOCLOUD SDK so that the other end cannot hear the sound of the music played by the other end

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?

Upvotes: 0

Views: 90

Answers (1)

ZEGOCLOUD
ZEGOCLOUD

Reputation: 88

The echo cancellation function can be turned on.

enableAECWhenHeadsetDetected = true

Indicates that echo cancellation is enabled in headphone mode.

Upvotes: 1

Related Questions