talk-android/app
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
..
src Fix data channel suport with newer Janus versions 2020-10-02 20:15:03 +02:00
.gitignore
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