Group Calling: blocking participants
Co-authored-by: Evan Hahn <evanhahn@signal.org>
This commit is contained in:
parent
f3f2cb2b5e
commit
81cc8a1211
10 changed files with 146 additions and 20 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue