- Notifications
You must be signed in to change notification settings - Fork0
👥 Multi-person private P2P video chat & screen sharing on Web
NotificationsYou must be signed in to change notification settings
EnixCoda/chamber
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Multi person P2P chat room on Web.
- Instant share messages, video, audio and even screen recording
- Share between multiple users
- Sharing data are sent to peers privately, not through servers
- You can setup your own signaling server to obtain full privacy
Chamber is based on WebRTC, which needs a signaling server to let users find each other and start private P2P chat. Chat traffics are send directly between users, won't be sent to the signaling servers.
Thedefault signaling server is hosted onCodeSandbox.
You can fork to deploy your own signaling server on CodeSandbox for extra safety needs.
About
👥 Multi-person private P2P video chat & screen sharing on Web