harmony-pion-webrtc
v1.1.1
Published
A WebRTC server implementation compatible with Harmony using Pion for webrtc
Readme
harmony-pion-webrtc
This is a pion-webrtc signaling bridge for harmony. Uses IPC to exchange webrtc signaling information between your harmony voice gateway and the Golang SFU process.
Supported environments:
- [X] Linux
- [X] Mac Os X
- [ ] Windows (SFU process currently waiting on Microsoft to fix their named pipes golang package)
Usage
Simply install it to your harmony server by running the following command:
npm install harmony-pion-webrtc --no-savethen in your harmony .env configure the server to load this package:
WRTC_LIBRARY=harmony-pion-webrtc