You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Should be optional
This commit is contained in:
@@ -142,7 +142,7 @@ export interface ICreateClientOpts {
|
|||||||
unstableClientRelationAggregation?: boolean;
|
unstableClientRelationAggregation?: boolean;
|
||||||
verificationMethods?: Array<any>;
|
verificationMethods?: Array<any>;
|
||||||
forceTURN?: boolean;
|
forceTURN?: boolean;
|
||||||
iceCandidatePoolSize: number,
|
iceCandidatePoolSize?: number,
|
||||||
supportsCallTransfer?: boolean,
|
supportsCallTransfer?: boolean,
|
||||||
fallbackICEServerAllowed?: boolean;
|
fallbackICEServerAllowed?: boolean;
|
||||||
cryptoCallbacks?: ICryptoCallbacks;
|
cryptoCallbacks?: ICryptoCallbacks;
|
||||||
|
|||||||
Reference in New Issue
Block a user