Ghislain MARY
|
790b948683
|
Add back pointer to the Participant in a ParticipantDevice.
|
2018-02-12 14:44:57 +01:00 |
|
Ghislain MARY
|
acd22269fa
|
Add state of conference participant device.
|
2018-02-09 15:44:44 +01:00 |
|
Ghislain MARY
|
c27c1b0767
|
Use C++ API.
|
2018-02-09 14:48:12 +01:00 |
|
Ghislain MARY
|
7ec3f703f5
|
Fix multicast tester.
|
2018-02-02 11:44:31 +01:00 |
|
Ronan Abhamon
|
c9c4ab5536
|
fix(RemoteConferenceEventHandler): remove listener only if core exists + add me in main db tests
|
2018-02-02 10:54:11 +01:00 |
|
Ghislain MARY
|
ae93514982
|
Add canHandleMultipart() method on chat rooms.
|
2018-02-01 16:30:38 +01:00 |
|
Benjamin Reis
|
dea31759e8
|
Do not change role when adding/removing a device + test
|
2018-01-31 12:13:51 +01:00 |
|
Ronan Abhamon
|
fdfcbbc12a
|
feat(core): DO NOT ADD CODE IN private object destructors (if not possible you can in specific cases like base objects). Thx. <3
|
2018-01-29 17:02:11 +01:00 |
|
Simon Morlat
|
d410c7e6c7
|
Fix a small memory leak. Change tester_hosts to point to our new server.
|
2018-01-29 15:43:28 +01:00 |
|
Ronan Abhamon
|
9072624acb
|
feat(AbstractDb): add a way to deal with exceptions
|
2018-01-25 17:07:16 +01:00 |
|
Benjamin Reis
|
b80aff9c55
|
change last notify id sooner
|
2018-01-25 15:40:34 +01:00 |
|
Ghislain MARY
|
359b7bde4b
|
Handle one-to-one chat rooms and quit the client group chat room when deleting it.
|
2018-01-25 11:51:20 +01:00 |
|
Ghislain MARY
|
c0a610d4a4
|
Fix invalid reads and writes in media session.
|
2018-01-16 14:12:46 +01:00 |
|
Ronan Abhamon
|
26ad07a02e
|
feat(core): update date of some files
|
2018-01-15 09:17:54 +01:00 |
|
Sylvain Berfini
|
3a39020f81
|
Added canHandleCpim method on chat rooms to know whether or not send Cpim messages through it
|
2018-01-11 17:23:26 +01:00 |
|
Ghislain MARY
|
4aa734c86f
|
Memory leak fixes.
|
2018-01-09 18:00:09 +01:00 |
|
Sylvain Berfini
|
0de510100c
|
Fixed previous cherry-pick
|
2018-01-09 16:31:01 +01:00 |
|
Mickaël Turnel
|
9dbf7e36de
|
Add estimated download bandwith stat for video calls
|
2018-01-09 16:30:58 +01:00 |
|
Ghislain MARY
|
6fab784445
|
Fixes in call repair handling.
|
2018-01-09 16:16:18 +01:00 |
|
Ghislain MARY
|
7c9d810eeb
|
Some more memory leaks fixes.
|
2018-01-08 17:07:04 +01:00 |
|
Ghislain MARY
|
ea5cc190fa
|
Fix some memory leaks.
|
2018-01-08 15:58:04 +01:00 |
|
Ronan Abhamon
|
d52977ded6
|
feat(src): add a _L prefix on each include guard
|
2018-01-08 12:15:15 +01:00 |
|
Ghislain MARY
|
68ca9907c1
|
Fix invalid read when a CallSession tries to notify a Call that has been destroyed.
|
2018-01-08 11:38:45 +01:00 |
|
Sylvain Berfini
|
09d29ea39b
|
Fixed leak and added missing ref/unref on event leading to crash
|
2018-01-05 13:59:34 +01:00 |
|
Ghislain MARY
|
2c56bf1495
|
Fix some memory leaks.
|
2018-01-04 12:29:29 +01:00 |
|
Ghislain MARY
|
1182c5e824
|
Restore call reporting code.
|
2017-12-29 11:08:58 +01:00 |
|
Ghislain MARY
|
4cc7985da9
|
Correctly define call session state enumeration.
|
2017-12-28 12:43:56 +01:00 |
|
Ghislain MARY
|
5294d027f1
|
Improve fallback from client group to basic chat room test.
|
2017-12-19 15:19:55 +01:00 |
|
Ghislain MARY
|
6251a91dee
|
Remove useless unsubscribe.
|
2017-12-19 14:15:22 +01:00 |
|
Ronan Abhamon
|
c682fee3d8
|
fix(remote-conference): clean code
|
2017-12-18 15:33:21 +01:00 |
|
Ronan Abhamon
|
28944e466e
|
feat(MainDb): add new table db_module_version
|
2017-12-18 11:42:22 +01:00 |
|
Ghislain MARY
|
e1f4254dc1
|
Various call tester fixes.
|
2017-12-18 10:28:47 +01:00 |
|
Ronan Abhamon
|
4bf5640f1f
|
feat(ChatRoom): provide a proxy and client group to basic chat room
|
2017-12-15 14:59:36 +01:00 |
|
Ghislain MARY
|
683d30faae
|
Restore some asserts in call tests.
|
2017-12-15 13:24:10 +01:00 |
|
Ghislain MARY
|
fdbf787141
|
Fix audio conference.
|
2017-12-13 15:53:38 +01:00 |
|
Ronan Abhamon
|
3454bd3aa6
|
fix(ChatRoom): clean some pieces of code in Abstract and ServerGroupChatRoom (stub)
|
2017-12-12 16:07:49 +01:00 |
|
Benjamin Reis
|
91196256ce
|
fix how to send multiârt notify
|
2017-12-12 15:43:11 +01:00 |
|
Ghislain MARY
|
382c22a80f
|
Convert call transfer handling to C++.
|
2017-12-12 10:17:22 +01:00 |
|
Ghislain MARY
|
8816f39974
|
Remove CallListener and use CallSessionListener instead.
|
2017-12-08 13:57:32 +01:00 |
|
Ghislain MARY
|
146042ac6d
|
Correct cast fix.
|
2017-12-07 16:57:29 +01:00 |
|
Ghislain MARY
|
6c26de9e28
|
Various fixes in call handling.
|
2017-12-07 16:50:45 +01:00 |
|
Ghislain MARY
|
7c6d7bc2d7
|
Fix media start count check in testers.
|
2017-12-07 16:50:38 +01:00 |
|
Sylvain Berfini
|
6cd4752bdf
|
Fixed signedness conversion issue
|
2017-12-07 10:28:48 +01:00 |
|
Sylvain Berfini
|
578a88e552
|
Fixed build
|
2017-12-07 10:23:42 +01:00 |
|
Ghislain MARY
|
6dc6e0d431
|
Fix DTMF handling.
|
2017-12-06 17:17:16 +01:00 |
|
Benjamin Reis
|
c5cfbc5892
|
do not increment lastNotify on a full state
|
2017-12-06 14:23:03 +01:00 |
|
Ghislain MARY
|
3f965bfc94
|
Fix crash in LocalConferenceEventHandler if there are no events to notify.
|
2017-12-06 14:10:46 +01:00 |
|
Ghislain MARY
|
047eba2f10
|
Add registration of CoreListener in the remote conference event handler.
|
2017-12-06 12:04:36 +01:00 |
|
Ghislain MARY
|
f92da345a4
|
Keep the gruu address of the client group chat room focus participant.
|
2017-12-06 11:30:03 +01:00 |
|
Ghislain MARY
|
59f9c18b84
|
Check registration state before sending subscribe in the remote conference event handler.
|
2017-12-06 11:29:36 +01:00 |
|