Skip to content

Commit

Permalink
fix line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
sorooshm78 committed Dec 24, 2024
1 parent 55d39ff commit aa097fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pjsip/src/pjsua-lib/pjsua_media.c
Original file line number Diff line number Diff line change
Expand Up @@ -1953,12 +1953,12 @@ static pj_status_t call_media_init_cb(pjsua_call_media *call_med,
goto on_return;
}

/* Check if media is deinitializing */
if (call_med->call->async_call.med_ch_deinit || !call_med->tp) {
status = PJ_ECANCELLED;
goto on_return;
}

/* Check if media is deinitializing */
if (call_med->call->async_call.med_ch_deinit || !call_med->tp) {
status = PJ_ECANCELLED;
goto on_return;
}

pjmedia_transport_simulate_lost(call_med->tp, PJMEDIA_DIR_ENCODING,
pjsua_var.media_cfg.tx_drop_pct);

Expand Down

0 comments on commit aa097fd

Please sign in to comment.