Temasys / SkylinkJS

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

New MCU - SDK should add empty video transceiver #403

Closed ishannaithani closed 5 years ago

ishannaithani commented 5 years ago

Purpose of this PR:

The new MCU needs to extract video codecs from the SDP - to enable that, SDK needs to add an empty video transceiver after creating a PeerConnection with the new MCU.

This PR also removes the no longer needed _compareTrackCounts function's definition and usage in the SDK

See ESS-1620 for more details.