-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfaq.html
93 lines (89 loc) · 3.72 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Shuteye.co - Private, browser-based, video conferencing</title>
<link rel="icon" type="image/png" href="/img/favicon.png" />
<link rel="stylesheet" href="/css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="/css/shuteye.css" type="text/css">
<link rel="stylesheet" href="/css/font-awesome.min.css" type="text/css">
</head>
<body>
<div class="navbar">
<div class="navbar-inner">
<a class="brand" href="/">
SHUT
<i class="icon-eye-close"></i>
EYE
</a>
<ul class="nav">
<li>
<a href="/about" class="link">ABOUT</a>
</li>
<li>
<a href="http://blog.shuteye.co" class="link">BLOG</a>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div>
<span class="q qa">Q</span>
<span class="qa-text">
What is Shuteye?
</span>
</div>
<div>
<span class="qa">A</span>
<span class="qa-text">
Shuteye is a minimal (no chatting, no document sharing, no whiteboards) video conferencing application that focuses on being browser based and privacy conscious. Shuteye is currently limited to specific set of browsers: <a class="link" href="https://www.google.com/intl/en/chrome/browser/">Chrome</a>, <a class="link" href="https://www.mozilla.org/">Firefox</a> and <a class="link" href="http://www.opera.com/download">Opera</a>.
</span>
</div>
<hr/>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div>
<span class="q qa">Q</span>
<span class="qa-text">
Why was it created?
</span>
</div>
<div>
<span class="qa">A</span>
<span class="qa-text">
Recent public profiles of <a href="http://www.washingtonpost.com/wp-srv/special/politics/prism-collection-documents/">government</a> and <a href="http://arstechnica.com/security/2013/05/think-your-skype-messages-get-end-to-end-encryption-think-again/">corporate</a> surveillance has caused me to further evaluate the modern tools we use for communication. The goal of Shuteye was to design a service that offered the maximum amount of privacy without being largely inconvenient. I feel the best way to protect my users privacy is to be unable to comply with the requests made by law enforcement and other government agencies.
<br>
<br>
<p>Shuteye has no user accounts and all audio and video is encrypted and sent between the participants browsers, circumventing the Shuteye servers.</p>
</span>
</div>
<hr/>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div>
<span class="q qa">Q</span>
<span class="qa-text">
How does it work?
</span>
</div>
<div>
<span class="qa">A</span>
<span class="qa-text">
It all starts with <a href="/new">acquiring</a> Shuteye sessions. To get sessions you only need to provide an email and a password. After clicking the "Get Sessions" button, you will be redirected to a webpage that requests your password. Entering your password and clicking the "Start Session" button starts a new session. You can invite others by clicking the "Invite" link at the top of the page and sending the attendee URL to whoever you choose.
<br>
<br>
<p>When you acquire sessions you will also receive an email containing a host URL, and an attendee URL. To start a new session from the email, send the attendee URL to those you wish to invite then click on the host URL. Enter the password you provided (which is NOT in the email), and wait for the other participants to join you.</p>
</span>
</div>
</div>
</div>
<footer>
<p class="feature text-center">© 2013 <a href="mailto:[email protected]">MARK STAHL</a>
</footer>
</body>
</html>