From 432854b3a9dc26b537ae3016b5e7ecab577df0a7 Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Thu, 7 Jun 2018 01:45:19 -0700 Subject: [PATCH] Add SRTP to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d04cea9c..64636515 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,9 @@ A (almost) pure Golang implementation of the WebRTC Native API. # Status Things need to be completed before it is usable for public consumption. -- [x] ICE-lite (only works if peers can communicate directly via host candidates) +- [x] ICE-lite (peers can communicate directly via host candidates) - [x] DTLS +- [ ] SRTP - [ ] API that matches WebRTC spec Things that I plan to do, but will happen only when someone requests/I need it.