Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2022-08-14 09:00:36 +02:00
parent 7f6b0f572b
commit fd8ade1bf1
2 changed files with 0 additions and 4 deletions

View File

@@ -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,