Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 412 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 412 Bytes

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