mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Show accurate current group call participants in lobby header.
This commit is contained in:
@@ -114,7 +114,8 @@ public class GroupPreJoinActionProcessor extends GroupActionProcessor {
|
||||
WebRtcServiceStateBuilder.CallInfoStateBuilder builder = currentState.builder()
|
||||
.changeCallInfoState()
|
||||
.remoteDevicesCount(peekInfo.getDeviceCount())
|
||||
.participantLimit(peekInfo.getMaxDevices());
|
||||
.participantLimit(peekInfo.getMaxDevices())
|
||||
.clearParticipantMap();
|
||||
|
||||
for (Recipient recipient : callParticipants) {
|
||||
builder.putParticipant(recipient, CallParticipant.createRemote(new CallParticipantId(recipient), recipient, null, new BroadcastVideoSink(null), true, true, 0, false, 0));
|
||||
|
||||
Reference in New Issue
Block a user