-
Notifications
You must be signed in to change notification settings - Fork 3
/
privacy-policy.html
64 lines (64 loc) · 3.15 KB
/
privacy-policy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Talkomatic</title>
<link rel="stylesheet" href="pstyles.css">
</head>
<body>
<div class="container">
<header>
<h1>Privacy Policy</h1>
</header>
<section>
<h2>Introduction</h2>
<p>Welcome to Talkomatic. We prioritize your privacy and ensure that no user information is stored on our servers. This policy explains how we handle your data and protect your privacy.</p>
</section>
<section>
<h2>Avatar Selection</h2>
<p>Users can select an avatar to personalize their chat presence. Avatars are stored locally on your device and are not saved on our servers.</p>
</section>
<section>
<h2>Voting System</h2>
<p>Our voting feature allows users to vote to remove a participant from a room. No personal data is recorded or stored during this process.</p>
</section>
<section>
<h2>Change Colors</h2>
<p>Users can customize the color of their messages through the settings. These preferences are stored locally on your device.</p>
</section>
<section>
<h2>Invite Users via Link</h2>
<p>You can invite users to chat rooms via a link. This feature does not store any personal data on our servers.</p>
</section>
<section>
<h2>Secret Room Key Option</h2>
<p>Private rooms can be accessed only through invite links. This ensures a controlled and private chat experience.</p>
</section>
<section>
<h2>Inactivity Management</h2>
<p>Users who remain inactive for 2 minutes are automatically removed from the room to maintain dynamic conversations. No user data is stored during this process.</p>
</section>
<section>
<h2>Join Notification Sound</h2>
<p>A notification sound plays when a new user joins a room, helping you stay informed without needing to check the user list constantly.</p>
</section>
<section>
<h2>Multi-Room Participation</h2>
<p>Users can join multiple rooms simultaneously by opening different tabs. Each tab operates independently, and no user data is stored on our servers.</p>
</section>
<section>
<h2>Private and Public Rooms</h2>
<p>Users can create and join private and public rooms. Private rooms are not listed publicly, ensuring privacy for participants.</p>
</section>
<section>
<h2>Auto Moderation</h2>
<p>Our auto moderation feature removes users exhibiting bad behavior to maintain a respectful environment. This feature operates without storing personal data.</p>
</section>
<section>
<h2>Data Collection and Storage</h2>
<p>Talkomatic does not collect or store any personal information on our servers. All data is handled locally on your device, ensuring complete anonymity.</p>
</section>
</div>
</body>
</html>