linphone-iphone/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
buddy_status.c
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
doxygen.dox
filetransfer.c clean chat room api. 2015-09-04 14:57:25 +02:00
helloworld.c
Makefile.am
notify.c
realtimetext_receiver.c
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