webex / webex-js-sdk

JavaScript SDK for Webex
https://webex.github.io/webex-js-sdk/
Other
170 stars 336 forks source link

fix: remove the logic of setting b=TIAS lines in the internal media core #3574

Closed antsukanova closed 2 months ago

antsukanova commented 2 months ago

COMPLETES WEBEX-326842

This pull request addresses

WCME munged the SDP answer and created copies of m-sections before passing the SDP to the browser via setRemoteDescription(). As a result, if there was a global b=TIAS line and b=TIAS lines at some media sections, the totals don't add up correctly in the munged SDP answer. This causes issues with audio in Chrome.

by making the following changes

This request is about removing the logic of setting b=TIAS lines in the WCME and removing some logic fixes in the internal media core.

Change Type

The following scenarios where tested

tested manually with the web app and js-sdk app

I certified that