Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/w3c/webrtc-ice
Extension to the RTCIceTransport interface defined in WebRTC 1.0
https://github.com/w3c/webrtc-ice
webrtc
Last synced: 1 day ago
JSON representation
Extension to the RTCIceTransport interface defined in WebRTC 1.0
- Host: GitHub
- URL: https://github.com/w3c/webrtc-ice
- Owner: w3c
- License: other
- Created: 2017-11-23T08:36:31.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T10:32:12.000Z (over 1 year ago)
- Last Synced: 2025-01-30T09:41:30.419Z (7 days ago)
- Topics: webrtc
- Language: HTML
- Homepage: https://w3c.github.io/webrtc-ice/
- Size: 361 KB
- Stars: 10
- Watchers: 23
- Forks: 14
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## WebRTC-ICE
This document defines a set of ECMAScript APIs in WebIDL to allow creation of
an RTCIceTransport interface in situations where audio and video is not
negotiated (e.g. data exchange only). This specification is being developed
in conjunction with protocol specifications developed by the IETF ICE Working
Group.### Published Versions
The editors' draft is the tip-of-tree of this document, it may contain work in
progress changes and other inconsistencies, including an incomplete change log.* [Latest editor's draft at github](https://w3c.github.io/webrtc-ice/)
### Useful Links
The content of this document is discussed at the
[public-webrtc](https://lists.w3.org/Archives/Public/public-webrtc/)
mailing list.[ICE IETF Working Group](https://tools.ietf.org/wg/ice/)
[Contribution Guidelines](CONTRIBUTING.md)