API-Examples icon indicating copy to clipboard operation
API-Examples copied to clipboard

engine.muteLocalAudioStream(true), it doesn't work.

Open Hyun-Jegal opened this issue 6 months ago • 1 comments

When reading an audio file and sending audio data using engine.pushExternalAudioFrame(...), audio is played from the speaker. What should I do to prevent sound from the speaker at this time? Even if you use engine.muteLocalAudioStream(true), it doesn't work.

Hyun-Jegal avatar Dec 28 '23 06:12 Hyun-Jegal

if you just would like to play audio file and share it across channel, you may choose to use our mediaplayer apis to open and play it. you don't need to use pushExternalAudioFrame to do this yourself.

plutoless avatar Jan 03 '24 13:01 plutoless