Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.18 KB

ASV Client

Absolutely secure video chat

About

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.

Things to notice

  • 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.

Signaling server part

asv_room_service

Try it out

ASV Client web client