Commit graph

426 commits

Author SHA1 Message Date
Ronan Abhamon
013d334226 fix(c-types): sort 2017-09-19 10:25:36 +02:00
Ronan Abhamon
752d89a8d7 feat(Enums): provide useful macros to share enums between C/C++ 2017-09-18 17:12:27 +02:00
Sylvain Berfini
93c17c2194 Started c-chat-message 2017-09-18 11:58:12 +02:00
Ghislain MARY
0a15a02ff0 Add callbacks to the LinphoneChatRoom object. 2017-09-18 11:52:35 +02:00
Ghislain MARY
d7dbb9b984 Wrap the conference interface in the C chat room object. 2017-09-15 15:43:23 +02:00
Ronan Abhamon
acce40efc3 feat(Variant): add getValueAsFloat impl 2017-09-15 14:36:08 +02:00
Ronan Abhamon
d619eba238 feat(Variant): add getValueAsString impl 2017-09-15 12:04:11 +02:00
Ghislain MARY
cfbb66457f Add a specific header for the chat room API. 2017-09-15 11:35:02 +02:00
Ghislain MARY
f4f3b90c9e Add C wrapper for Participant class. 2017-09-15 11:35:02 +02:00
Ghislain MARY
8e9bbb6899 Use c-tools for LinphoneChatRoom. 2017-09-14 16:12:22 +02:00
Ronan Abhamon
8127798358 fix(CallLog): better api... 2017-09-14 09:41:19 +02:00
Ronan Abhamon
f4f31dc422 feat(variant): add getValueAsDouble impl 2017-09-14 09:28:48 +02:00
Ronan Abhamon
22e5d08aa2 feat(variant): add getValueAsBool impl 2017-09-13 17:50:05 +02:00
Ghislain MARY
4a13ac6a7a Use real pointer for C++ object inside LinphoneCallParams as it is a ClonableObject. 2017-09-13 17:40:09 +02:00
Ghislain MARY
a5ce479aa3 Add function to create a client group chat room. 2017-09-13 17:40:08 +02:00
Sylvain Berfini
615174f445 Compil fix 2017-09-13 10:40:41 +02:00
Ghislain MARY
8063ae024e Create classes for the different types of chat rooms. 2017-09-11 18:11:49 +02:00
Ghislain MARY
7588a54016 Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +02:00
Ghislain MARY
d795a30518 Convert LinphoneCallParams to use MediaSessionParams C++ class. 2017-09-07 14:07:47 +02:00
Ronan Abhamon
5bc25e8aba feat(core): sal must be private 2017-09-05 13:59:54 +02:00
Ronan Abhamon
1c3bcf0b16 feat(core): big refactoring & full c address impl 2017-09-05 13:59:54 +02:00
Benjamin Reis
94a0af4119 Add accepted elswhere and declined elsewhere call status, do not display this status as missed + tester 2017-08-30 17:06:37 +02:00
Benjamin Reis
ab41ae3c45 add gruu support 2017-08-25 11:39:37 +02:00
Jehan Monnier
552be2a639 small rework of trace level management. 2017-08-23 09:21:24 +02:00
Ronan Abhamon
bdd7869387 fix(sal): export sal_create_uuid on Windows 2017-08-10 10:36:22 +02:00
Sylvain Berfini
8c97e0c5e7 Moved key related methods on LinphoneContent from private to public header 2017-08-09 10:27:24 +02:00
Erwan Croze
a0080315de Add info to core.h types.h for wrapper 2017-08-01 11:30:59 +02:00
Wescoeur
d88e17cd3a fix(Conference): better and cleaned code 2017-07-22 17:44:10 +02:00
Nicolas Follet
dd2de72fad add functions : linphone::conference getId, linphone::conference setId, linphone::call getToHeader. delete headers from callLogs 2017-07-22 17:43:53 +02:00
Ghislain MARY
b9b283dcdb Compile source files as C++. 2017-07-21 17:06:41 +02:00
Ghislain MARY
b7658734f0 Handle TTL in DNS responses. 2017-07-19 10:27:04 +02:00
Sylvain Berfini
5b09936389 Added missing group to LinphoneHeaders 2017-07-11 10:34:13 +02:00
Simon Morlat
e4149d19a8 Add LinphoneCall callback to be notified about ACKs, in order to be able to add custom headers in sent ACKs and read custom headers in received ACKs. 2017-06-26 22:49:15 +02:00
Jehan Monnier
88fe8d0044 make sure IP encryption Engine API can be used without needing to include any private headers 2017-06-26 15:21:43 +02:00
Sylvain Berfini
7647218252 Merge branch 'dev_continuous_bw_measurement' 2017-06-26 15:02:46 +02:00
Ghislain MARY
346e8ae92e Fix wrapper generation for linphone_core_set_dns_servers() function. 2017-06-22 13:44:24 +02:00
Sylvain Berfini
36df948b23 Added expected_bandwidth parameter 2017-06-16 15:12:57 +02:00
Ghislain MARY
0e5f5378b5 Add missing symbol export. 2017-06-15 17:03:54 +02:00
Nicolas Follet
e3365011df add getter of to address in linphoneCall which contains headers 2017-06-14 15:28:27 +02:00
Ronan Abhamon
28e6664aae feat(core): wrap linphone_core_video_supported in C++ 2017-06-12 14:16:27 +02:00
Simon Morlat
b6cecd507a fix regression in remote provisioning (empty file was silently accepted) 2017-06-08 10:19:42 +02:00
Nicolas Follet
1e8abd208d add uri header getter in LinphoneAddress 2017-06-07 17:32:29 +02:00
Ghislain MARY
e350d2cad2 Handle check for update. 2017-06-05 15:47:37 +02:00
Benjamin Reis
5d566fcc32 Add reason header to CANCEL and add tests for reason headers 2017-06-05 10:29:40 +02:00
Erwan Croze
4b648c1158 Use of BCTBX_NO_BREAK instead of LINPHONE_NO_BREAK 2017-05-31 15:25:47 +02:00
Erwan Croze
6ef2f2a96f Fix LINPHONE_NO_BREAK definition 2017-05-30 16:43:47 +02:00
François Grisez
41a1f556e1 Add LINPHONE_NO_BREAK macro
This macro tells GCC that a 'break' statement has been deliberately
omitted in a switch block.
2017-05-30 14:21:30 +02:00
Sylvain Berfini
19a0bf173f Added doc on linphone_call_get_authentication_token to wrap it 2017-05-30 11:54:05 +02:00
Ronan Abhamon
2b6bcbc7f4 fix(conference): wrap correctly `get_participants 2017-05-19 09:34:11 +02:00
Simon Morlat
3b0a9c0048 add new method to create a conference from a list of participants. 2017-05-15 18:06:47 +02:00