这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2025

This PR contains the following updates:

Package Update Change
webrtc-adapter major 8.1.2 -> 9.0.3

Release Notes

webrtcHacks/adapter (webrtc-adapter)

v9.0.3

Compare Source

v9.0.2

Compare Source

Fixes #​1082 via #​1161

DEPRECATED, use 9.0.3

v9.0.1

Compare Source

v9.0.0: 9.0.0

Compare Source

9.0.0 brings two breaking changes:

  • removal of legacy getStats shim: #​1137
  • removal of getDisplayMedia shim: #​1139
    and more importantly it prefers userAgentData over webkitGetUserMedia for detecting Chromium-based browsers (#​1146)

v8.2.4

Compare Source

Backport of Safari version extraction for internal usage, see #​1161 1161

v8.2.3

Compare Source

v8.2.2

Compare Source

v8.2.1

Compare Source

v8.2.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codesandbox
Copy link

codesandbox bot commented Jan 19, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@sourcery-ai
Copy link
Contributor

sourcery-ai bot commented Jan 19, 2025

Reviewer's Guide by Sourcery

This PR updates the webrtc-adapter dependency from version 8.1.2 to 9.0.1. This includes the removal of legacy getStats and getDisplayMedia shims, and prefers userAgentData over webkitGetUserMedia for detecting Chromium-based browsers.

Sequence diagram showing updated WebRTC browser detection flow

sequenceDiagram
    participant App
    participant Adapter
    participant Browser

    App->>Adapter: Initialize WebRTC adapter
    Note over Adapter: v9: Prefer userAgentData
    alt Browser supports userAgentData
        Adapter->>Browser: Check userAgentData
        Browser-->>Adapter: Return browser info
    else Fallback for older browsers
        Adapter->>Browser: Check webkitGetUserMedia
        Browser-->>Adapter: Return browser info
    end
    Adapter-->>App: Return normalized WebRTC API
Loading

File-Level Changes

Change Details Files
Updated the webrtc-adapter dependency to version 9.0.1.
  • Updated the script tag's src attribute to point to the new version of the library.
  • Updated the script tag's integrity attribute to match the new version of the library.
apps/web/app/echo.html

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@renovate renovate bot force-pushed the renovate/webrtc-adapter-9.x branch from 7b00ecd to 118767b Compare April 18, 2025 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants