mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix realtime text enabled in gtk mistakely commited
This commit is contained in:
parent
d12f596bbe
commit
d068d8914b
1 changed files with 0 additions and 1 deletions
|
|
@ -884,7 +884,6 @@ static gboolean linphone_gtk_start_call_do(GtkWidget *uri_bar){
|
|||
LinphoneCallParams *params=linphone_core_create_default_call_parameters(lc);
|
||||
gchar *record_file=linphone_gtk_get_record_path(addr,FALSE);
|
||||
linphone_call_params_set_record_file(params,record_file);
|
||||
linphone_call_params_enable_realtime_text(params, TRUE);
|
||||
linphone_core_invite_address_with_params(lc,addr,params);
|
||||
completion_add_text(GTK_ENTRY(uri_bar),entered);
|
||||
linphone_address_destroy(addr);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue