276 lines
17 KiB
HTML
Executable File
276 lines
17 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en" class="no-js">
|
|
<head>
|
|
<!-- https://github.com/mikecao/umami -->
|
|
|
|
<script
|
|
async
|
|
defer
|
|
data-website-id="a378bd09-212d-4801-94cc-9797b6a5f3f7"
|
|
src="https://stats.mirotalk.org/umami.js"
|
|
></script>
|
|
|
|
<!-- Title and Icon -->
|
|
|
|
<title>MiroTalk - privacy policy.</title>
|
|
<link rel="shortcut icon" href="../images/logo.svg" />
|
|
<link rel="apple-touch-icon" href="../images/logo.svg" />
|
|
|
|
<!-- Meta Information -->
|
|
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta
|
|
name="description"
|
|
content="MiroTalk powered by WebRTC, Real-time secure video calls, chat and screen sharing capabilities in the browser, from your mobile or desktop"
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="webrtc, RTCICECandidates, RTCSessionDescription, RTCDataChannel, real-time communications, webrtc stun, webrtc turn, video meeting, video chat, video conference, multi video chat, multi video conference, peer to peer, p2p, zoom, rtc, teams"
|
|
/>
|
|
|
|
<!-- https://ogp.me -->
|
|
|
|
<meta property="og:type" content="app-webrtc" />
|
|
<meta property="og:site_name" content="MiroTalk" />
|
|
<meta property="og:title" content="Click the link to make a call." />
|
|
<meta
|
|
property="og:description"
|
|
content="MiroTalk calling provides real-time HD quality and latency simply not available with traditional technology."
|
|
/>
|
|
<meta property="og:image" content="https://p2p.mirotalk.org/images/preview.png" />
|
|
<meta property="og:url" content="https://p2p.mirotalk.org" />
|
|
|
|
<!-- StyleSheet -->
|
|
|
|
<link rel="stylesheet" href="../css/landing.css" />
|
|
</head>
|
|
<body class="has-animations">
|
|
<div class="body-wrap">
|
|
<header class="site-header reveal-from-top">
|
|
<div class="container">
|
|
<div class="site-header-inner">
|
|
<div class="brand">
|
|
<div class="m-0">
|
|
<a href="/"><img src="../images/logo.svg" alt="Neon" width="32" height="32" /></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<main class="site-content">
|
|
<section class="hero section illustration-section-01">
|
|
<div class="container">
|
|
<div class="hero-inner section-inner">
|
|
<div class="split-wrap invert-mobile">
|
|
<div class="split-item">
|
|
<div class="hero-content split-item-content center-content-mobile">
|
|
<h1 class="mt-0 mb-16 reveal-from-bottom" data-reveal-delay="150">
|
|
Privacy Policy
|
|
</h1>
|
|
<p class="mt-0 mb-32 reveal-from-bottom" data-reveal-delay="300">
|
|
We limit ourselves to collect the smallest amount of user data that we need
|
|
in order to create a seamless experience when using
|
|
<strong>MiroTalk</strong>. <br /><br />
|
|
This data includes mainly:
|
|
<a
|
|
href="https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidate"
|
|
target="_blank"
|
|
>RTCICECandidates</a
|
|
>
|
|
&
|
|
<a
|
|
href="https://developer.mozilla.org/en-US/docs/Web/API/RTCSessionDescription"
|
|
target="_blank"
|
|
>RTCSessionDescription</a
|
|
>
|
|
which is needed to establish the video call using WebRTC. RTCICECandidates,
|
|
RTCSessionDescription is not stored in any persistent database, it's removed
|
|
from the server as soon as the user leaves the call by closing the browser
|
|
window. The media streams are encrypted using Secure Real-time Transport
|
|
Protocol (SRTP).
|
|
<br /><br />
|
|
For Chat messaging and File Sharing, we using WebRTC's
|
|
<a
|
|
href="https://developer.mozilla.org/en-US/docs/Web/API/RTCDataChannel"
|
|
target="_blank"
|
|
>RTCDataChannel</a
|
|
>
|
|
to transfer data directly from one peer to another. With RTCDataChannel, all
|
|
data is secured with
|
|
<a
|
|
href="https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security"
|
|
target="_blank"
|
|
>Datagram Transport Layer Security</a
|
|
>
|
|
(DTLS). DTLS is a derivative of SSL, meaning your data will be as secure as
|
|
using any standard SSL-based connection.
|
|
<br /><br />
|
|
If you record a meeting, the recording of the meeting is temporarily stored
|
|
on <strong>Your browser</strong>
|
|
<a
|
|
href="https://developer.mozilla.org/en-US/docs/Web/API/Blob"
|
|
target="_blank"
|
|
>Blob</a
|
|
>, then will be downloaded on Your PC/Mobile Device. <br /><br />
|
|
<strong>MiroTalk</strong> is purely peer-to-peer, which means the user's
|
|
video, audio, chat and file is not sent to our server at all. <br /><br />
|
|
We use Umami to track aggregated usage statistics in order to improve our
|
|
service. The maker of
|
|
<strong>MiroTalk</strong> has no intention of using personally or selling
|
|
any of the above-mentioned data.
|
|
</p>
|
|
<div class="reveal-from-bottom" data-reveal-delay="450">
|
|
<a
|
|
class="button button-primary button-wide-mobile pulse"
|
|
style="
|
|
border: 0;
|
|
background: linear-gradient(
|
|
100deg,
|
|
#376df9 0,
|
|
#ff5fa0 75%,
|
|
#ffc55a 100%
|
|
);
|
|
"
|
|
href="/newcall"
|
|
>AGREE</a
|
|
>
|
|
</div>
|
|
</div>
|
|
<style>
|
|
@media (min-width: 641px) {
|
|
.hero .split-wrap .split-item {
|
|
min-height: 492px;
|
|
}
|
|
}
|
|
</style>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="site-footer center-content-mobile">
|
|
<div class="container">
|
|
<div class="site-footer-inner">
|
|
<div class="footer-top space-between text-xxs">
|
|
<div class="brand">
|
|
<a href="/"><img src="../images/logo.svg" alt="Neon" width="32" height="32" /></a>
|
|
</div>
|
|
<div class="footer-social">
|
|
<ul class="list-reset">
|
|
<li>
|
|
<a target="_blank" href="https://github.com/miroslavpejic85/mirotalk">
|
|
<svg
|
|
width="16"
|
|
height="16"
|
|
viewBox="0 0 16 16"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<title>GitHub</title>
|
|
<path
|
|
d="M7.95 0C3.578 0 0 3.578 0 7.95c0 3.479 2.286 6.46 5.466 7.553.397.1.497-.199.497-.397v-1.392c-2.187.497-2.683-.994-2.683-.994-.398-.894-.895-1.192-.895-1.192-.696-.497.1-.497.1-.497.795.1 1.192.795 1.192.795.696 1.292 1.888.894 2.286.696.1-.497.298-.895.497-1.093-1.79-.2-3.578-.895-3.578-3.976 0-.894.298-1.59.795-2.087-.1-.198-.397-.993.1-2.086 0 0 .695-.2 2.186.795a6.408 6.408 0 0 1 1.987-.299c.696 0 1.392.1 1.988.299 1.49-.994 2.186-.795 2.186-.795.398 1.093.199 1.888.1 2.086.496.597.795 1.292.795 2.087 0 3.081-1.889 3.677-3.677 3.876.298.398.596.895.596 1.59v2.187c0 .198.1.496.596.397C13.714 14.41 16 11.43 16 7.95 15.9 3.578 12.323 0 7.95 0z"
|
|
/>
|
|
</svg>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a target="_blank" href="https://www.facebook.com/mirotalk">
|
|
<svg
|
|
width="16"
|
|
height="16"
|
|
viewBox="0 0 16 16"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<title>Facebook</title>
|
|
<path
|
|
d="M6.023 16L6 9H3V6h3V4c0-2.7 1.672-4 4.08-4 1.153 0 2.144.086 2.433.124v2.821h-1.67c-1.31 0-1.563.623-1.563 1.536V6H13l-1 3H9.28v7H6.023z"
|
|
/>
|
|
</svg>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a target="_blank" href="https://www.youtube.com/watch?v=_IVn2aINYww">
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="18"
|
|
height="18"
|
|
viewBox="0 0 24 24"
|
|
>
|
|
<title>YouTube</title>
|
|
<path
|
|
d="M21.582,6.186c-0.23-0.86-0.908-1.538-1.768-1.768C18.254,4,12,4,12,4S5.746,4,4.186,4.418 c-0.86,0.23-1.538,0.908-1.768,1.768C2,7.746,2,12,2,12s0,4.254,0.418,5.814c0.23,0.86,0.908,1.538,1.768,1.768 C5.746,20,12,20,12,20s6.254,0,7.814-0.418c0.861-0.23,1.538-0.908,1.768-1.768C22,16.254,22,12,22,12S22,7.746,21.582,6.186z M10,15.464V8.536L16,12L10,15.464z"
|
|
fill="#0270D7"
|
|
/>
|
|
</svg>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a target="_blank" href="mailto:miroslav.pejic.85@gmail.com">
|
|
<svg
|
|
width="16"
|
|
height="16"
|
|
viewBox="0 0 16 16"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<title>Email</title>
|
|
<path
|
|
d="M7.9 7v2.4H12c-.2 1-1.2 3-4 3-2.4 0-4.3-2-4.3-4.4 0-2.4 2-4.4 4.3-4.4 1.4 0 2.3.6 2.8 1.1l1.9-1.8C11.5 1.7 9.9 1 8 1 4.1 1 1 4.1 1 8s3.1 7 7 7c4 0 6.7-2.8 6.7-6.8 0-.5 0-.8-.1-1.2H7.9z"
|
|
fill="#0270D7"
|
|
/>
|
|
</svg>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a
|
|
class="github-button"
|
|
href="https://github.com/sponsors/miroslavpejic85"
|
|
data-color-scheme="no-preference: light; light: light; dark: dark;"
|
|
data-icon="octicon-heart"
|
|
data-size="large"
|
|
aria-label="Sponsor @miroslavpejic85 on GitHub"
|
|
>Sponsor</a
|
|
>
|
|
</li>
|
|
<li>
|
|
<a
|
|
class="github-button"
|
|
href="https://github.com/miroslavpejic85/mirotalk"
|
|
data-color-scheme="no-preference: light; light: light; dark: dark;"
|
|
data-size="large"
|
|
data-show-count="true"
|
|
aria-label="Star miroslavpejic85/mirotalk on GitHub"
|
|
>Star</a
|
|
>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="footer-bottom space-between text-xxs invert-order-desktop">
|
|
<nav class="footer-nav">
|
|
<ul class="list-reset">
|
|
<li>
|
|
<a href="/about">About</a>
|
|
</li>
|
|
<li>
|
|
<a target="_blank" href="https://www.linkedin.com/in/miroslav-pejic-976a07101/"
|
|
>Contact: Miroslav Pejic</a
|
|
>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
<div class="footer-copyright">© 2022 MiroTalk, all rights reserved</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
|
|
<script defer src="../js/landing.js"></script>
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
</body>
|
|
</html>
|