Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
6d8d9d66
Commit
6d8d9d66
authored
Jan 07, 2021
by
QuentinArguillere
Browse files
Fix typo, and move the deprecated tag further down to fix doc build
parent
352ff61b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/linphone/core_utils.h
include/linphone/core_utils.h
+1
-1
No files found.
include/linphone/core_utils.h
View file @
6d8d9d66
...
...
@@ -147,10 +147,10 @@ LINPHONE_PUBLIC void linphone_core_activate_audio_session(LinphoneCore* core, bo
LINPHONE_PUBLIC
void
linphone_core_enable_callkit
(
LinphoneCore
*
core
,
bool_t
enabled
);
/**
* @Deprecated : now handled in the linphone SDK directly
* Special function to indicate if the audio route is changed. Must be called in the callback of AVAudioSessionRouteChangeNotification.
* @param core The #LinphoneCore object. @notnil
* @ingroup IOS
* @deprecated 07/01/2020 now handled in the linphone SDK directly
*/
LINPHONE_DEPRECATED
LINPHONE_PUBLIC
void
linphone_core_audio_route_changed
(
LinphoneCore
*
core
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment