From 93c2fd4da699926a19a6c1eae268d7e8179c4cc6 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Fri, 30 Dec 2022 12:26:00 +0100 Subject: [PATCH] downgrade webrtc to m104 m107 shipped with 2.11.0 (both fdroid and play) was causing problems when calling between some (not all) devices. The callee (repsonder) would not see the video of the caller (initiator). Our best guess is that this has something to do with the new av1 decoder and it only occurs between devices where av1 is selected as the codec. It's probably selected on 'modern' devices. It's not happening between a Pixel 4a and a Xiaomi Mi A1 but it is happening between two Pixels --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c793726e8..99355e36b 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.google.guava:guava:31.1-android' quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.12.49' - implementation 'im.conversations.webrtc:webrtc-android:108.0.1' + implementation 'im.conversations.webrtc:webrtc-android:104.0.0' } ext {