UNPKG

electron-window-rtc

Version:

Exchange media streams between Electron windows with WebRTC.

7 lines (6 loc) 269 B
export declare enum WindowRTCIpcChannel { Log = "electron-window-rtc:log", Signal = "electron-window-rtc:signal", GetOwnWindowName = "electron-window-rtc:registered-window:own-name", GetRegisteredWindows = "electron-window-rtc:registered-windows:get" }