UNPKG

@jitsi/electron-sdk

Version:
7 lines (5 loc) 171 B
/** * IPC channel for picture-in-picture communication between renderer and main process. */ const PIP_CHANNEL = 'jitsi-pip-channel'; module.exports = { PIP_CHANNEL };