diff --git a/include/linphone/types.h b/include/linphone/types.h index 59f9a0debd7f87129fe9bda3ced31a64f8b5d6cc..800b17162773919790a9df61d174ffec864e7bd6 100644 --- a/include/linphone/types.h +++ b/include/linphone/types.h @@ -481,7 +481,7 @@ typedef enum _LinphoneRegistrationState { * * To be able to receive events from the network, you must schedule a call linphone_core_iterate() often, like every * 20ms. On Android & iOS linphone_core_is_auto_iterate_enabled() is enabled by default so you don't have to worry about - * that unless you disable it using linphone_core_set_auto_iterate_enabled() or by setting in the [misc] section of your + * that unless you disable it using linphone_core_enable_auto_iterate() or by setting in the [misc] section of your * configuration auto_iterate=0. * @warning Our API isn't thread-safe but also isn't blocking, so it is strongly recommend to always call our methods * from the main thread.