prettier
This commit is contained in:
@@ -113,8 +113,10 @@ const logger = rootLogger.getChild("[InCallView]");
|
|||||||
|
|
||||||
const maxTapDurationMs = 400;
|
const maxTapDurationMs = 400;
|
||||||
|
|
||||||
export interface ActiveCallProps
|
export interface ActiveCallProps extends Omit<
|
||||||
extends Omit<InCallViewProps, "vm" | "livekitRoom" | "connState"> {
|
InCallViewProps,
|
||||||
|
"vm" | "livekitRoom" | "connState"
|
||||||
|
> {
|
||||||
e2eeSystem: EncryptionSystem;
|
e2eeSystem: EncryptionSystem;
|
||||||
// TODO refactor those reasons into an enum
|
// TODO refactor those reasons into an enum
|
||||||
onLeft: (
|
onLeft: (
|
||||||
|
|||||||
Reference in New Issue
Block a user