Step 8.5: Move call event type

This commit is contained in:
Travis Ralston
2022-03-24 15:26:09 -06:00
parent 1c8ac2c2e5
commit 211e00539a
4 changed files with 22 additions and 5 deletions

View File

@@ -21,7 +21,8 @@ import { EventType } from 'matrix-js-sdk/src/@types/event';
import { ensureVirtualRoomExists, findDMForUser } from './createRoom';
import { MatrixClientPeg } from "./MatrixClientPeg";
import DMRoomMap from "./utils/DMRoomMap";
import CallHandler, { VIRTUAL_ROOM_EVENT_TYPE } from './CallHandler';
import CallHandler from './CallHandler';
import { VIRTUAL_ROOM_EVENT_TYPE } from "./call-types";
// Functions for mapping virtual users & rooms. Currently the only lookup
// is sip virtual: there could be others in the future.