diff --git a/src/matrix.ts b/src/matrix.ts index fca83f209..cffda610c 100644 --- a/src/matrix.ts +++ b/src/matrix.ts @@ -142,7 +142,7 @@ export interface ICreateClientOpts { unstableClientRelationAggregation?: boolean; verificationMethods?: Array; forceTURN?: boolean; - iceCandidatePoolSize: number, + iceCandidatePoolSize?: number, supportsCallTransfer?: boolean, fallbackICEServerAllowed?: boolean; cryptoCallbacks?: ICryptoCallbacks;