FS-8731 #resolve [Crash when leg-b invite video in voice call] #comment please update and retest
This commit is contained in:
parent
c01a8849a0
commit
62d7b0aed3
|
@ -2113,9 +2113,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_read_frame(switch_core_session
|
|||
return SWITCH_STATUS_FALSE;
|
||||
}
|
||||
|
||||
switch_assert(engine->rtp_session != NULL);
|
||||
|
||||
|
||||
if (!switch_channel_up_nosig(session->channel) || !switch_rtp_ready(engine->rtp_session) || switch_channel_test_flag(session->channel, CF_NOT_READY)) {
|
||||
return SWITCH_STATUS_FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue