Fixed issue with call video update dialog
This commit is contained in:
parent
5b8aeacd86
commit
afe2725d59
1 changed files with 2 additions and 0 deletions
|
@ -144,6 +144,8 @@ public class CallManager {
|
||||||
params.enableVideo(true);
|
params.enableVideo(true);
|
||||||
core.enableVideoCapture(true);
|
core.enableVideoCapture(true);
|
||||||
core.enableVideoDisplay(true);
|
core.enableVideoDisplay(true);
|
||||||
|
} else {
|
||||||
|
params.enableVideo(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
call.acceptUpdate(params);
|
call.acceptUpdate(params);
|
||||||
|
|
Loading…
Reference in a new issue