Skip to content

Commit ffd5936

Browse files
committed
android,ios: update webrtc to 125.0.4
1 parent 25d7f19 commit ffd5936

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ android {
3030

3131
dependencies {
3232
implementation 'com.facebook.react:react-native:+'
33-
api 'io.github.webrtc-sdk:android:125.6422.02'
33+
api 'io.github.webrtc-sdk:android:125.6422.04'
3434
implementation "androidx.core:core:1.7.0"
3535
}

livekit-react-native-webrtc.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.libraries = 'c', 'sqlite3', 'stdc++'
2020
s.framework = 'AudioToolbox','AVFoundation', 'CoreAudio', 'CoreGraphics', 'CoreVideo', 'GLKit', 'VideoToolbox'
2121
s.dependency 'React-Core'
22-
s.dependency 'WebRTC-SDK', '~>125.6422.02'
22+
s.dependency 'WebRTC-SDK', '~>125.6422.04'
2323
end

0 commit comments

Comments
 (0)