Show name in 1:1 calls

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2022-08-12 10:33:59 +02:00
parent c09380644b
commit 8176d60d96
4 changed files with 6 additions and 19 deletions

View File

@@ -29,7 +29,6 @@ export function VideoTileContainer({
width,
height,
getAvatar,
showName,
audioOutputDevice,
audioContext,
audioDestination,
@@ -43,7 +42,6 @@ export function VideoTileContainer({
audioMuted,
videoMuted,
localVolume,
noVideo,
speaking,
stream,
purpose,
@@ -79,11 +77,9 @@ export function VideoTileContainer({
isLocal={isLocal}
speaking={speaking && !disableSpeakingIndicator}
audioMuted={audioMuted}
noVideo={noVideo}
videoMuted={videoMuted}
screenshare={purpose === SDPStreamMetadataPurpose.Screenshare}
name={rawDisplayName}
showName={showName}
ref={tileRef}
mediaRef={mediaRef}
avatar={getAvatar && getAvatar(member, width, height)}