Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avaer/webrtc-example
Example of WebRTC DataChannel chat
https://github.com/avaer/webrtc-example
Last synced: about 2 months ago
JSON representation
Example of WebRTC DataChannel chat
- Host: GitHub
- URL: https://github.com/avaer/webrtc-example
- Owner: avaer
- Created: 2019-06-06T00:17:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T00:22:54.000Z (over 5 years ago)
- Last Synced: 2024-10-09T19:22:30.812Z (3 months ago)
- Language: HTML
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Open 2 tabs of `index.html`, tab `A` and `B`
1. Tab `A`: click `offer` button, copy `offer` to clipboard
1. Tab `B`: paste `offer` from clipboard into `offer` text field, press `enter`, then copy `answer` next to it (still tab `B`) into clipboard
1. Tab `A`: paste `answer` from clipboard into `answer` text field, press `enter`
1. Chat should be working between Tab `A` and `B`