From 4f1eb7b247a66287b485e9b70869177bfe067ea6 Mon Sep 17 00:00:00 2001
From: Arya Vohra
Date: Sun, 31 May 2020 11:32:33 +0800
Subject: [PATCH 1/4] Update README.md
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index b8d1b69..7a106c9 100644
--- a/README.md
+++ b/README.md
@@ -20,12 +20,14 @@ technology.
- Screen sharing
+- Group call with up to 4 peers
- Picture in picture
- Live captions
- Text chat
- Auto-scaling video quality
- No download required, entirely browser based
- Direct peer to peer connection ensures lowest latency
+- No SFU servers, group calls use mesh networks
- Single use disposable chat rooms
## Quick start
From 26170810e026d35fa42c8fbb7cc3698e362010e1 Mon Sep 17 00:00:00 2001
From: Arya Vohra
Date: Sun, 31 May 2020 11:47:53 +0800
Subject: [PATCH 2/4] Updated website with group call features
---
public/landing.html | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/public/landing.html b/public/landing.html
index 332dced..7e1b62d 100755
--- a/public/landing.html
+++ b/public/landing.html
@@ -67,9 +67,9 @@
class="mt-0 mb-32 reveal-from-bottom"
data-reveal-delay="300"
>
- Simple, Secure, and Fast. Peer to peer video calling
- provides quality and latency simply not available with
- traditional technology.
+ Simple, Secure, and Fast. Peer to peer group video
+ calling provides quality and latency simply not
+ available with traditional technology.
-
Total Privacy
+
Decentralized group calls
- Each chat is single use, data stays between you and your
- caller. Zipcall is built privacy first.
+ Zipcall lets you talk to up to four friends by
+ directly connecting to them, completely
+ decentralized.
@@ -236,17 +237,18 @@
-
Maximum Security
+
Total Privacy and Security
- End to end state of the art encryption means your calls
+ Zipcall is built privacy first. Each chat is single use,
+ and end to end state of the art encryption means your calls
are exactly that. Your calls.
From ff1c6fdec3a200889dc7fbd315249602060e89c4 Mon Sep 17 00:00:00 2001
From: Khush Jammu