Peer Connection for Electron BrowserWindow
A typed wrapper for RTCPeerConnection between Electron BrowserWindow's using ipc messages for signaling.
This library is based on electron-peer-connection by @han-gyeol.
Install
npm i window-peer-connection
# or
yarn add window-peer-connection
TODO
- Example project
- API documentation