Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/noise-cancellation-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/video-filters-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 5 additions & 9 deletions sample-apps/react-native/dogfood/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -3172,7 +3170,6 @@ SPEC REPOS:
- React-Codegen
- SocketRocket
- StreamVideoNoiseCancellation
- StreamWebRTC

EXTERNAL SOURCES:
boost:
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion sample-apps/react-native/dogfood/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/react-native/expo-video-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/react-native/ringing-tutorial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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

Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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:*"
Expand Down