Data encryption ensures that only the authorized users in a channel communicate with each other. This ensures that potential eavesdroppers cannot access sensitive and private information shared in a channel. While not every use case requires data encryption, Signaling provides built-in encryption methods that guarantee data confidentiality during transmission.
For context on this sample, and a full explanation of the essential code snippets used in this project, read Data encryption
To see how to run this project, read the instructions in the main README or SDK quickstart.