davidliu

Update webrtc to 97.4692.01

@@ -104,7 +104,7 @@ dependencies { @@ -104,7 +104,7 @@ dependencies {
104 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" 104 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
105 implementation deps.coroutines.lib 105 implementation deps.coroutines.lib
106 implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.1.0' 106 implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.1.0'
107 - api 'com.github.webrtc-sdk:android:93.4577.01' 107 + api 'com.github.webrtc-sdk:android:97.4692.01'
108 api "com.squareup.okhttp3:okhttp:4.9.1" 108 api "com.squareup.okhttp3:okhttp:4.9.1"
109 implementation "androidx.annotation:annotation:1.3.0" 109 implementation "androidx.annotation:annotation:1.3.0"
110 implementation "androidx.core:core:${versions.androidx_core}" 110 implementation "androidx.core:core:${versions.androidx_core}"
@@ -178,7 +178,6 @@ internal constructor( @@ -178,7 +178,6 @@ internal constructor(
178 sdpSemantics = PeerConnection.SdpSemantics.UNIFIED_PLAN 178 sdpSemantics = PeerConnection.SdpSemantics.UNIFIED_PLAN
179 continualGatheringPolicy = 179 continualGatheringPolicy =
180 PeerConnection.ContinualGatheringPolicy.GATHER_CONTINUALLY 180 PeerConnection.ContinualGatheringPolicy.GATHER_CONTINUALLY
181 - enableDtlsSrtp = true  
182 } 181 }
183 182
184 _publisher?.close() 183 _publisher?.close()