From fd8ade1bf13418e5c8a78fda53c555c3c2f901fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sun, 14 Aug 2022 09:00:36 +0200 Subject: [PATCH] Delint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/room/InCallView.tsx | 2 -- src/video-grid/VideoTileContainer.tsx | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index 1ffd9be2..e78636a7 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -207,7 +207,6 @@ export function InCallView({ key={item.id} item={item} getAvatar={renderAvatar} - audioOutputDevice={audioOutput} audioContext={audioContext} audioDestination={audioDestination} disableSpeakingIndicator={items.length < 3} @@ -226,7 +225,6 @@ export function InCallView({ layout, renderAvatar, toggleFullscreen, - audioOutput, ]); const { diff --git a/src/video-grid/VideoTileContainer.tsx b/src/video-grid/VideoTileContainer.tsx index 25bd94aa..9d64cf6f 100644 --- a/src/video-grid/VideoTileContainer.tsx +++ b/src/video-grid/VideoTileContainer.tsx @@ -36,7 +36,6 @@ interface Props { width: number, height: number ) => JSX.Element; - audioOutputDevice: string; audioContext: AudioContext; audioDestination: AudioNode; disableSpeakingIndicator: boolean; @@ -48,7 +47,6 @@ export function VideoTileContainer({ width, height, getAvatar, - audioOutputDevice, audioContext, audioDestination, disableSpeakingIndicator,