Commit graph

204 commits

Author SHA1 Message Date
Sylvain Berfini
1ca73da1cf Fixed 'increases required alignment of target type' compilation error 2018-02-06 09:33:49 +01:00
Ghislain MARY
7c4533b8fc Restore the ability for a user to define if a ChatMessage is to be stored or not. 2018-01-31 16:53:09 +01:00
Sylvain Berfini
e82e002911 Use int instead of LinphoneChatRoomCapabilitiesMask as wrapper currently translates it wrong (as unsigned int instead of int) 2018-01-30 11:27:37 +01:00
Sylvain Berfini
eed9ab3c83 Added hasCapability method on C ChatRoom 2018-01-30 11:15:30 +01:00
Ronan Abhamon
26ad07a02e feat(core): update date of some files 2018-01-15 09:17:54 +01:00
Ronan Abhamon
d8a8e4a747 fix(c-dial-plan): clean code and add todo 2018-01-15 09:16:02 +01:00
Sylvain Berfini
f9986484c0 Ugly workaround to fix C++ wrapper 2018-01-12 15:52:29 +01:00
Ronan Abhamon
1e56407b0b fix(coreapi): avoid leaks 2018-01-10 13:54:20 +01:00
Ronan Abhamon
95d7521404 fix(c-dial-plan): remove AsInt usage 2018-01-10 13:37:42 +01:00
Ronan Abhamon
595cb5871d fix(c-dial-plan): avoid static object in by_ccc... 2018-01-10 13:36:52 +01:00
Ronan Abhamon
795fc66a2d fix(DialPlan): remove unused wrapped functions and clean code 2018-01-10 13:32:43 +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
c41132f31d Fix memory leak with c-wrapper for calls. 2018-01-08 15:05:47 +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
1f15bc62c8 Do not create a fallback chatroom when invited to a group chat room. 2017-12-21 18:44:38 +01:00
Ronan Abhamon
09a4f83736 fix(private_functions): remove a lof of unused functions on chat messages 2017-12-19 16:51:31 +01:00
Ghislain MARY
1cf7027eb1 Add fetch of participant devices, checking of their capabilities and improve group chat tests. 2017-12-19 14:15:22 +01:00
Ghislain MARY
5b31f56f6c Handle fallback to basic chat room when a client group chat room is created inviting a single participant that does not support it. 2017-12-19 14:15:22 +01:00
Ghislain MARY
fdbf787141 Fix audio conference. 2017-12-13 15:53:38 +01:00
Ronan Abhamon
28937d242b fix(c-chat-room): repair linphone_chat_room_get_composing_addresses 2017-12-13 09:32:26 +01:00
Ronan Abhamon
9258c5f145 feat(ChatRoom): provide an abstract chat room for chat room migration proxy 2017-12-12 16:07:49 +01:00
Ghislain MARY
382c22a80f Convert call transfer handling to C++. 2017-12-12 10:17:22 +01:00
Sylvain Berfini
1614e6c126 Fixed encryption when using old chat rooms + fixed decrypt async mechanism in chat message reception + fixed async b64 tester 2017-12-11 13:14:58 +01:00
Ghislain MARY
6c26de9e28 Various fixes in call handling. 2017-12-07 16:50:45 +01:00
Ghislain MARY
6dc6e0d431 Fix DTMF handling. 2017-12-06 17:17:16 +01:00
Benjamin Reis
7d6fc05459 setImdnMessageId is now private 2017-12-06 13:35:04 +01:00
Ghislain MARY
008ec55b37 Handle call repair in CallSession and MediaSession classes. 2017-12-05 17:40:34 +01:00
Ronan Abhamon
e9805213e2 fix(conference): replace getNbParticipants to participantCount 2017-12-04 15:49:53 +01:00
Ronan Abhamon
eb5ab27326 fix(core): rename some methods => Do not set a plural noun before "Count"!!! 2017-12-04 15:29:01 +01:00
Ronan Abhamon
a57290dbca feat(c-chat-room): add new function to get events list size 2017-12-04 15:08:20 +01:00
Ghislain MARY
2f1d16a306 Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
Ronan Abhamon
2b8e1cca64 fix(core): clean some pieces of code 2017-12-04 10:25:36 +01:00
Sylvain Berfini
144790b41f Added linphone_address_remove_param method 2017-12-04 10:07:44 +01:00
Ronan Abhamon
47cf1d436c fix(c-chat-room): repair get history function 2017-12-01 15:13:45 +01:00
Ghislain MARY
71282b2598 Implement Call::setParams(). 2017-12-01 10:13:16 +01:00
Ghislain MARY
89ed9caeeb Rename isReadOnly() to hasBeenLeft() in ChatRoom. 2017-11-30 17:16:30 +01:00
Ghislain MARY
88fb7651f6 Call now inherits from Conference instead of including it. 2017-11-30 16:49:13 +01:00
Ghislain MARY
8b695901f8 Use CoreAccessor in call related classes. 2017-11-30 16:49:07 +01:00
Ronan Abhamon
8b7f6ef64c feat(MainDb): deal with conference terminated event 2017-11-30 15:38:00 +01:00
Benjamin Reis
286199423f wrap chatroom isReadOnly method 2017-11-30 14:56:55 +01:00
Ronan Abhamon
cea7ca8bb1 fix(c-chat-room): delete correctly chat message 2017-11-30 09:27:46 +01:00
Ronan Abhamon
52d7652e28 feat(EventLog): provide a way to delete event in public interface 2017-11-29 17:32:10 +01:00
Ronan Abhamon
6b02c99f77 fix(ChatMessage): remove useless code 2017-11-29 15:18:55 +01:00
Ghislain MARY
ec74e66eb7 Fix ogl render. 2017-11-28 14:53:56 +01:00
Ghislain MARY
7d16001da2 Fix creation of player in call. 2017-11-28 14:53:50 +01:00
Ghislain MARY
1896eff9fe Several fixes for calls. 2017-11-27 17:45:16 +01:00
Benjamin Reis
7bcfe62274 manage null case 2017-11-27 12:00:10 +01:00
Benjamin Reis
81ff3c8813 fix index issue in data base 2017-11-27 11:56:10 +01:00