mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 03:09:23 +00:00
Fix the documentation of linphone_core_interate()
This commit is contained in:
parent
64c7e55c1f
commit
19a36dd4fc
1 changed files with 6 additions and 2 deletions
|
|
@ -2440,8 +2440,12 @@ LINPHONE_PUBLIC LinphoneCore *linphone_core_new(const LinphoneCoreVTable *vtable
|
|||
**/
|
||||
LINPHONE_PUBLIC LinphoneCore *linphone_core_new_with_config(const LinphoneCoreVTable *vtable, LpConfig *config, void *userdata);
|
||||
|
||||
/* function to be periodically called in a main loop */
|
||||
/* For ICE to work properly it should be called every 20ms */
|
||||
/**
|
||||
* Function to be periodically called in a main loop.
|
||||
* For ICE to work properly it should be called every 20ms.
|
||||
* @param[in] lc The #LinphoneCore.
|
||||
* @ingroup initializing
|
||||
*/
|
||||
LINPHONE_PUBLIC void linphone_core_iterate(LinphoneCore *lc);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue