diff options
author | metamuffin <metamuffin@disroot.org> | 2023-07-03 23:21:51 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-07-03 23:21:51 +0200 |
commit | 6a245a585ec4d30273d70590fe0a96c73cdc6080 (patch) | |
tree | 9287c9e5fe27f3c170b9e6b5e3ee15affce14c04 | |
parent | 086ea872f5611d18d4616ea49fb236c64879a8a6 (diff) | |
download | keks-meet-6a245a585ec4d30273d70590fe0a96c73cdc6080.tar keks-meet-6a245a585ec4d30273d70590fe0a96c73cdc6080.tar.bz2 keks-meet-6a245a585ec4d30273d70590fe0a96c73cdc6080.tar.zst |
add features to readme
-rw-r--r-- | readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,17 +4,19 @@ a simple secure web conferencing application ## Features -- Able to share different kinds of media: +- Ability to share different kinds of media: - Camera - Microphone - Screen capture - Files -- End-to-end-encryption +- End-to-end-encryption (including p2p negotiation, chat and p2p traffic) - Peer-to-peer data transmission - Multiple streams of any type - Noise suppression (using RNNoise) - Rooms (created on demand, do not persist) - Chat (supports text and images) +- Minimal user-interface +- Should work with screen readers ## Licence |