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
706d9c3e
Commit
706d9c3e
authored
Jun 03, 2014
by
Simon Morlat
Browse files
fix bug enabling avpf accidentally
parent
2498e316
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/linphonecore.c
coreapi/linphonecore.c
+1
-1
No files found.
coreapi/linphonecore.c
View file @
706d9c3e
...
...
@@ -6448,7 +6448,7 @@ void linphone_core_init_default_params(LinphoneCore*lc, LinphoneCallParams *para
params
->
media_encryption
=
linphone_core_get_media_encryption
(
lc
);
params
->
in_conference
=
FALSE
;
params
->
privacy
=
LinphonePrivacyDefault
;
params
->
avpf_enabled
=
TRU
E
;
params
->
avpf_enabled
=
FALS
E
;
}
void
linphone_core_set_device_identifier
(
LinphoneCore
*
lc
,
const
char
*
device_id
)
{
...
...
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