We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc77f0f commit 12f6befCopy full SHA for 12f6bef
include/dpp/discordvoiceclient.h
@@ -393,8 +393,8 @@ class DPP_EXPORT discord_voice_client : public websocket_client
393
394
/**
395
* @brief Secret key for encrypting voice.
396
- * If it has been sent, this is non-null and points to a
397
- * sequence of exactly 32 bytes.
+ * If it has been sent, this contains a sequence of exactly 32 bytes
+ * (secret_key_size) and has_secret_key is set to true.
398
*/
399
std::array<uint8_t, secret_key_size> secret_key;
400
0 commit comments