Add comment about iterate() interval for ICE to work properly.

This commit is contained in:
Ghislain MARY 2012-09-25 15:22:00 +02:00
parent fda9d120e0
commit 3e48688f72

View file

@ -904,6 +904,7 @@ LinphoneCore *linphone_core_new(const LinphoneCoreVTable *vtable,
const char *config_path, const char *factory_config, void* userdata);
/* function to be periodically called in a main loop */
/* For ICE to work properly it should be called every 20ms */
void linphone_core_iterate(LinphoneCore *lc);
#if 0 /*not implemented yet*/
/**