-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
52 lines (40 loc) · 4.71 KB
/
Copy pathprivacy-policy.html
File metadata and controls
52 lines (40 loc) · 4.71 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ConvoyTalk - Privacy Policy</title>
<style>
body { font-family: -apple-system, Segoe UI, Roboto, sans-serif; max-width: 720px;
margin: 0 auto; padding: 24px; line-height: 1.6; color: #222; }
h1 { font-size: 28px; } h2 { font-size: 20px; margin-top: 28px; }
</style>
</head>
<body>
<h1>ConvoyTalk Privacy Policy</h1>
<p><em>Last updated: July 2026 (v1.9)</em></p>
<p>ConvoyTalk is a push-to-talk voice app for groups travelling together. This policy explains what the app does and does not do with your information.</p>
<h2>The short version</h2>
<p>ConvoyTalk has no accounts and no sign-up, and the app itself does not collect, store, or sell any personal information. Your voice is transmitted live to the people in your group and is never recorded or stored anywhere. The app is free and supported by a small banner advertisement, served by Google AdMob, which involves some data collection by Google as described in the Advertising section below.</p>
<h2>Microphone</h2>
<p>ConvoyTalk requests microphone permission for one purpose: transmitting your voice to your group while you hold the talk button. Audio is captured only while the button is held. It is streamed live to the other members of your group and played through their speakers. It is not recorded, not stored on your device, not stored on any server, and not analysed.</p>
<h2>Local (hotspot) mode</h2>
<p>In Host/Join mode, audio travels directly between devices over a local WiFi hotspot connection. It never leaves the local network and never touches the internet.</p>
<h2>Internet mode</h2>
<p>In Internet mode, audio is relayed live between group members through a relay server. The relay passes audio through in real time and does not record, store, or log audio. Channel names exist only in the server's memory while people are connected to them and are not logged. The app includes a channel list that shows the names of currently active channels. Channels without a PIN also show the display names of their members and can be joined by anyone browsing the list. PIN-protected channels show only their name and member count. Use a PIN for any group you want to keep private.</p>
<h2>Location (optional)</h2>
<p>ConvoyTalk has an optional "Share location" feature, which is switched off by default. When you turn it on, your live position and speed are sent to the other members of your current group only, so everyone can see where the convoy is on the in-app radar. Positions are relayed live exactly like voice: they are never stored, logged, or shared with anyone outside your group, and sharing stops immediately when you untick the option, disconnect, or close the app. The app never accesses location while the feature is off.</p>
<h2>Settings stored on your device</h2>
<p>The app remembers your last-used server address, channel name, host IP address, and selected mode. These are stored only on your own device so you don't have to re-type them, and are removed if you uninstall the app.</p>
<h2>Advertising</h2>
<p>ConvoyTalk displays a small banner advertisement at the bottom of the screen, served by Google AdMob. To serve and measure these ads, Google may collect information from your device, including your advertising identifier (Advertising ID), IP address (which can indicate approximate location), and general device and app-interaction information. This collection is performed by Google under its own policies, not by ConvoyTalk itself; ConvoyTalk's developer never sees this data. You can read how Google uses this information at <a href="https://policies.google.com/technologies/ads">policies.google.com/technologies/ads</a>. You can limit ad personalisation or reset/delete your Advertising ID at any time in your device's Settings under Privacy > Ads. Ads are visual only and never play sound.</p>
<h2>Data collection summary</h2>
<p>The ConvoyTalk app and its relay server collect no personal data, create no user profiles, and use no analytics. Voice audio and location are processed ephemerally (in transit only) for the sole purpose of the live communication you initiate. The only third party involved is Google AdMob, which collects advertising-related data as described above solely to serve the banner ad.</p>
<h2>Children</h2>
<p>ConvoyTalk is a general-audience utility app and does not knowingly collect any information from anyone, including children.</p>
<h2>Changes to this policy</h2>
<p>If the app's behaviour ever changes in a way that affects privacy, this page will be updated before that version is released.</p>
<h2>Contact</h2>
<p>Questions about this policy can be sent to the developer via directcompare.dev.</p>
</body>
</html>