Closed ishannaithani closed 5 years ago
Purpose of this PR:
If a peer is in unified-plan, the SDK should use RTCRTPSender.replaceTrack wherever possible in the sendStream function. Renegotiation is needed in cases where there is a mismatch in either kind or count of RTCRTPSenders.
unified-plan
RTCRTPSender.replaceTrack
sendStream
kind
RTCRTPSenders
See ESS-1598 for more details.
Purpose of this PR:
If a peer is in
unified-plan
, the SDK should useRTCRTPSender.replaceTrack
wherever possible in thesendStream
function. Renegotiation is needed in cases where there is a mismatch in eitherkind
or count ofRTCRTPSenders
.See ESS-1598 for more details.