From cd9b391e2a6d99bed4265140d9c56730ae82a0a1 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Thu, 27 Oct 2016 17:25:17 +0100 Subject: [PATCH] Hide SecretKey in documentation --- src/client/voice/util/SecretKey.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/voice/util/SecretKey.js b/src/client/voice/util/SecretKey.js index 42a0da0cb..508a1baa0 100644 --- a/src/client/voice/util/SecretKey.js +++ b/src/client/voice/util/SecretKey.js @@ -1,5 +1,6 @@ /** * Represents a Secret Key used in encryption over voice + * @private */ class SecretKey { constructor(key) {