Im currently upgrading to v3 from v2 but when I disabled the webcam and reenable it the server side has a bunch of warnings.
RTC::Transport::ReceiveRtcpPacket() | no Producer found for received Sender Extended Report [ssrc:1458730053]
Im signalling the server with ‘closeProducer’ and calling .close() on the client side producer, but it still appears that the server sides still gets rtcp packets from the old producer(the ssrc value in the logs matches with the original track that was closed)