Group Calling: blocking participants

Co-authored-by: Evan Hahn <evanhahn@signal.org>
This commit is contained in:
Josh Perez 2020-12-01 20:30:25 -05:00 committed by GitHub
parent f3f2cb2b5e
commit 81cc8a1211
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 146 additions and 20 deletions

View file

@ -191,6 +191,7 @@ story.add('Group call - 1', () => (
demuxId: 0,
hasRemoteAudio: true,
hasRemoteVideo: true,
isBlocked: false,
isSelf: false,
title: 'Tyler',
videoAspectRatio: 1.3,
@ -209,6 +210,7 @@ story.add('Group call - Many', () => (
demuxId: 0,
hasRemoteAudio: true,
hasRemoteVideo: true,
isBlocked: false,
isSelf: false,
title: 'Amy',
videoAspectRatio: 1.3,
@ -217,6 +219,7 @@ story.add('Group call - Many', () => (
demuxId: 1,
hasRemoteAudio: true,
hasRemoteVideo: true,
isBlocked: false,
isSelf: true,
title: 'Bob',
videoAspectRatio: 1.3,
@ -225,6 +228,7 @@ story.add('Group call - Many', () => (
demuxId: 2,
hasRemoteAudio: true,
hasRemoteVideo: true,
isBlocked: true,
isSelf: false,
title: 'Alice',
videoAspectRatio: 1.3,
@ -246,6 +250,7 @@ story.add('Group call - reconnecting', () => (
demuxId: 0,
hasRemoteAudio: true,
hasRemoteVideo: true,
isBlocked: false,
isSelf: false,
title: 'Tyler',
videoAspectRatio: 1.3,