mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix video capture not restarting on setParameters from filter.
This commit is contained in:
parent
268ad9fa10
commit
1d26f24529
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ public class AndroidCameraRecordManager {
|
|||
p.cameraId = cameraId;
|
||||
p.videoDimensionsInverted = width < height;
|
||||
parameters = p;
|
||||
tryToStartVideoRecording();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue