Show active speaker in group calling PiP

This commit is contained in:
Evan Hahn 2020-12-01 17:52:09 -06:00 committed by GitHub
parent b3c161f484
commit f3f2cb2b5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 144 additions and 13 deletions

View file

@ -78,6 +78,7 @@ export interface GroupCallRemoteParticipantType {
isSelf: boolean;
name?: string;
profileName?: string;
speakerTime?: number;
title: string;
videoAspectRatio: number;
}