Show active speaker in group calling PiP
This commit is contained in:
parent
b3c161f484
commit
f3f2cb2b5e
9 changed files with 144 additions and 13 deletions
|
@ -102,6 +102,7 @@ const mapStateToActiveCallProp = (state: StateType) => {
|
|||
isSelf: remoteParticipant.isSelf,
|
||||
name: remoteConversation.name,
|
||||
profileName: remoteConversation.profileName,
|
||||
speakerTime: remoteParticipant.speakerTime,
|
||||
title: remoteConversation.title,
|
||||
videoAspectRatio: remoteParticipant.videoAspectRatio,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue