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

Separate Send/ReceiveCodecs and NegotiatedCodecs #2972

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on May 8, 2024

  1. Separate Send/ReceiveCodecs and NegotiatedCodecs

    This makes it unambiguous what to return in RTCRtpSender/Receiver's
    getParameters() function (null before negotiation, filled in after)
    
    Fixes: 2956
    alvestrand committed May 8, 2024
    Configuration menu
    Copy the full SHA
    70aa381 View commit details
    Browse the repository at this point in the history
  2. Fix markup.

    Set NegotiatedCodecs only on answers for both senders and receivers.
    alvestrand committed May 8, 2024
    Configuration menu
    Copy the full SHA
    50bc218 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Fix html bug

    alvestrand authored May 13, 2024
    Configuration menu
    Copy the full SHA
    be077ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2da8426 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    805ca44 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Attempt at amendments.json

    alvestrand committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8991050 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fix syntax error

    alvestrand committed May 22, 2024
    Configuration menu
    Copy the full SHA
    10bc207 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Reference test

    alvestrand authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    62f77eb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    8dacfdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea35721 View commit details
    Browse the repository at this point in the history