Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b21f0 commit 7420095Copy full SHA for 7420095
‎client/packages/lowcoder/src/comps/comps/meetingComp/videoMeetingControllerComp.tsx
@@ -119,7 +119,7 @@ const turnOnMicrophone = async (flag?: boolean) => {
119
return audioTrack.setEnabled(flag!);
120
}
121
audioTrack = await AgoraRTC.createMicrophoneAudioTrack();
122
- audioTrack.play();
+ // audioTrack.play();
123
124
if (!flag) {
125
await client.unpublish(audioTrack);
0 commit comments