0

peer.on('signal') is calling again when I addTrack(ex.screenShare track) when a video call is going on then another peer connection is establishing with this error

enter image description here

But the replaceTrack is working fine.I am not able to figure out Can u please help me in solving these problem. Thanks in advance

DeC
  • 2,226
  • 22
  • 42

1 Answers1

0

From the official documentation the syntax is peer.addTrack(track, stream)

Dirk V
  • 1,373
  • 12
  • 24