talk-android/app/src/main/java/com/nextcloud/talk
Daniel Calviño Sánchez fcb45e94f3 Fix data channel suport with newer Janus versions
When Janus is used even if it is possible to open several data channels
with different labels and send data on them all the messages are
received in the first data channel opened.

In Talk the "status" data channel is used to send the data channel
messages, and before Janus 0.7.0 it was the first data channel opened,
so the messages were received on it.

However, since Janus 0.7.0 the data channel messages are received
instead on a data channel opened by Janus, which is named
"JanusDataChannel". It is not possible to change that behaviour on Janus
except by patching it, so for broader compatibility the messages
received in "JanusDataChannel" are treated like messages received in the
"status" data channel

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-10-02 20:15:03 +02:00
..
activities Better scroll on new messages & Kotlin 2019-09-09 21:59:40 +02:00
adapters Fix #706 2020-01-16 03:20:00 +01:00
api Implemented most of message replies 2020-01-13 12:07:32 +01:00
application Implemented most of message replies 2020-01-13 12:07:32 +01:00
callbacks Significant improvements to the dark theme 2019-09-26 10:39:07 +02:00
components/filebrowser Some progress on replies 2020-01-13 11:15:20 +01:00
controllers Fix join call directly after first start 2020-09-29 09:40:46 +02:00
dagger/modules Lobby & Various bugfixes and improvements 2019-08-30 12:13:33 +02:00
events Fix #713, Fix #720 2020-02-12 10:57:35 +01:00
interfaces Lobby & Various bugfixes and improvements 2019-08-30 12:13:33 +02:00
jobs Fix vibration and fix #745 2020-03-21 16:26:03 +01:00
models First step towards working calls on Q 2020-02-10 00:33:41 +01:00
presenters Lobby & Various bugfixes and improvements 2019-08-30 12:13:33 +02:00
receivers Fix #713, Fix #720 2020-02-12 10:57:35 +01:00
utils Fix NullPointerException on (first) account creation with client certificates (#195) 2020-03-08 20:42:54 +01:00
webrtc Fix data channel suport with newer Janus versions 2020-10-02 20:15:03 +02:00