Status: DEV
WebRTC P2P signalling, federated identities and more.
Based on the following specifications:
For sample integration see: https://github.com/openpeer/opjs-demo
TODO: Instructions on how to use the SDK
Development of this SDK is done via a development UI:
make install
make run
open http://localhost:8081/
Development Process:
make test
(this runs server-side and dev UI tests)- Launch dev UI
- Run all dev UI tests
- Make changes
- Run/write individual tests to verify changes
make test
- Commit