Peer to Peer Video Calls: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
Work in browsers using native functionality, i.e. no heavy JavaScript libraries. | Work in browsers using native functionality, i.e. no heavy JavaScript libraries. | ||
Native app for phones. | |||
== Functionality == | == Functionality == | ||
Communication: | |||
* Text chat | * Text chat | ||
* Audio | * Audio | ||
* Video | * Video | ||
Security: | |||
* End to end encryption | |||
Safety: | |||
* Blocking - is this possible? | |||
* Muting - for duration of the call | |||
== Thoughts == | == Thoughts == |
Revision as of 13:03, 27 December 2022
Introduction
Peer to peer software for video calls, with no central server.
Work in browsers using native functionality, i.e. no heavy JavaScript libraries.
Native app for phones.
Functionality
Communication:
- Text chat
- Audio
- Video
Security:
- End to end encryption
Safety:
- Blocking - is this possible?
- Muting - for duration of the call
Thoughts
- How do other p2p programs work, e.g. Gnutella, Bittorrent?