You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consterrorCopy='Encountered an error getting streams. Are you using a supported browser (ex: Google Chrome)? Please clear your cookies and cache for this site and try again.'
12
15
classRoomextendsComponent{
13
16
componentWillMount(){
14
17
this.props.initialize(this.props.roomId)
@@ -33,10 +36,18 @@ class Room extends Component {
Copy file name to clipboardExpand all lines: src/client/views/welcome/faq.js
+24-2Lines changed: 24 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,30 @@ const FAQ = () => (
24
24
</Col>
25
25
<Colmd={8}>
26
26
1. Create a room<br/>
27
-
2. Share the room with a friend using the link/url <br/>
28
-
3. When your friend joins the room, you'll instantly see them! <br/>
27
+
2. Provide access to your camera and microphone (required for it to work)<br/>
28
+
3. Share the room with a friend using the link/url <br/>
29
+
4. When your friend joins the room, you'll instantly see them! <br/>
30
+
</Col>
31
+
</Row>
32
+
<br/>
33
+
<Row>
34
+
<Colmd={4}>
35
+
Privacy
36
+
</Col>
37
+
<Colmd={8}>
38
+
TalktoMe does not store or record any information in a chat room or about a chat room.
39
+
All sessions are active for the duration in which they are live and destroyed after the room is closed.
40
+
You cannot see what rooms are active or live at any given time.
41
+
The site does use Google Analytics to track general site usage metrics but nothing else.
42
+
</Col>
43
+
</Row>
44
+
<br/>
45
+
<Row>
46
+
<Colmd={4}>
47
+
Security
48
+
</Col>
49
+
<Colmd={8}>
50
+
The technology used by TalktoMe is WebRTC where encryption is madatory by default. All data exchanges over the wire use DTLS, SRTP and the site uses HTTPS.
0 commit comments