mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Stop showing video in group calls when it isn't being forwarded.
This commit is contained in:
committed by
Greyson Parrelli
parent
2f1b05f882
commit
f7b9942f11
@@ -48,6 +48,7 @@ public class BeginCallActionProcessorDelegate extends WebRtcActionProcessor {
|
||||
true,
|
||||
currentState.getLocalDeviceState().getOrientation().getDegrees()),
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
0,
|
||||
true,
|
||||
@@ -102,6 +103,7 @@ public class BeginCallActionProcessorDelegate extends WebRtcActionProcessor {
|
||||
true,
|
||||
currentState.getLocalDeviceState().getOrientation().getDegrees()),
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
0,
|
||||
true,
|
||||
|
||||
@@ -105,6 +105,7 @@ public class GroupActionProcessor extends DeviceAwareActionProcessor {
|
||||
recipient,
|
||||
null,
|
||||
videoSink,
|
||||
device.getForwardingVideo() == null || device.getForwardingVideo(),
|
||||
Boolean.FALSE.equals(device.getAudioMuted()),
|
||||
Boolean.FALSE.equals(device.getVideoMuted()),
|
||||
device.getSpeakerTime(),
|
||||
|
||||
@@ -130,6 +130,7 @@ public class GroupPreJoinActionProcessor extends GroupActionProcessor {
|
||||
new BroadcastVideoSink(),
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
0,
|
||||
false,
|
||||
0,
|
||||
|
||||
@@ -154,6 +154,7 @@ public final class IncomingGroupCallActionProcessor extends DeviceAwareActionPro
|
||||
true,
|
||||
currentState.getLocalDeviceState().getOrientation().getDegrees()),
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
0,
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user