From 5112340040dbb09e5d9b71cdec183d87ec17638e Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 12 Jul 2022 14:48:44 -0400 Subject: [PATCH] Correct the units in TURN servers expiry documentation (#2520) As shown elsewhere in client.ts, turnServersExpiry really is in milliseconds rather than seconds. It seems that other libraries like matrix-react-sdk were already expecting it to be in milliseconds anyways, so it's just the documentation that was wrong. --- src/client.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client.ts b/src/client.ts index 1b89e9c2b..73ca5144e 100644 --- a/src/client.ts +++ b/src/client.ts @@ -6292,9 +6292,9 @@ export class MatrixClient extends TypedEventEmitter