UNPKG

electron-window-rtc

Version:

Exchange media streams between Electron windows with WebRTC.

7 lines (6 loc) 120 B
export interface WindowRTCIpcEvent { channel: string; sender: string; receiver: string; payload: any; }