Add audio mute indicator for local preview and group remote participants
This commit is contained in:
parent
022c4bd0f4
commit
c6e4c1d1a9
5 changed files with 48 additions and 5 deletions
|
@ -199,6 +199,7 @@ export const GroupCallRemoteParticipants: React.FC<PropsType> = ({
|
|||
createCanvasVideoRenderer={createCanvasVideoRenderer}
|
||||
demuxId={remoteParticipant.demuxId}
|
||||
getGroupCallVideoFrameSource={getGroupCallVideoFrameSource}
|
||||
hasRemoteAudio={remoteParticipant.hasRemoteAudio}
|
||||
hasRemoteVideo={remoteParticipant.hasRemoteVideo}
|
||||
height={gridParticipantHeight}
|
||||
left={left}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue