Don't request video for invisible group call participants

This commit is contained in:
Evan Hahn 2021-12-06 17:06:13 -06:00 committed by GitHub
parent b4b65c4f00
commit 01549b11d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 171 additions and 16 deletions

View file

@ -27,7 +27,7 @@ import {
import { fakeGetGroupCallVideoFrameSource } from '../test-both/helpers/fakeGetGroupCallVideoFrameSource';
import enMessages from '../../_locales/en/messages.json';
const MAX_PARTICIPANTS = 32;
const MAX_PARTICIPANTS = 64;
const i18n = setupI18n('en', enMessages);
@ -301,7 +301,7 @@ story.add('Group call - Many', () => {
callMode: CallMode.Group,
remoteParticipants: allRemoteParticipants.slice(
0,
number('Participant count', 3, {
number('Participant count', 40, {
range: true,
min: 0,
max: MAX_PARTICIPANTS,