Skip to content
Draft
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
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-alpha.6):
- React-Core
- StreamWebRTC (~> 125.6422.070)
- stream-video-react-native (1.22.3):
- stream-video-react-native (1.23.0):
- 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: 11f2d6596a7058c418e82c1d975b41589bd87715
stream-react-native-webrtc: 66e704b3aaadd7ff78fa1c9371ce22cf39cf04c8
stream-video-react-native: bf225fddf306adb3f47219adc83ad36a3ee357b3
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-alpha.6",
"@stream-io/video-filters-react-native": "workspace:^",
"@stream-io/video-react-native-sdk": "workspace:^",
"axios": "^1.12.2",
Expand Down
15 changes: 14 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7276,6 +7276,19 @@ __metadata:
languageName: node
linkType: hard

"@stream-io/react-native-webrtc@npm:137.0.0-alpha.5":
version: 137.0.0-alpha.5
resolution: "@stream-io/react-native-webrtc@npm:137.0.0-alpha.5"
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/96ca8cd23da018737e54adfb111c7d2258be57a63f3b1ab45179ee02453ab54c44cdd8cccd0ebfdc5f294131db6ea1858e8c9a5c74b52dec922c858a33a14fb8
languageName: node
linkType: hard

"@stream-io/stream-video-react-tutorial@workspace:sample-apps/react/stream-video-react-tutorial":
version: 0.0.0-use.local
resolution: "@stream-io/stream-video-react-tutorial@workspace:sample-apps/react/stream-video-react-tutorial"
Expand Down Expand Up @@ -7488,7 +7501,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-alpha.5"
"@stream-io/video-filters-react-native": "workspace:^"
"@stream-io/video-react-native-sdk": "workspace:^"
"@types/react": "npm:~19.1.17"
Expand Down