mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix conflicting changes
This commit is contained in:
parent
8e200bcf98
commit
7cbbb6b17e
1 changed files with 0 additions and 1 deletions
|
|
@ -4257,7 +4257,6 @@ void linphone_call_handle_stream_events(LinphoneCall *call, int stream_index){
|
|||
} else if (evt == ORTP_EVENT_RTT_CHARACTER_RECEIVED) {
|
||||
LinphoneChatRoom * chat_room = linphone_call_get_chat_room(call);
|
||||
linphone_core_real_time_text_received(call->core, chat_room, evd->info.received_rtt_character, call);
|
||||
linphone_call_unref(chat_room->call); // linphone_call_get_chat_room(call) ref the call
|
||||
}
|
||||
ortp_event_destroy(ev);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue