@@ -207,7 +207,6 @@ export function InCallView({
|
|||||||
key={item.id}
|
key={item.id}
|
||||||
item={item}
|
item={item}
|
||||||
getAvatar={renderAvatar}
|
getAvatar={renderAvatar}
|
||||||
audioOutputDevice={audioOutput}
|
|
||||||
audioContext={audioContext}
|
audioContext={audioContext}
|
||||||
audioDestination={audioDestination}
|
audioDestination={audioDestination}
|
||||||
disableSpeakingIndicator={items.length < 3}
|
disableSpeakingIndicator={items.length < 3}
|
||||||
@@ -226,7 +225,6 @@ export function InCallView({
|
|||||||
layout,
|
layout,
|
||||||
renderAvatar,
|
renderAvatar,
|
||||||
toggleFullscreen,
|
toggleFullscreen,
|
||||||
audioOutput,
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ interface Props {
|
|||||||
width: number,
|
width: number,
|
||||||
height: number
|
height: number
|
||||||
) => JSX.Element;
|
) => JSX.Element;
|
||||||
audioOutputDevice: string;
|
|
||||||
audioContext: AudioContext;
|
audioContext: AudioContext;
|
||||||
audioDestination: AudioNode;
|
audioDestination: AudioNode;
|
||||||
disableSpeakingIndicator: boolean;
|
disableSpeakingIndicator: boolean;
|
||||||
@@ -48,7 +47,6 @@ export function VideoTileContainer({
|
|||||||
width,
|
width,
|
||||||
height,
|
height,
|
||||||
getAvatar,
|
getAvatar,
|
||||||
audioOutputDevice,
|
|
||||||
audioContext,
|
audioContext,
|
||||||
audioDestination,
|
audioDestination,
|
||||||
disableSpeakingIndicator,
|
disableSpeakingIndicator,
|
||||||
|
|||||||
Reference in New Issue
Block a user