From 0f27b703bdea457b6138be50fc21545a95dbccb8 Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 16 Feb 2021 15:51:10 +0000 Subject: [PATCH] Should be optional --- src/matrix.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;