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
Simplifies real-time application development. Defines signaling protocol for connection establishment, handling media and data transmission, and provides infrastructure.
4
+
5
+
## Status
6
+
7
+
> [!WARNING]
8
+
> This SDK is currently in active development. We're currently brewing a homegrown WebRTC SFU implementation in Rust, https://github.com/pulseBeamDev/pulsebeam.
The project is in active development, please refer to the [roadmap](https://github.com/PulseBeamDev/pulsebeam-js/issues/6) to track our major milestones.
16
+
17
+
## Semantic Versioning
18
+
19
+
This project adheres to [Semantic Versioning 2.0.0](https://semver.org/).
20
+
21
+
***MAJOR version (X.y.z):** Incompatible API changes.
22
+
***MINOR version (x.Y.z):** Functionality added in a backwards compatible manner.
23
+
***PATCH version (x.y.Z):** Backwards compatible bug fixes.
24
+
25
+
## WebRTC Resources
26
+
27
+
For a deeper understanding of WebRTC concepts, consult the official WebRTC documentation:
0 commit comments