Hide local volume controls for tiles with no audio
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
aa57cf039a
commit
881054e265
3 changed files with 16 additions and 8 deletions
|
|
@ -62,6 +62,7 @@ export function VideoTileContainer({
|
|||
audioMuted,
|
||||
videoMuted,
|
||||
localVolume,
|
||||
hasAudio,
|
||||
speaking,
|
||||
stream,
|
||||
purpose,
|
||||
|
|
@ -109,6 +110,7 @@ export function VideoTileContainer({
|
|||
avatar={getAvatar && getAvatar(item.member, width, height)}
|
||||
onOptionsPress={onOptionsPress}
|
||||
localVolume={localVolume}
|
||||
hasAudio={hasAudio}
|
||||
maximised={maximised}
|
||||
fullscreen={fullscreen}
|
||||
onFullscreen={onFullscreenCallback}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue