Warning
This SDK is currently in Developer Preview. During this phase:
- APIs are subject to breaking changes
- Stability issues may occur
- Core functionality is still being validated
We value your input!
Report bugs, suggest improvements, or collaborate directly with our team:
git clone --recurse-submodules https://github.com/PulseBeamDev/pulsebeam-server-foss.git
cd pulsebeam-server-foss
RUST_LOG='tower_http=trace,pulsebeam_server_foss=info' cargo run
cargo build --release
docker run --rm --name pulsebeam -p 3000:3000 ghcr.io/pulsebeamdev/pulsebeam-server-foss:main
https://meet.pulsebeam.dev/?baseUrl=http://localhost:3000/twirp
This project adheres to Semantic Versioning 2.0.0.
- MAJOR version (X.y.z): Incompatible API changes.
- MINOR version (x.Y.z): Functionality added in a backwards compatible manner.
- PATCH version (x.y.Z): Backwards compatible bug fixes.
Feature | FOSS | Cloud |
---|---|---|
Client SDKs Compatible | yes | yes |
Self-host | yes | no |
Time Limited JWT Auth | no | yes |
Built-in TURN Service | no | yes |
Analytics | no | yes |