davidliu

Update webrtc to 97.4692.01

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