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

Add Firefox120 handler #295

Merged
merged 3 commits into from
Feb 29, 2024
Merged

Add Firefox120 handler #295

merged 3 commits into from
Feb 29, 2024

Commits on Feb 29, 2024

  1. Add Firefox120 handler

    ### Details
    
    - Fixes #293
    - Basically the only change is that it passes `sendEncodings` in `pc.addTransceivers()` (as per spec) rather than having to set encodings later via `sender.setParameters()`, which was a hack in previous Firefox versions.
    - Cosmetic change in `Chrome111` since `encoding.rid` was set twice.
    ibc committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    77724e5 View commit details
    Browse the repository at this point in the history
  2. fix lint

    ibc committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4af58bc View commit details
    Browse the repository at this point in the history
  3. cosmetic

    ibc committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    93b0308 View commit details
    Browse the repository at this point in the history