mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 16:49:20 +00:00
make video recording working
This commit is contained in:
parent
f17e70838e
commit
bcf7e96c24
2 changed files with 2 additions and 2 deletions
|
|
@ -2237,8 +2237,8 @@ void linphone_call_start_media_streams(LinphoneCall *call, bool_t all_inputs_mut
|
|||
}
|
||||
call->current_params.has_video=FALSE;
|
||||
if (call->videostream!=NULL) {
|
||||
linphone_call_start_video_stream(call,cname,all_inputs_muted);
|
||||
if (call->audiostream) audio_stream_link_video(call->audiostream,call->videostream);
|
||||
linphone_call_start_video_stream(call,cname,all_inputs_muted);
|
||||
}
|
||||
|
||||
call->all_muted=all_inputs_muted;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 964c468de35f6f864967ed23c0d9fc9f5d95b521
|
||||
Subproject commit 15387edf656f1ec185ecb22786f2361c6bcb0c86
|
||||
Loading…
Add table
Reference in a new issue