Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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