nextcloud-talk-android/app
Daniel Calviño Sánchez 1321cb21a0 Fix frozen video when screen is shared
When another participant shared the screen a new offer was requested.
However, the offer was requested for the video instead of for the
screen, which caused the HPB to stop the previous video connection and
replace it with a new one. As receiving new offers for an existing
connection is not properly handled the offer was applied to the existing
peer connection, which caused the new offer to be ignored and the old
peer connection to be kept (but frozen due to the HPB not sending more
data for that connection).

Requesting offers are not needed when the peer connection is a screen,
as the HPB will automatically send the offers itself. Therefore, now
offers are requested only when the connection is of "video" type.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-10-02 10:10:49 +02:00
..
src Fix frozen video when screen is shared 2020-10-02 10:10:49 +02:00
.gitignore Initial import 2017-10-23 12:40:38 +02:00
build.gradle change version number for 8.0.10 2020-09-29 10:07:13 +02:00
gplay.gradle Fix vibration and fix #745 2020-03-21 16:26:03 +01:00
proguard-rules.pro Initial import 2017-10-23 12:40:38 +02:00