forked from mirrors/linphone-iphone
Also test that the video stream is started to try early-media forking.
This commit is contained in:
parent
69c7dc0b60
commit
59860a2ab7
1 changed files with 2 additions and 1 deletions
|
|
@ -432,7 +432,8 @@ static void call_ringing(SalOp *h){
|
|||
linphone_call_set_state(call,LinphoneCallOutgoingRinging,"Remote ringing");
|
||||
}else{
|
||||
/*accept early media */
|
||||
if (call->audiostream && audio_stream_started(call->audiostream)){
|
||||
if ((call->audiostream && audio_stream_started(call->audiostream))
|
||||
|| (call->videostream && video_stream_started(call->videostream))) {
|
||||
/*streams already started */
|
||||
try_early_media_forking(call,md);
|
||||
#ifdef VIDEO_ENABLED
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue