mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
Deactivate video when the remote accepts the call but without video.
This commit is contained in:
parent
23b788205b
commit
eaf16b1784
1 changed files with 1 additions and 0 deletions
|
|
@ -266,6 +266,7 @@ static void call_accepted(SalOp *op){
|
|||
}
|
||||
|
||||
md=sal_call_get_final_media_description(op);
|
||||
call->params.has_video &= linphone_core_media_description_contains_video_stream(md);
|
||||
|
||||
if (call->state==LinphoneCallOutgoingProgress ||
|
||||
call->state==LinphoneCallOutgoingRinging ||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue