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

Update prefer-codecs.js #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 15, 2021

  1. Update prefer-codecs.js

    Took me a while to figure out that the /g flag is deadly in case there is more than one codec definition in the SDP. The second is simply not detected by the regexp, even though the regexp is completely fine - except the /g
    neilyoung authored Nov 15, 2021
    Configuration menu
    Copy the full SHA
    9961aca View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Prefer the first appearance of a particular codec...

    ...not the last one
    neilyoung authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    6b827fe View commit details
    Browse the repository at this point in the history