mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Add comment about iterate() interval for ICE to work properly.
This commit is contained in:
parent
fda9d120e0
commit
3e48688f72
1 changed files with 1 additions and 0 deletions
|
|
@ -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*/
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue