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
tobiasKaminsky
6d7cf8305a
Fix join call directly after first start
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2020-09-29 09:40:46 +02:00
Mario Danic
6a5aaac224
Lobby & Various bugfixes and improvements
...
Includes conversion to Kotlin of some files
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-08-30 12:13:33 +02:00
Mario Danic
14efe5992a
Clean up MerlinTheWizard
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-08-30 12:13:33 +02:00
Mario Danic
0eab88f302
Remove latin america for s4 mini
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-08-13 22:00:24 +02:00
Mario Danic
687f6f3aee
Fix #597
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-08-13 21:53:10 +02:00
Mario Danic
aca1f9a13d
Fix various issues with emojis
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-07-22 12:41:54 +02:00
Mario Danic
d225e2ac9f
Fix #584
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-07-21 22:39:03 +02:00
Mario Danic
ceac6efa39
Finally some reconnection magic working
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-07-21 16:38:17 +02:00
Mario Danic
c48e9e01a2
Improve sending nick
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-06-25 10:17:08 +02:00
Mario Danic
6ce0d53412
Fix nick & some reconnection
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-06-25 10:17:08 +02:00
Mario Danic
6e68f41d1f
Improve reconnections & Avatar handling
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-06-06 12:33:12 +02:00
Mario Danic
7d44805c9e
Additional logging
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-05-31 17:08:42 +02:00
Mario Danic
27d69e73d1
Fix up internet reconnections
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-05-29 15:16:44 +02:00
Mario Danic
e510a35ae4
Further improvements to MCU reconnections
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-05-29 11:53:09 +02:00
Mario Danic
f13292a1b7
Update version
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-05-27 18:57:15 +02:00
Mario Danic
92e56cdef2
Improve MCU re-connection magic
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-05-27 18:32:27 +02:00
Mario Danic
90a099b04e
Fix #480 , Fix #188
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-03-04 08:50:39 +01:00
Mario Danic
f5e7ad6a33
Fix #473
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
# Conflicts:
# app/src/main/java/com/nextcloud/talk/utils/ApiUtils.java
2019-02-22 15:04:27 +01:00
Mario Danic
455601b5a6
Reformat
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-02-15 01:49:57 +01:00
Mario Danic
0ff737d4fd
Fix screensharing for MCU
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-01-10 12:43:14 +01:00
Mario Danic
ed7cd1b788
Add screensharing support
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2019-01-07 02:17:47 +01:00
Mario Danic
1c504bdfe6
Fix #392
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-12-27 14:20:44 +01:00
Mario Danic
6621b9964a
Clean up
...
Signed-off-by: Mario Danic <mario@lovelyhq.com>
2018-12-17 13:40:44 +01:00
Mario Danic
5ff7316aa5
Significant progress on changing the app layout
2018-12-17 13:40:43 +01:00
Mario Danic
54405c603c
Fix MCU completely
2018-11-10 00:22:59 +01:00
Mario Danic
1e055568bc
Fix a bug with init a hashmap
2018-11-09 22:42:14 +01:00
Mario Danic
b531ca59c6
Switch to a different codec
2018-11-08 13:41:55 +01:00
Mario Danic
142ceb12e2
Fix various issues & started working on notification levels
2018-11-06 22:58:14 +01:00
Mario Danic
9b09848838
Clean up
2018-10-30 22:33:17 +01:00
Mario Danic
f3ff2e247b
Real fix for regular calls
2018-10-30 10:50:42 +01:00
Mario Danic
498ae0dfc3
Nick sending + fix regular calls
2018-10-30 10:50:42 +01:00
Mario Danic
98cabbfc11
Fix nickname & fonts
2018-10-29 10:27:38 +01:00
Mario Danic
769e478874
Scope methods properly
2018-10-26 10:49:51 +02:00
Mario Danic
e5532a5842
Fix #337 and closing websocket connections
2018-10-26 10:47:59 +02:00
Mario Danic
269b879ee4
Send bye when deleting message
2018-10-26 10:07:45 +02:00
Mario Danic
dc24506aec
Better restarts for websocket
2018-10-25 13:04:14 +02:00
Mario Danic
f0017a2a39
Implemented proper resume
2018-10-25 01:22:26 +02:00
Mario Danic
3ec2480848
Improve websocket connection management
2018-10-25 00:56:01 +02:00
Mario Danic
91d0d829e0
Fix a few bugs
2018-10-25 00:28:48 +02:00
Mario Danic
ce5f1706b9
Clean ups & More progress towards #206
2018-10-23 21:46:22 +02:00
Mario Danic
6e4d93a5c1
Change param name
2018-10-18 12:10:28 +02:00
Mario Danic
15b53c701a
Fix a typo
2018-10-18 11:51:37 +02:00
Mario Danic
6ef2e3bfd8
Fix offer request
2018-10-18 11:32:47 +02:00
Mario Danic
7a31c4c659
Dont show publisher stream
2018-10-18 01:12:39 +02:00
Mario Danic
102f259f2a
Fix mute message
2018-10-17 23:48:21 +02:00
Mario Danic
ade92c0344
New updates
2018-10-17 23:27:12 +02:00
Mario Danic
6b46e078c1
Some fixes
2018-10-17 22:43:46 +02:00
Mario Danic
3f4d249838
Clean ups
2018-10-17 21:27:53 +02:00
Mario Danic
5dd36a2fcc
Cleanups
2018-10-17 17:35:25 +02:00