Minimal Data Collection
We collect only the minimal data required to provide real-time communication functionality in
Call-me.
Signaling Data
Call-me is a real-time peer-to-peer WebRTC application. Establishing a connection
requires temporary signaling data such as
RTCICECandidates
and
RTCSessionDescription. This data is used only to negotiate the connection between peers.
No Persistent Storage
This signaling data is not stored in any persistent database and is discarded immediately after the
session ends or the user leaves the call. Call-me does not retain chat, audio,
video, or file transfer content.
Encryption
Media streams are transmitted directly between peers using WebRTC and are encrypted using
Secure Real-time Transport Protocol
(SRTP). Data channels used for chat and file sharing via
RTCDataChannel
are secured using
Datagram Transport Layer Security
(DTLS).
Peer-to-Peer Architecture
Call-me does not act as an intermediary for user communications. Audio, video, chat
messages, and file transfers are exchanged directly between users and are not routed through or
stored on Call-me servers.
Third-Party Services
We do not use third-party analytics, advertising, or tracking services. Our focus is on providing a
secure and private communication platform without compromising user privacy.