Informs the RTP listener that two remote participants were using
the same SSRC simultaneously. Since participants are obligated to detect
collisions, the remote parties should eventually start sending
data or control packets with new SSRCs. Thus, this callback will
usually precede two newReceiveStream() callbacks; these new
ReceiveStreams will (eventually) be associated with the existing
Participants. The old ReceiveStreams associated with those
participants will be discarded and no longer returned by their
respective getStreams() methods. |