• Lyubomir Marinov's avatar
    Fix DataChannels · 77e5a8d5
    Lyubomir Marinov authored
    DataChannels have unique IDs but only within their associated
    PeerConnections. Unfortunately, we used to keep the DataChannels
    presuming that the IDs were globally unique which they were not. Keep
    the DataChannels in their respective PeerConnections so that the
    uniqueness of the IDs is guaranteed.
    77e5a8d5