Absolutely secure video chat is an pure Web-RTC-based video conferencing and messaging application. The main feature is that it is completely anonymous, free and does't store any data on the server side.
- Custom routing using Navigator 2.0 with url encoding and deep linking.
- Custom dependency injection
- Custom state management using ChangeNotifier with InheritedWidget
- Custom WebRTC signaling server based on Node.js typescript and socket.io.
- Bi-directional multi-peer video/audio communication.
- Solid connection handling with Unified Plan SDP, connection recovery and modern ICE candidates negotiation.
- Unique WebRTC implementation without any libs, no spagetti or 1000+ lines of crap even for above mentioned features.