diff --git a/packages/noise-cancellation-react-native/ios/Classes/StreamAudioProcessingModule.swift b/packages/noise-cancellation-react-native/ios/Classes/StreamAudioProcessingModule.swift index 340dd596f7..6b7234d924 100644 --- a/packages/noise-cancellation-react-native/ios/Classes/StreamAudioProcessingModule.swift +++ b/packages/noise-cancellation-react-native/ios/Classes/StreamAudioProcessingModule.swift @@ -41,10 +41,6 @@ open class StreamAudioFilterProcessingModule: RTCDefaultAudioProcessingModule, ) } - override public func apply(_ config: RTCAudioProcessingConfig) { - super.apply(config) - } - /// Retrieves the identifier of the currently active audio filter. public var activeAudioFilter: AudioFilter? { _capturePostProcessingDelegate.audioFilter diff --git a/packages/noise-cancellation-react-native/package.json b/packages/noise-cancellation-react-native/package.json index aaf8706bc1..97d4f6a6e4 100644 --- a/packages/noise-cancellation-react-native/package.json +++ b/packages/noise-cancellation-react-native/package.json @@ -47,7 +47,7 @@ }, "homepage": "https://github.com/GetStream/stream-video-js#readme", "devDependencies": { - "@stream-io/react-native-webrtc": "125.4.4", + "@stream-io/react-native-webrtc": "137.0.0", "react": "19.1.0", "react-native": "^0.81.4", "react-native-builder-bob": "^0.37.0", diff --git a/packages/react-native-sdk/package.json b/packages/react-native-sdk/package.json index 8c92c9e56c..5584e9d751 100644 --- a/packages/react-native-sdk/package.json +++ b/packages/react-native-sdk/package.json @@ -126,7 +126,7 @@ "@react-native-firebase/messaging": "^23.4.0", "@react-native/babel-preset": "^0.81.4", "@stream-io/noise-cancellation-react-native": "workspace:^", - "@stream-io/react-native-webrtc": "125.4.4", + "@stream-io/react-native-webrtc": "137.0.0", "@stream-io/video-filters-react-native": "workspace:^", "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "13.3.3", diff --git a/packages/video-filters-react-native/package.json b/packages/video-filters-react-native/package.json index b1011ecbaa..217179b7d8 100644 --- a/packages/video-filters-react-native/package.json +++ b/packages/video-filters-react-native/package.json @@ -47,7 +47,7 @@ }, "homepage": "https://github.com/GetStream/stream-video-js#readme", "devDependencies": { - "@stream-io/react-native-webrtc": "125.4.4", + "@stream-io/react-native-webrtc": "137.0.0", "react": "19.1.0", "react-native": "^0.81.4", "react-native-builder-bob": "^0.37.0", diff --git a/sample-apps/react-native/dogfood/ios/Podfile.lock b/sample-apps/react-native/dogfood/ios/Podfile.lock index dd3c6da9ba..c549c224c5 100644 --- a/sample-apps/react-native/dogfood/ios/Podfile.lock +++ b/sample-apps/react-native/dogfood/ios/Podfile.lock @@ -3025,10 +3025,9 @@ PODS: - SocketRocket - stream-react-native-webrtc - Yoga - - stream-react-native-webrtc (125.4.4): + - stream-react-native-webrtc (137.0.0): - React-Core - - StreamWebRTC (~> 125.6422.070) - - stream-video-react-native (1.23.0): + - stream-video-react-native (1.24.1): - boost - DoubleConversion - fast_float @@ -3058,7 +3057,6 @@ PODS: - stream-react-native-webrtc - Yoga - StreamVideoNoiseCancellation (1.0.3) - - StreamWebRTC (125.6422.070) - VisionCamera (4.7.2): - VisionCamera/Core (= 4.7.2) - VisionCamera/React (= 4.7.2) @@ -3172,7 +3170,6 @@ SPEC REPOS: - React-Codegen - SocketRocket - StreamVideoNoiseCancellation - - StreamWebRTC EXTERNAL SOURCES: boost: @@ -3464,13 +3461,12 @@ SPEC CHECKSUMS: stream-chat-react-native: c88c3a1087393358e660885479e21be1f2c286a3 stream-io-noise-cancellation-react-native: ed874466f2e7967ada45a9e4dfad147dabe8f9dd stream-io-video-filters-react-native: 1336c7f604d99d452817b90828389f47771f9417 - stream-react-native-webrtc: 460795039c3aa0c83c882fe2cc59f5ebae3f6a18 - stream-video-react-native: bf225fddf306adb3f47219adc83ad36a3ee357b3 + stream-react-native-webrtc: dcf95d3bd7f0503245b553af02484423805212ed + stream-video-react-native: 5a29ec88115d77bc6bc36623c4bfe3b8ce9ca2e6 StreamVideoNoiseCancellation: 41f5a712aba288f9636b64b17ebfbdff52c61490 - StreamWebRTC: a50ebd8beba4def8f4e378b4895824c3520f9889 VisionCamera: 891edb31806dd3a239c8a9d6090d6ec78e11ee80 Yoga: 9b30b783a17681321b52ac507a37219d7d795ace PODFILE CHECKSUM: aa62ba474533b73121c2068a13a8b909b17efbaa -COCOAPODS: 1.16.2 +COCOAPODS: 1.15.2 diff --git a/sample-apps/react-native/dogfood/package.json b/sample-apps/react-native/dogfood/package.json index a95a9bfdc5..34678e1706 100644 --- a/sample-apps/react-native/dogfood/package.json +++ b/sample-apps/react-native/dogfood/package.json @@ -21,7 +21,7 @@ "@react-navigation/native": "^7.1.18", "@react-navigation/native-stack": "^7.3.27", "@stream-io/noise-cancellation-react-native": "workspace:^", - "@stream-io/react-native-webrtc": "125.4.4", + "@stream-io/react-native-webrtc": "137.0.0", "@stream-io/video-filters-react-native": "workspace:^", "@stream-io/video-react-native-sdk": "workspace:^", "axios": "^1.12.2", diff --git a/sample-apps/react-native/expo-video-sample/package.json b/sample-apps/react-native/expo-video-sample/package.json index 7543ae631c..431d549824 100644 --- a/sample-apps/react-native/expo-video-sample/package.json +++ b/sample-apps/react-native/expo-video-sample/package.json @@ -20,7 +20,7 @@ "@react-native-firebase/app": "^23.4.0", "@react-native-firebase/messaging": "^23.4.0", "@stream-io/noise-cancellation-react-native": "workspace:^", - "@stream-io/react-native-webrtc": "125.4.4", + "@stream-io/react-native-webrtc": "137.0.0", "@stream-io/video-filters-react-native": "workspace:^", "@stream-io/video-react-native-sdk": "workspace:^", "expo": "^54.0.12", diff --git a/sample-apps/react-native/ringing-tutorial/package.json b/sample-apps/react-native/ringing-tutorial/package.json index ccf8caa220..afbf380cb2 100644 --- a/sample-apps/react-native/ringing-tutorial/package.json +++ b/sample-apps/react-native/ringing-tutorial/package.json @@ -23,7 +23,7 @@ "@react-native-firebase/messaging": "^23.4.0", "@react-navigation/bottom-tabs": "^7.4.8", "@react-navigation/native": "^7.1.18", - "@stream-io/react-native-webrtc": "125.4.4", + "@stream-io/react-native-webrtc": "137.0.0", "@stream-io/video-react-native-sdk": "workspace:^", "expo": "^54.0.12", "expo-blur": "~15.0.7", diff --git a/yarn.lock b/yarn.lock index b939ef8b13..ed71bd7bce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7146,7 +7146,7 @@ __metadata: "@rnx-kit/metro-config": "npm:^2.1.2" "@rnx-kit/metro-resolver-symlinks": "npm:^0.2.6" "@stream-io/noise-cancellation-react-native": "workspace:^" - "@stream-io/react-native-webrtc": "npm:125.4.4" + "@stream-io/react-native-webrtc": "npm:137.0.0" "@stream-io/video-filters-react-native": "workspace:^" "@stream-io/video-react-native-sdk": "workspace:^" "@types/react": "npm:~19.1.17" @@ -7251,7 +7251,7 @@ __metadata: version: 0.0.0-use.local resolution: "@stream-io/noise-cancellation-react-native@workspace:packages/noise-cancellation-react-native" dependencies: - "@stream-io/react-native-webrtc": "npm:125.4.4" + "@stream-io/react-native-webrtc": "npm:137.0.0" react: "npm:19.1.0" react-native: "npm:^0.81.4" react-native-builder-bob: "npm:^0.37.0" @@ -7263,16 +7263,16 @@ __metadata: languageName: unknown linkType: soft -"@stream-io/react-native-webrtc@npm:125.4.4": - version: 125.4.4 - resolution: "@stream-io/react-native-webrtc@npm:125.4.4" +"@stream-io/react-native-webrtc@npm:137.0.0": + version: 137.0.0 + resolution: "@stream-io/react-native-webrtc@npm:137.0.0" dependencies: base64-js: "npm:1.5.1" debug: "npm:4.3.4" event-target-shim: "npm:6.0.2" peerDependencies: react-native: ">=0.73.0" - checksum: 10/a29be364f4b4e3312e9f9ba2c124bd6f973a00a86936c73504ef9246ccb3ffdbf977c42d919833f8b5de2dff7b842f80f00be6e3bdb916416d925639ec273f74 + checksum: 10/45acf7df6eb9e100c85bb3b72b1a54dc361609f6b160cf270bd24074eef5ad33422b533b3028dbf7a3e072b543914969ea55d144310da942418f13cc4e02cdec languageName: node linkType: hard @@ -7350,7 +7350,7 @@ __metadata: version: 0.0.0-use.local resolution: "@stream-io/video-filters-react-native@workspace:packages/video-filters-react-native" dependencies: - "@stream-io/react-native-webrtc": "npm:125.4.4" + "@stream-io/react-native-webrtc": "npm:137.0.0" react: "npm:19.1.0" react-native: "npm:^0.81.4" react-native-builder-bob: "npm:^0.37.0" @@ -7488,7 +7488,7 @@ __metadata: "@rnx-kit/metro-config": "npm:^2.1.2" "@rnx-kit/metro-resolver-symlinks": "npm:^0.2.6" "@stream-io/noise-cancellation-react-native": "workspace:^" - "@stream-io/react-native-webrtc": "npm:125.4.4" + "@stream-io/react-native-webrtc": "npm:137.0.0" "@stream-io/video-filters-react-native": "workspace:^" "@stream-io/video-react-native-sdk": "workspace:^" "@types/react": "npm:~19.1.17" @@ -7539,7 +7539,7 @@ __metadata: "@react-navigation/native": "npm:^7.1.18" "@rnx-kit/metro-config": "npm:^2.1.2" "@rnx-kit/metro-resolver-symlinks": "npm:^0.2.6" - "@stream-io/react-native-webrtc": "npm:125.4.4" + "@stream-io/react-native-webrtc": "npm:137.0.0" "@stream-io/video-react-native-sdk": "workspace:^" "@types/react": "npm:~19.1.17" expo: "npm:^54.0.12" @@ -7588,7 +7588,7 @@ __metadata: "@react-native-firebase/messaging": "npm:^23.4.0" "@react-native/babel-preset": "npm:^0.81.4" "@stream-io/noise-cancellation-react-native": "workspace:^" - "@stream-io/react-native-webrtc": "npm:125.4.4" + "@stream-io/react-native-webrtc": "npm:137.0.0" "@stream-io/video-client": "workspace:*" "@stream-io/video-filters-react-native": "workspace:^" "@stream-io/video-react-bindings": "workspace:*"