79103543

Date: 2024-10-18 20:22:10
Score: 1
Natty:
Report link

For those who comes from future, I found a way to solve this problem, simply set "playAudio={false}" in LocalUser component like this

<LocalUser
  micOn={micOn}
  id="local-user"
  allowFullScreen
  playAudio={false}
  cameraOn={camOn}
  className="tele-view__call-view__video"
  videoTrack={camTrack?.localCameraTrack}
  audioTrack={micTrack?.localMicrophoneTrack}
  cover="/images/users/user-dummy-img-dark.webp"
/>
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Lenin Boccardo