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
948b9125
Commit
948b9125
authored
Oct 15, 2015
by
Sylvain Berfini
🐮
Browse files
Use voice playback soundcard for bb10 liblinphone tester
parent
746e77ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
tester/tester.c
tester/tester.c
+2
-0
No files found.
tester/tester.c
View file @
948b9125
...
...
@@ -283,6 +283,8 @@ LinphoneCoreManager* linphone_core_manager_init(const char* rc_file) {
#if TARGET_OS_IPHONE
linphone_core_set_ringer_device
(
mgr
->
lc
,
"AQ: Audio Queue Device"
);
linphone_core_set_ringback
(
mgr
->
lc
,
NULL
);
#elif __QNX__
linphone_core_set_playback_device
(
mgr
->
lc
,
"QSA: voice"
);
#endif
#ifdef VIDEO_ENABLED
...
...
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