Skip to content

Commit

Permalink
Changelog: Experimenting w/ E2EE Voice & Video (#6554)
Browse files Browse the repository at this point in the history
* e2ee experiment changelog

* Update docs/Change_Log.md

Co-authored-by: Zoddo <[email protected]>

---------

Co-authored-by: Zoddo <[email protected]>
  • Loading branch information
colinloretz and Zoddo authored Dec 1, 2023
1 parent fafec6a commit 6365529
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/Change_Log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## Experimenting with End-to-End Encryption for Voice & Video
#### Dec 1, 2023

#### What’s Happening?

As outlined in [a blog post earlier this year](https://discord.com/blog/encryption-for-voice-and-video-on-discord), we are experimenting with end-to-end encryption (e2ee) for voice and video channels.

End-to-end encryption is designed to only allow the participants in a call to decipher its contents. One of the protocols we’re experimenting with is called Messaging Layer Security, which we believe would allow us to deliver end-to-end encryption at scale. Intermediaries, including platforms like Discord, are unable to access the content of communications encrypted with end-to-end encryption.

#### How do I prepare for the changes?

During this testing phase, there is nothing developers need to do to support end-to-end encryption. Voice channels will automatically downgrade to documented, non-e2ee protocols when a bot user joins the channel. This is transparent to the connecting client but may result in a slight delay between establishing a connection and receiving audio.

#### What is planned for the future?

We will be continuing our testing and will share updates along with developer documentation and sample code once it is available.

Once this information is published, we will provide developers with a substantial timeframe to implement end-to-end encryption when interacting with voice and video.

## Premium App Subscriptions: New Ways for Testing App Subscriptions
#### Nov 29, 2023

Expand Down

0 comments on commit 6365529

Please sign in to comment.