remove unused constants
This commit is contained in:
parent
156f5b78bf
commit
1b0abebe8f
1 changed files with 0 additions and 4 deletions
|
@ -35,10 +35,6 @@ import type {Transaction} from "../storage/idb/Transaction";
|
|||
import type {CallEntry} from "../storage/idb/stores/CallStore";
|
||||
import type {Clock} from "../../platform/web/dom/Clock";
|
||||
|
||||
const GROUP_CALL_TYPE = "m.call";
|
||||
const GROUP_CALL_MEMBER_TYPE = "m.call.member";
|
||||
const CALL_TERMINATED = "m.terminated";
|
||||
|
||||
export type Options = Omit<GroupCallOptions, "emitUpdate" | "createTimeout"> & {
|
||||
logger: ILogger,
|
||||
clock: Clock
|
||||
|
|
Reference in a new issue