Ghislain MARY
66a92bb88a
Some const fixes.
2017-10-13 10:04:39 +02:00
Sylvain Berfini
d63af8a799
Created replacements for methods returning const char ** using bctbx_lists
2017-10-12 13:37:01 +02:00
François Grisez
af625e5c8f
Fix wrappers generation
2017-10-11 16:11:33 +02:00
Sylvain Berfini
ff688cd975
Finished removeCallbacks in JNI layer for Java wrapper for multi listenable classes
2017-10-11 15:04:02 +02:00
Benjamin Reis
6984378aa9
add linphone_core_cbs_set_message_received_unable_decrypt linphone_core_cbs_get_message_received_unable_decrypt
2017-10-02 11:17:39 +02:00
Ghislain MARY
076e744dcd
Handle subject in INVITE + create body when creating the client group chat room.
2017-09-26 16:58:13 +02:00
Ghislain MARY
d0e4898633
Rename and document conference factory uri API.
2017-09-25 14:19:42 +02:00
Ghislain MARY
a38e222045
Separate client chat room instantiation and creation on the server when adding the first participants.
2017-09-22 11:21:12 +02:00
Ghislain MARY
53627f92e0
No longer depend on gettext + remove core callbacks that were deprecated since a very long time.
2017-09-21 18:30:08 +02:00
Ghislain MARY
0a15a02ff0
Add callbacks to the LinphoneChatRoom object.
2017-09-18 11:52:35 +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
7588a54016
Convert LinphoneCall to Call C++ class.
2017-09-08 14:15:08 +02:00
Ronan Abhamon
1c3bcf0b16
feat(core): big refactoring & full c address impl
2017-09-05 13:59:54 +02:00
Jehan Monnier
552be2a639
small rework of trace level management.
2017-08-23 09:21:24 +02:00
Erwan Croze
a0080315de
Add info to core.h types.h for wrapper
2017-08-01 11:30:59 +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
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
Ronan Abhamon
28e6664aae
feat(core): wrap linphone_core_video_supported in C++
2017-06-12 14:16:27 +02:00
Ghislain MARY
e350d2cad2
Handle check for update.
2017-06-05 15:47:37 +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
Simon Morlat
989da9f7e5
add documentation to public methods.
2017-05-10 18:02:15 +02:00
Sylvain Berfini
1f94814f54
Moved donotwrap to correct place for CoreVTable
2017-05-09 12:29:50 +02:00
Sylvain Berfini
8f523677ea
Do not wrap CoreVTable related methods and classes
2017-05-09 12:15:21 +02:00
Ghislain MARY
a17e2be2fa
The LinphonePlayer is now a belle_sip_object and is now wrappable.
2017-04-24 15:52:00 +02:00
François Grisez
a0aa795f63
Improve clarity of the documentation about LinphonePayloadType
...
As floating objects are automatically freed by the garbage collector
of bellesip, there is not need to unref PayloadType objects that have
been allocated on the fly by getters in LinphoneCore and LinphoneCallParams.
Then, the lines saying that the gotten LinphonePayloadType objects must be
freed after usage have been removed and there is no more reference to
the floating ref mechanisme as it is totally transparent for API users.
2017-04-24 15:20:03 +02:00
François Grisez
28b257a873
Improve documentation about LinphonePayloadType objects
2017-04-24 11:38:31 +02:00
Sylvain Berfini
47322a211d
Added a few missing getters for some properties
2017-04-21 17:34:02 +02:00
Sylvain Berfini
e71cdfa713
Added getter/setter for LinphoneVideoActivationPolicy object
2017-04-20 11:38:37 +02:00
Ronan Abhamon
101adaeab8
feat(coreapi/linphonecore): provide a linphone_core_preview_ogl_render function
2017-04-19 17:00:16 +02:00
François Grisez
379a7df153
Add LINPHONE_DEPRECATED on functions which are marked as deprecated in their documentation
2017-04-19 15:04:37 +02:00
François Grisez
b10240dc49
Fix crash while parsing XML documentation
2017-04-19 15:04:37 +02:00
Sylvain Berfini
68b4de89f1
Fixed linphone_transports_new method + created LinphoneVideoActivationPolicy to replace LinphoneVideoPolicy
2017-04-18 19:02:29 +02:00
Sylvain Berfini
05b045cb67
Added missing set_user_data and get_user_data to LinphoneRange + created LinphoneTransports to replace LinphoneSipTransports
2017-04-18 17:43:36 +02:00
Ghislain MARY
f5c41494d3
Add new LinphoneVideoDefinition object and deprecate API functions handling MSVideoSize structures.
2017-04-18 17:37:35 +02:00
Sylvain Berfini
be66a259ae
Deprecated LinphoneIntRange, replaced by LinphoneRange
2017-04-18 16:43:15 +02:00
Johan Pascal
47485efe7c
linphone_core_get_zrtp_secrets_file is back
2017-04-18 21:38:18 +07:00
Johan Pascal
313b60c004
zid cache migration moved to bzrtp lib
...
- cache migration is now performed in place not to another file
- tester of the migration needs to be fixed
2017-04-16 18:11:09 +07:00
Simon Morlat
c244261bd6
Merge branch 'master' of git.linphone.org:linphone
2017-04-14 15:55:50 +02:00
Ronan Abhamon
8c143958f3
feat(core): wrap linphone_core_clear_all_auth_info
2017-04-14 09:27:39 +02:00
François Grisez
408da4db34
Declared the return type of functions returning an error code as LinphoneStatus
2017-04-13 17:00:23 +02:00
Sandrine Avakian
0024fab59d
Merge branch 'master' into dev_loc
2017-04-11 13:29:35 +02:00
Jehan Monnier
6f3270f4e4
Merge remote-tracking branch 'origin/sqlzidcache'
2017-04-10 11:15:13 +02:00
Sandrine Avakian
9d6f6f6651
Merge branch 'master' into dev_loc
2017-04-06 15:02:43 +02:00
François Grisez
d8568491eb
Add linphone_core_create_account_creator()
2017-04-06 12:02:03 +02:00
Sandrine Avakian
710c416e0a
Merge commit '77913a3c5e3aace6ab48b78383c011d50c6bec3c' into dev_loc
...
# Conflicts:
# coreapi/bellesip_sal/sal_op_call.c
# coreapi/callbacks.c
# mediastreamer2
# oRTP
2017-04-04 14:50:10 +02:00
Ghislain MARY
d5ba6a1bf8
Fix Python wrapper generation.
2017-04-04 11:42:31 +02:00
Johan Pascal
9368df7238
Merge branch 'master' into sqlzidcache
...
# Conflicts:
# mediastreamer2
2017-04-04 09:57:35 +07:00
François Grisez
5a46392c98
Fix memory leak in C++ wrapper
2017-04-03 13:49:57 +02:00