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

Upgrade mediasoup to 3.7.6 #100

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

Conversation

pnts-se-whereby
Copy link
Contributor

@pnts-se-whereby pnts-se-whereby commented Mar 25, 2024

This PR will:

  1. upgrade mediasoup to 3.7.6
  2. remove .only from a test
  3. silence a test printing to console
📦 Published PR as canary version: 2.0.2--canary.100.8416342203.0

✨ Test out this PR locally via:

npm install @whereby/[email protected]
# or 
yarn add @whereby/[email protected]

Copy link
Contributor

@misi misi left a comment

Choose a reason for hiding this comment

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

LGTM 🍰

@@ -2,6 +2,7 @@ import * as sdpModifier from "../../src/webrtc/sdpModifier";
import SDPUtils from "sdp";

describe("sdpModifier", () => {
jest.spyOn(console, "error").mockImplementation(jest.fn());
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe a one liner comment could help the readability, why we mocked console.error, but this is just my 2 cents

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.

2 participants