Use voice playback soundcard for bb10 liblinphone tester

This commit is contained in:
Sylvain Berfini 2015-10-15 14:16:14 +02:00
parent 746e77ba3a
commit 948b91251d

View file

@ -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