mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Delint
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
7f6b0f572b
commit
fd8ade1bf1
@ -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 {
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user