1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Basic call transfer initiation support

Re-commit of f3ee164a7d after I accidentally
merged to develop
This commit is contained in:
David Baker
2020-12-21 13:54:16 +00:00
parent 7581e5ffdc
commit 89aeda45c6
4 changed files with 68 additions and 3 deletions

View File

@@ -142,6 +142,7 @@ export interface ICreateClientOpts {
unstableClientRelationAggregation?: boolean;
verificationMethods?: Array<any>;
forceTURN?: boolean;
supportsTransfer?: boolean,
fallbackICEServerAllowed?: boolean;
cryptoCallbacks?: ICryptoCallbacks;
}