Group Calling: Improve mute state styling

This commit is contained in:
Josh Perez 2020-11-19 13:13:36 -05:00 committed by Josh Perez
parent c6eafbb8d5
commit 5cc7c9a66a
15 changed files with 203 additions and 126 deletions

View file

@ -61,12 +61,14 @@ export enum GroupCallJoinState {
export interface GroupCallRemoteParticipantType {
avatarPath?: string;
color?: ColorType;
demuxId: number;
firstName?: string;
hasRemoteAudio: boolean;
hasRemoteVideo: boolean;
isSelf: boolean;
profileName?: string;
title: string;
videoAspectRatio: number;
}
// Should match RingRTC's VideoFrameSource