mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
don't use ec when streaming from file
This commit is contained in:
parent
d4457ac9b6
commit
be38c75b70
1 changed files with 1 additions and 1 deletions
|
|
@ -797,7 +797,7 @@ static void _linphone_call_start_media_streams(LinphoneCall *call, bool_t send_e
|
|||
recfile,
|
||||
playcard,
|
||||
captcard,
|
||||
send_early_media ? FALSE : linphone_core_echo_cancellation_enabled(lc));
|
||||
captcard==NULL ? FALSE : linphone_core_echo_cancellation_enabled(lc));
|
||||
post_configure_audio_streams(call);
|
||||
if (send_early_media) setup_ring_player(lc,call);
|
||||
audio_stream_set_rtcp_information(call->audiostream, cname, tool);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue