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
This commit is contained in:
Daniel Gultsch 2022-12-30 12:26:00 +01:00
parent 0cec499565
commit 93c2fd4da6
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -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 {