forked from mirrors/linphone-iphone
fix test "call with rtp io mode"
This commit is contained in:
parent
7af5099309
commit
f9a242f3f8
1 changed files with 1 additions and 0 deletions
|
|
@ -4335,6 +4335,7 @@ static void call_with_rtp_io_mode(void) {
|
|||
linphone_core_use_files(marie->lc, TRUE);
|
||||
linphone_core_set_play_file(marie->lc, NULL);
|
||||
linphone_core_set_record_file(marie->lc, recordpath);
|
||||
linphone_core_use_files(pauline->lc, FALSE);
|
||||
|
||||
/* The callee uses the RTP IO mode with the PCMU codec to send back audio to the caller. */
|
||||
disable_all_audio_codecs_except_one(pauline->lc, "pcmu", -1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue