You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@
65
65
## Overview
66
66
67
67
WebRTC.rs is a pure Rust implementation of WebRTC stack, which rewrites <ahref="https://github.com/pion/webrtc/releases/tag/v3.0.32">Pion</a> stack in Rust.
68
+
This project is still in active and early development stage, please refer to the [Roadmap](https://github.com/webrtc-rs/webrtc/issues/1) to track the major milestones and releases.
69
+
[Examples](https://github.com/webrtc-rs/webrtc/tree/master/examples#readme) provide code samples to show how to use webrtc-rs to build media and data channel applications.
0 commit comments