1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

WIP attended transfer

This commit is contained in:
David Baker
2021-03-25 19:57:20 +00:00
parent ed6d4e5f6c
commit 34bb05bd88
2 changed files with 42 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ export interface MCallReplacesEvent {
replacement_id: string;
target_user: MCallReplacesTarget;
create_call: string;
await_call: string;
target_room: string;
}
/* eslint-enable camelcase */