Temasys / SkylinkJS

SkylinkJS Javascript WebRTC SDK
http://skylink.io/web
Other
275 stars 57 forks source link

ESS-1586: Populate transceiverIdPeerIdMap from the offer #389

Closed ishannaithani closed 5 years ago

ishannaithani commented 5 years ago

Purpose of this PR:

As new MCU now sends offers also, the JS SDK needs to replace the transceiverIdPeerIdMap in _offerHandler. This will keep the map to latest value, when and if MCU becomes the offerer.

See ESS-1586 for more details.