linphone-ios/coreapi/help
Simon Morlat 3d7bbb5bd5 remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone.
Indeed, it cannot guarantee that the created call params are compatible with the call being accepted or updated.
For doing an outgoing call there is no problem in using it but linphone_core_create_call_params() is better and hard to mis-use.
2015-10-31 12:00:28 +01:00
..
java/org/linphone/core/tutorials Remove textReceived callback 2015-08-12 17:53:32 +02:00
buddy_status.c Improved strict compilation flags 2014-09-11 15:46:05 +02:00
chatroom.c clean chat room api. 2015-09-04 14:57:25 +02:00
CMakeLists.txt Fix top dir for documentation generation with CMake when grouping projects. 2015-10-16 16:41:17 +02:00
Doxyfile.in For functions returning or taking an MSList as an argument, specify what the MSList contains in the documentation. 2014-08-14 14:44:59 +02:00
doxygen.dox cleanups, add network simulation api to liblinphone 2015-02-24 18:11:12 +01:00
filetransfer.c clean chat room api. 2015-09-04 14:57:25 +02:00
helloworld.c fix tutorial linphonecore.h includes 2010-11-16 08:57:47 +01:00
Makefile.am add Real Time Text api with stubbed implementation over SIP Messages. 2015-08-01 18:16:12 +02:00
notify.c Convert LinphoneContent from a simple struct to a belle-sip object to ease generation of wrappers. 2014-11-18 16:42:16 +01:00
realtimetext_receiver.c update rtt tutorials 2015-08-01 18:37:18 +02:00
realtimetext_sender.c remove linphone_core_create_default_call_parameters() because this function is dangerous and error prone. 2015-10-31 12:00:28 +01:00
registration.c Improved strict compilation flags 2014-09-11 15:46:05 +02:00