Calling missing media keys indicator
This commit is contained in:
parent
436ee1a18f
commit
d97aa68716
13 changed files with 280 additions and 84 deletions
|
@ -246,10 +246,12 @@ const mapStateToActiveCallProp = (
|
|||
remoteParticipants.push({
|
||||
...remoteConversation,
|
||||
aci: remoteParticipant.aci,
|
||||
addedTime: remoteParticipant.addedTime,
|
||||
demuxId: remoteParticipant.demuxId,
|
||||
hasRemoteAudio: remoteParticipant.hasRemoteAudio,
|
||||
hasRemoteVideo: remoteParticipant.hasRemoteVideo,
|
||||
isHandRaised: raisedHands.has(remoteParticipant.demuxId),
|
||||
mediaKeysReceived: remoteParticipant.mediaKeysReceived,
|
||||
presenting: remoteParticipant.presenting,
|
||||
sharingScreen: remoteParticipant.sharingScreen,
|
||||
speakerTime: remoteParticipant.speakerTime,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue