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
Purpose of this PR:
The new MCU needs to extract video codecs from the
SDP
- to enable that, SDK needs to add an empty videotransceiver
after creating aPeerConnection
with the new MCU.This PR also removes the no longer needed
_compareTrackCounts
function's definition and usage in the SDKSee ESS-1620 for more details.