DTLS-SRTP on every stream
Every WebRTC media stream is encrypted in transit using DTLS-SRTP with per-session keys negotiated inside your browser.

Security & Privacy
Most video platforms encrypt calls in transit and then decrypt them on a server they own so they can re-encode, record, or transcribe. 4K Chat has no such server. Media never leaves the browsers on the call.
Every WebRTC media stream is encrypted in transit using DTLS-SRTP with per-session keys negotiated inside your browser.
Not a toggle: wherever the browser supports encoded transforms, every video frame is sealed with a sender key only your peers hold, automatically. Audio is carried by DTLS-SRTP straight between devices — with no server in the path, there is nothing in between to decode it.
Verify you're talking to the right person out-of-band with a short emoji fingerprint derived from the DTLS handshake.
Extra camera sources can't publish until the session initiator — or a delegate the host names — approves them. The check is enforced server-side on identity, at the publisher, and at every receiver.
There is no SFU, no TURN relay, and no cloud recording pipeline. Your call literally cannot leak from an infrastructure we don't have.
If you record, the WebM file is written to your device via MediaRecorder. Nothing is uploaded.
Signaling rows and connection logs are auto-deleted on a rolling window. There is no long-lived history of who called whom.