linphone-ios/include/linphone
Simon Morlat af3d44e60d add helper class in java to access specific functions available only in Android SDK, such as retrieving DNS servers.
Refactor wifi lock, multicast lock so that they use this new class.
Manage the CPU lock required for call in the core, instead of app's LinphoneManager.
2017-10-13 19:38:04 +02:00
..
account_creator.h Add new create proxy config in account creator 2017-04-21 14:01:15 +02:00
account_creator_service.h Fix build on Windows. 2017-03-31 17:06:25 +02:00
address.h Revert most of Ronan refactoring to avoid to much instability on master. 2017-09-08 15:13:34 +02:00
auth_info.h Publish ref and unref functions of LinphoneAuthInfo 2017-03-17 16:41:20 +01:00
buffer.h Some refactoring to have a more object-oriented API. 2017-02-07 15:32:42 +01:00
call.h Blacklist linphone_call_set_audio_route 2017-10-04 10:57:56 +02:00
call_log.h Report call logs for calls aborted before they are notified to the application. 2017-04-03 15:31:13 +02:00
call_params.h Improve clarity of the documentation about LinphonePayloadType 2017-04-24 15:20:03 +02:00
call_stats.h Add estimated download bandwith stat for video calls 2017-09-11 14:45:00 +02:00
callbacks.h Add a callback to get TMMBR values 2017-09-11 14:45:00 +02:00
chat.h Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
conference.h fix(Conference): better and cleaned code 2017-07-22 17:44:10 +02:00
contactprovider.h Fix several compilation warnings caused by newly deprecated functions 2017-03-28 08:51:35 +02:00
content.h Moved key related methods on LinphoneContent from private to public header 2017-08-09 10:27:24 +02:00
core.h Add the deprecation date on some deprecated functions 2017-10-10 17:55:16 +02:00
core_utils.h Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
defs.h Use of BCTBX_NO_BREAK instead of LINPHONE_NO_BREAK 2017-05-31 15:25:47 +02:00
dictionary.h Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
error_info.h merge branch with reason header support and new ErrorInfo features. 2017-04-14 15:28:58 +02:00
event.h Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
factory.h add helper class in java to access specific functions available only in Android SDK, such as retrieving DNS servers. 2017-10-13 19:38:04 +02:00
friend.h feat(friend): set_vcard should take a ref! 2017-05-09 10:28:02 +02:00
friendlist.h Added a few missing getters for some properties 2017-04-21 17:34:02 +02:00
headers.h 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
im_encryption_engine.h make sure IP encryption Engine API can be used without needing to include any private headers 2017-06-26 15:21:43 +02:00
im_notif_policy.h Some refactoring to have a more object-oriented API. 2017-02-07 15:32:42 +01:00
info_message.h Disable wrapping of functions or structs that are deprecated at that commit time 2017-03-28 08:51:35 +02:00
ldapprovider.h Some refactoring to have a more object-oriented API. 2017-02-07 15:32:42 +01:00
linphone_proxy_config.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
linphone_tunnel.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
linphonecore.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
linphonecore_utils.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
linphonefriend.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
linphonepresence.h Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
logging.h Creates a new singleton object for logging features in the API of Liblinphone 2017-10-10 15:49:15 +02:00
lpconfig.h fix regression in remote provisioning (empty file was silently accepted) 2017-06-08 10:19:42 +02:00
Makefile.am 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
misc.h Updated some tests in Register suite to use new LinphoneTransports object + Fixed wrapper generation for linphone_range_set/get_user_data methods 2017-04-18 18:07:50 +02:00
nat_policy.h Some refactoring to have a more object-oriented API. 2017-02-07 15:32:42 +01:00
payload_type.h Reworking of Liblinphone's API around payload types 2017-04-03 12:34:49 +02:00
player.h The LinphonePlayer is now a belle_sip_object and is now wrappable. 2017-04-24 15:52:00 +02:00
presence.h Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
proxy_config.h Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
ringtoneplayer.h Declared the return type of functions returning an error code as LinphoneStatus 2017-04-13 17:00:23 +02:00
sipsetup.h Compile source files as C++. 2017-07-21 17:06:41 +02:00
tunnel.h Disable wrapping of functions or structs that are deprecated at that commit time 2017-03-28 08:51:35 +02:00
types.h Add accepted elswhere and declined elsewhere call status, do not display this status as missed + tester 2017-09-08 15:14:35 +02:00
vcard.h feat(vcard): add a clone method 2017-04-28 16:14:53 +02:00
video_definition.h Add missing symbol exports. 2017-04-20 15:26:25 +02:00
wrapper_utils.h Fix resend_message for wrapper 2017-04-26 17:06:29 +02:00
xmlrpc.h Compile source files as C++. 2017-07-21 17:06:41 +02:00