Skip to content

Commit 7420095

Browse files
Fix: audio echo on the local user
1 parent 03b21f0 commit 7420095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/meetingComp/videoMeetingControllerComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const turnOnMicrophone = async (flag?: boolean) => {
119119
return audioTrack.setEnabled(flag!);
120120
}
121121
audioTrack = await AgoraRTC.createMicrophoneAudioTrack();
122-
audioTrack.play();
122+
// audioTrack.play();
123123

124124
if (!flag) {
125125
await client.unpublish(audioTrack);

0 commit comments

Comments
 (0)