mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
Fix wrong stream index in stop_text_stream
This commit is contained in:
parent
68c49f0eeb
commit
2d3d975425
1 changed files with 1 additions and 1 deletions
|
|
@ -3721,7 +3721,7 @@ static void linphone_call_stop_text_stream(LinphoneCall *call) {
|
|||
update_rtp_stats(call, call->main_text_stream_index);
|
||||
text_stream_stop(call->textstream);
|
||||
call->textstream = NULL;
|
||||
linphone_call_handle_stream_events(call, call->main_video_stream_index);
|
||||
linphone_call_handle_stream_events(call, call->main_text_stream_index);
|
||||
rtp_session_unregister_event_queue(call->sessions[call->main_text_stream_index].rtp_session, call->textstream_app_evq);
|
||||
ortp_ev_queue_flush(call->textstream_app_evq);
|
||||
ortp_ev_queue_destroy(call->textstream_app_evq);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue