API-Examples-Web
API-Examples-Web copied to clipboard
Update ReactDemo exemple
trafficstars
In API-Examples-Web/ReactDemo/src/Call.tsx, remove "audioTrack={localAudioTrack}" of line 40.
When you pass localAudioTrack to the "MediaPlayer" component, it executes localAudioTrack.play on the local audio, causing an echo. It can be confused with some kind of problem.
thx for the comments we will check that