Skip to content

Commit

Permalink
fix(plugin-meetings): firefox <=114 encounters issues with missing ic…
Browse files Browse the repository at this point in the history
…e-ufrag (#3777)

Co-authored-by: kwasniow <[email protected]>
  • Loading branch information
k-wasniowski and kwasniow committed Aug 13, 2024
1 parent 88af9ae commit d743005
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/@webex/media-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"deploy:npm": "yarn npm publish"
},
"dependencies": {
"@webex/internal-media-core": "2.7.3",
"@webex/internal-media-core": "2.7.4",
"@webex/ts-events": "^1.1.0",
"@webex/web-media-effects": "2.18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/plugin-meetings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@webex/common": "workspace:*",
"@webex/internal-media-core": "2.7.3",
"@webex/internal-media-core": "2.7.4",
"@webex/internal-plugin-conversation": "workspace:*",
"@webex/internal-plugin-device": "workspace:*",
"@webex/internal-plugin-llm": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/calling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@types/platform": "1.3.4",
"@webex/internal-media-core": "2.7.3",
"@webex/internal-media-core": "2.7.4",
"@webex/media-helpers": "workspace:*",
"async-mutex": "0.4.0",
"buffer": "6.0.3",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7400,7 +7400,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": 5.38.1
"@typescript-eslint/parser": 5.38.1
"@web/dev-server": 0.4.5
"@webex/internal-media-core": 2.7.3
"@webex/internal-media-core": 2.7.4
"@webex/media-helpers": "workspace:*"
async-mutex: 0.4.0
buffer: 6.0.3
Expand Down Expand Up @@ -7691,19 +7691,19 @@ __metadata:
languageName: unknown
linkType: soft

"@webex/internal-media-core@npm:2.7.3":
version: 2.7.3
resolution: "@webex/internal-media-core@npm:2.7.3"
"@webex/internal-media-core@npm:2.7.4":
version: 2.7.4
resolution: "@webex/internal-media-core@npm:2.7.4"
dependencies:
"@babel/runtime": ^7.18.9
"@webex/ts-sdp": 1.7.0
"@webex/web-client-media-engine": 3.22.3
"@webex/web-client-media-engine": 3.22.4
events: ^3.3.0
typed-emitter: ^2.1.0
uuid: ^8.3.2
webrtc-adapter: ^8.1.2
xstate: ^4.30.6
checksum: 1be5011d68f3d18ac8d95e4b8ae699f24b99fd6f1872bd52639e863121a2f21201999d3fcba71aeef94bfabcb7701c629cc4b5b4af1bf16b083d4e4ab2d0cf5d
checksum: 0610035ae8dfe3031a0d9004daa0b5f0d155743aa2eaff17c532786de544b77bb64c77a3b65964bf8ff24a1a308525c3256f22814aec73e177ccaad5bec221c9
languageName: node
linkType: hard

Expand Down Expand Up @@ -8471,7 +8471,7 @@ __metadata:
"@babel/preset-typescript": 7.22.11
"@webex/babel-config-legacy": "workspace:*"
"@webex/eslint-config-legacy": "workspace:*"
"@webex/internal-media-core": 2.7.3
"@webex/internal-media-core": 2.7.4
"@webex/jest-config-legacy": "workspace:*"
"@webex/legacy-tools": "workspace:*"
"@webex/test-helper-chai": "workspace:*"
Expand Down Expand Up @@ -8707,7 +8707,7 @@ __metadata:
"@webex/babel-config-legacy": "workspace:*"
"@webex/common": "workspace:*"
"@webex/eslint-config-legacy": "workspace:*"
"@webex/internal-media-core": 2.7.3
"@webex/internal-media-core": 2.7.4
"@webex/internal-plugin-conversation": "workspace:*"
"@webex/internal-plugin-device": "workspace:*"
"@webex/internal-plugin-llm": "workspace:*"
Expand Down Expand Up @@ -9419,9 +9419,9 @@ __metadata:
languageName: node
linkType: hard

"@webex/web-client-media-engine@npm:3.22.3":
version: 3.22.3
resolution: "@webex/web-client-media-engine@npm:3.22.3"
"@webex/web-client-media-engine@npm:3.22.4":
version: 3.22.4
resolution: "@webex/web-client-media-engine@npm:3.22.4"
dependencies:
"@webex/json-multistream": 2.1.3
"@webex/rtcstats": ^1.3.2
Expand All @@ -9434,7 +9434,7 @@ __metadata:
js-logger: ^1.6.1
typed-emitter: ^2.1.0
uuid: ^8.3.2
checksum: 7a6fbea08f38fe8fd7d11f20d585749ea6df7d42692bc97a470eeee48cc4091ddcbe38f3415857d0b3e1450ef87df42cd516d19800cc502bf28e97f51ad53195
checksum: 13f24b0411cceaaef046887f6fee8e57be8e12ed07b5382a9a51eb07f56f1ec4eb02bdbb2ed567925690618862a02e831c6775019f9abe559bf7f29c1d3b5fe9
languageName: node
linkType: hard

Expand Down

0 comments on commit d743005

Please sign in to comment.