Skip to content

Commit c555695

Browse files
authored
fix: noise cancellation webrtc 137 support and dev dep and sampleapp webrtc updates (#1974)
1 parent cbefbc0 commit c555695

File tree

9 files changed

+21
-29
lines changed

9 files changed

+21
-29
lines changed

packages/noise-cancellation-react-native/ios/Classes/StreamAudioProcessingModule.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ open class StreamAudioFilterProcessingModule: RTCDefaultAudioProcessingModule,
4141
)
4242
}
4343

44-
override public func apply(_ config: RTCAudioProcessingConfig) {
45-
super.apply(config)
46-
}
47-
4844
/// Retrieves the identifier of the currently active audio filter.
4945
public var activeAudioFilter: AudioFilter? {
5046
_capturePostProcessingDelegate.audioFilter

packages/noise-cancellation-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"homepage": "https://github.com/GetStream/stream-video-js#readme",
4949
"devDependencies": {
50-
"@stream-io/react-native-webrtc": "125.4.4",
50+
"@stream-io/react-native-webrtc": "137.0.0",
5151
"react": "19.1.0",
5252
"react-native": "^0.81.4",
5353
"react-native-builder-bob": "^0.37.0",

packages/react-native-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@react-native-firebase/messaging": "^23.4.0",
127127
"@react-native/babel-preset": "^0.81.4",
128128
"@stream-io/noise-cancellation-react-native": "workspace:^",
129-
"@stream-io/react-native-webrtc": "125.4.4",
129+
"@stream-io/react-native-webrtc": "137.0.0",
130130
"@stream-io/video-filters-react-native": "workspace:^",
131131
"@testing-library/jest-native": "^5.4.3",
132132
"@testing-library/react-native": "13.3.3",

packages/video-filters-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"homepage": "https://github.com/GetStream/stream-video-js#readme",
4949
"devDependencies": {
50-
"@stream-io/react-native-webrtc": "125.4.4",
50+
"@stream-io/react-native-webrtc": "137.0.0",
5151
"react": "19.1.0",
5252
"react-native": "^0.81.4",
5353
"react-native-builder-bob": "^0.37.0",

sample-apps/react-native/dogfood/ios/Podfile.lock

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3025,10 +3025,9 @@ PODS:
30253025
- SocketRocket
30263026
- stream-react-native-webrtc
30273027
- Yoga
3028-
- stream-react-native-webrtc (125.4.4):
3028+
- stream-react-native-webrtc (137.0.0):
30293029
- React-Core
3030-
- StreamWebRTC (~> 125.6422.070)
3031-
- stream-video-react-native (1.23.0):
3030+
- stream-video-react-native (1.24.1):
30323031
- boost
30333032
- DoubleConversion
30343033
- fast_float
@@ -3058,7 +3057,6 @@ PODS:
30583057
- stream-react-native-webrtc
30593058
- Yoga
30603059
- StreamVideoNoiseCancellation (1.0.3)
3061-
- StreamWebRTC (125.6422.070)
30623060
- VisionCamera (4.7.2):
30633061
- VisionCamera/Core (= 4.7.2)
30643062
- VisionCamera/React (= 4.7.2)
@@ -3172,7 +3170,6 @@ SPEC REPOS:
31723170
- React-Codegen
31733171
- SocketRocket
31743172
- StreamVideoNoiseCancellation
3175-
- StreamWebRTC
31763173

31773174
EXTERNAL SOURCES:
31783175
boost:
@@ -3464,13 +3461,12 @@ SPEC CHECKSUMS:
34643461
stream-chat-react-native: c88c3a1087393358e660885479e21be1f2c286a3
34653462
stream-io-noise-cancellation-react-native: ed874466f2e7967ada45a9e4dfad147dabe8f9dd
34663463
stream-io-video-filters-react-native: 1336c7f604d99d452817b90828389f47771f9417
3467-
stream-react-native-webrtc: 460795039c3aa0c83c882fe2cc59f5ebae3f6a18
3468-
stream-video-react-native: bf225fddf306adb3f47219adc83ad36a3ee357b3
3464+
stream-react-native-webrtc: dcf95d3bd7f0503245b553af02484423805212ed
3465+
stream-video-react-native: 5a29ec88115d77bc6bc36623c4bfe3b8ce9ca2e6
34693466
StreamVideoNoiseCancellation: 41f5a712aba288f9636b64b17ebfbdff52c61490
3470-
StreamWebRTC: a50ebd8beba4def8f4e378b4895824c3520f9889
34713467
VisionCamera: 891edb31806dd3a239c8a9d6090d6ec78e11ee80
34723468
Yoga: 9b30b783a17681321b52ac507a37219d7d795ace
34733469

34743470
PODFILE CHECKSUM: aa62ba474533b73121c2068a13a8b909b17efbaa
34753471

3476-
COCOAPODS: 1.16.2
3472+
COCOAPODS: 1.15.2

sample-apps/react-native/dogfood/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@react-navigation/native": "^7.1.18",
2222
"@react-navigation/native-stack": "^7.3.27",
2323
"@stream-io/noise-cancellation-react-native": "workspace:^",
24-
"@stream-io/react-native-webrtc": "125.4.4",
24+
"@stream-io/react-native-webrtc": "137.0.0",
2525
"@stream-io/video-filters-react-native": "workspace:^",
2626
"@stream-io/video-react-native-sdk": "workspace:^",
2727
"axios": "^1.12.2",

sample-apps/react-native/expo-video-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@react-native-firebase/app": "^23.4.0",
2121
"@react-native-firebase/messaging": "^23.4.0",
2222
"@stream-io/noise-cancellation-react-native": "workspace:^",
23-
"@stream-io/react-native-webrtc": "125.4.4",
23+
"@stream-io/react-native-webrtc": "137.0.0",
2424
"@stream-io/video-filters-react-native": "workspace:^",
2525
"@stream-io/video-react-native-sdk": "workspace:^",
2626
"expo": "^54.0.12",

sample-apps/react-native/ringing-tutorial/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@react-native-firebase/messaging": "^23.4.0",
2424
"@react-navigation/bottom-tabs": "^7.4.8",
2525
"@react-navigation/native": "^7.1.18",
26-
"@stream-io/react-native-webrtc": "125.4.4",
26+
"@stream-io/react-native-webrtc": "137.0.0",
2727
"@stream-io/video-react-native-sdk": "workspace:^",
2828
"expo": "^54.0.12",
2929
"expo-blur": "~15.0.7",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7146,7 +7146,7 @@ __metadata:
71467146
"@rnx-kit/metro-config": "npm:^2.1.2"
71477147
"@rnx-kit/metro-resolver-symlinks": "npm:^0.2.6"
71487148
"@stream-io/noise-cancellation-react-native": "workspace:^"
7149-
"@stream-io/react-native-webrtc": "npm:125.4.4"
7149+
"@stream-io/react-native-webrtc": "npm:137.0.0"
71507150
"@stream-io/video-filters-react-native": "workspace:^"
71517151
"@stream-io/video-react-native-sdk": "workspace:^"
71527152
"@types/react": "npm:~19.1.17"
@@ -7251,7 +7251,7 @@ __metadata:
72517251
version: 0.0.0-use.local
72527252
resolution: "@stream-io/noise-cancellation-react-native@workspace:packages/noise-cancellation-react-native"
72537253
dependencies:
7254-
"@stream-io/react-native-webrtc": "npm:125.4.4"
7254+
"@stream-io/react-native-webrtc": "npm:137.0.0"
72557255
react: "npm:19.1.0"
72567256
react-native: "npm:^0.81.4"
72577257
react-native-builder-bob: "npm:^0.37.0"
@@ -7263,16 +7263,16 @@ __metadata:
72637263
languageName: unknown
72647264
linkType: soft
72657265

7266-
"@stream-io/react-native-webrtc@npm:125.4.4":
7267-
version: 125.4.4
7268-
resolution: "@stream-io/react-native-webrtc@npm:125.4.4"
7266+
"@stream-io/react-native-webrtc@npm:137.0.0":
7267+
version: 137.0.0
7268+
resolution: "@stream-io/react-native-webrtc@npm:137.0.0"
72697269
dependencies:
72707270
base64-js: "npm:1.5.1"
72717271
debug: "npm:4.3.4"
72727272
event-target-shim: "npm:6.0.2"
72737273
peerDependencies:
72747274
react-native: ">=0.73.0"
7275-
checksum: 10/a29be364f4b4e3312e9f9ba2c124bd6f973a00a86936c73504ef9246ccb3ffdbf977c42d919833f8b5de2dff7b842f80f00be6e3bdb916416d925639ec273f74
7275+
checksum: 10/45acf7df6eb9e100c85bb3b72b1a54dc361609f6b160cf270bd24074eef5ad33422b533b3028dbf7a3e072b543914969ea55d144310da942418f13cc4e02cdec
72767276
languageName: node
72777277
linkType: hard
72787278

@@ -7350,7 +7350,7 @@ __metadata:
73507350
version: 0.0.0-use.local
73517351
resolution: "@stream-io/video-filters-react-native@workspace:packages/video-filters-react-native"
73527352
dependencies:
7353-
"@stream-io/react-native-webrtc": "npm:125.4.4"
7353+
"@stream-io/react-native-webrtc": "npm:137.0.0"
73547354
react: "npm:19.1.0"
73557355
react-native: "npm:^0.81.4"
73567356
react-native-builder-bob: "npm:^0.37.0"
@@ -7488,7 +7488,7 @@ __metadata:
74887488
"@rnx-kit/metro-config": "npm:^2.1.2"
74897489
"@rnx-kit/metro-resolver-symlinks": "npm:^0.2.6"
74907490
"@stream-io/noise-cancellation-react-native": "workspace:^"
7491-
"@stream-io/react-native-webrtc": "npm:125.4.4"
7491+
"@stream-io/react-native-webrtc": "npm:137.0.0"
74927492
"@stream-io/video-filters-react-native": "workspace:^"
74937493
"@stream-io/video-react-native-sdk": "workspace:^"
74947494
"@types/react": "npm:~19.1.17"
@@ -7539,7 +7539,7 @@ __metadata:
75397539
"@react-navigation/native": "npm:^7.1.18"
75407540
"@rnx-kit/metro-config": "npm:^2.1.2"
75417541
"@rnx-kit/metro-resolver-symlinks": "npm:^0.2.6"
7542-
"@stream-io/react-native-webrtc": "npm:125.4.4"
7542+
"@stream-io/react-native-webrtc": "npm:137.0.0"
75437543
"@stream-io/video-react-native-sdk": "workspace:^"
75447544
"@types/react": "npm:~19.1.17"
75457545
expo: "npm:^54.0.12"
@@ -7588,7 +7588,7 @@ __metadata:
75887588
"@react-native-firebase/messaging": "npm:^23.4.0"
75897589
"@react-native/babel-preset": "npm:^0.81.4"
75907590
"@stream-io/noise-cancellation-react-native": "workspace:^"
7591-
"@stream-io/react-native-webrtc": "npm:125.4.4"
7591+
"@stream-io/react-native-webrtc": "npm:137.0.0"
75927592
"@stream-io/video-client": "workspace:*"
75937593
"@stream-io/video-filters-react-native": "workspace:^"
75947594
"@stream-io/video-react-bindings": "workspace:*"

0 commit comments

Comments
 (0)