diff --git a/app/src/Server.js b/app/src/Server.js index 310197ba..88365c5b 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -802,9 +802,9 @@ function startServer() { }); // privacy policy - // app.get('/privacy', (req, res) => { - // res.sendFile(views.privacy); - // }); + app.get('/privacy', (req, res) => { + res.sendFile(views.privacy); + }); // Lika2 about app.get('/feedback', (req, res) => { diff --git a/public/views/privacy.html b/public/views/privacy.html index f1ea91a5..ae7e4914 100755 --- a/public/views/privacy.html +++ b/public/views/privacy.html @@ -2,68 +2,26 @@ - - CodePill - privacy policy. - - - + CodePill - Privacy Policy + + - - - - + + - - - - -
- -
@@ -71,27 +29,94 @@

Privacy Policy

-

- CodePill has an integrated - mediasoup server. Routing is a - multiparty topology, where each participant sends its media to this server and - receives all other's media from it. Thanks to the SFU architecture, it allows having - many users connected in the same room. The media streams are encrypted using Secure - Real-time Transport Protocol (SRTP).

- If you record a meeting, the recording of the meeting is temporarily stored on - Your browser - Blob, then will be downloaded on Your PC/Mobile Device.

- We use Umami to track aggregated usage statistics in order to improve our service. - The maker of - CodePill has no intention of using personally or selling any of - the above-mentioned data. -

-
- AGREE + +
+

Data Collection and Usage

+

+ CodePill is built upon the open-source + MiroTalk SFU + project (licensed under GPL-2.0) with our modifications publicly available at + GitPasha. +

+ +

Real-time Communication

+

+ CodePill integrates a + mediasoup server using SFU + (Selective Forwarding Unit) architecture. This multiparty topology ensures that: +

+
    +
  • Each participant sends media only to the server
  • +
  • The server forwards media streams to other participants
  • +
  • All media streams are encrypted using Secure Real-time Transport Protocol (SRTP)
  • +
  • No media data is permanently stored on our servers
  • +
+ +

Recording and Storage

+

+ Meeting recordings are temporarily stored in + Blob + format within your browser and are downloaded directly to your device. We do not: +

+
    +
  • Store recordings on our servers
  • +
  • Access your recorded content
  • +
  • Transfer recordings to third parties
  • +
+ +

Analytics and Tracking

+

+ We use Umami for aggregated, anonymized usage statistics to improve our service. + This includes: +

+
    +
  • Page view counts
  • +
  • Feature usage patterns
  • +
  • Performance metrics
  • +
  • No personal identification data is collected
  • +
+ +

Open Source Commitment

+

+ As required by the GPL-2.0 license of our base project, all modifications to + MiroTalk SFU are publicly available. You can: +

+
    +
  • Review our source code modifications
  • +
  • Verify our privacy and security implementations
  • +
  • Contribute to the project development
  • +
+ +

Data Protection

+

+ We are committed to protecting your privacy and: +

+
    +
  • Do not sell or share personal data
  • +
  • Implement end-to-end encryption for media streams
  • +
  • Minimize data collection to essential operational needs
  • +
  • Provide transparency about our technology stack
  • +
+ +
+

+ Note: By using CodePill, you acknowledge that you have + read and understood this privacy policy. The service is provided "as is" + in accordance with the GPL-2.0 license terms. +

+
+
+ +
+
@@ -111,103 +136,67 @@
- -
- + + - + \ No newline at end of file