Mute video when closing system PIP during a call.
This commit is contained in:
parent
72f19758db
commit
9e349d2b30
1 changed files with 2 additions and 0 deletions
|
@ -299,6 +299,8 @@ public class WebRtcCallActivity extends BaseActivity implements SafetyNumberChan
|
|||
requestNewSizesThrottle.clear();
|
||||
}
|
||||
|
||||
ApplicationDependencies.getSignalCallManager().setEnableVideo(false);
|
||||
|
||||
if (!viewModel.isCallStarting()) {
|
||||
CallParticipantsState state = viewModel.getCallParticipantsStateSnapshot();
|
||||
if (state != null && state.getCallState().isPreJoinOrNetworkUnavailable()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue