Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leaysgur/rtcquic-chat-example
Need to register Origin-Trial by yourself ;D
https://github.com/leaysgur/rtcquic-chat-example
Last synced: 24 days ago
JSON representation
Need to register Origin-Trial by yourself ;D
- Host: GitHub
- URL: https://github.com/leaysgur/rtcquic-chat-example
- Owner: leaysgur
- Created: 2019-02-11T12:21:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T04:32:29.000Z (over 5 years ago)
- Last Synced: 2024-04-15T07:12:05.346Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rtcquic-chat-example
Text chat example using `RTCQuicTransport`, `RTCIceTransport`, and `RTCQuicStream` for Origin Trial.
> [RTCQuicTransport Coming to an Origin Trial Near You (Chrome 73) | Web | Google Developers](https://developers.google.com/web/updates/2019/01/rtcquictransport-api)
## Spec
- manual signaling(Vanilla ICE)
- use 1 stream for chat message exchange
- send text only
- large text not tested## Support
- Chrome M73 ~ M75