mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
c2e51c8618
The integer index we're replacing here is based on the order in which transceivers were added. If we clone the JSEP engine for an sRD that happens to result in the creation of a transceiver, and at the same time JS calls addTransceiver, we have a situation where the sRD transceiver is added first to the cloned JSEP engine, but the addTransceiver transceiver is added first to the old JSEP engine, resulting in them having the same index. So, let's just use a proper key for this stuff. Differential Revision: https://phabricator.services.mozilla.com/D150169 |
||
---|---|---|
.. | ||
signaling/gtest | ||
.gclient | ||
.gclient_entries | ||
moz.build |