Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

antsukanova
Copy link
Contributor

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tooling change
  • Internal code refactor

The following scenarios where tested

tested manually with the web app and js-sdk app

I certified that

  • I have read and followed contributing guidelines

  • I discussed changes with code owners prior to submitting this pull request

  • I have not skipped any automated checks

  • All existing and new tests passed

  • I have updated the documentation accordingly

@antsukanova antsukanova requested review from a team as code owners April 26, 2024 07:41
@antsukanova antsukanova self-assigned this Apr 26, 2024
@antsukanova antsukanova changed the title fix: removing the logic of setting b=TIAS lines in the internal media core fix: remove the logic of setting b=TIAS lines in the internal media core Apr 26, 2024
@marcin-bazyl marcin-bazyl merged commit bfac288 into webex:beta Apr 26, 2024
1 check passed
@antsukanova antsukanova deleted the antsukan/WEBEX-326842 branch April 26, 2024 09:21
Neeraj-swarnkar pushed a commit that referenced this pull request Apr 29, 2024
…ore (#3574)

Co-authored-by: Anna Tsukanova <antsukan@cisco.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants