UNPKG

rtcmulticonnection

Version:

RTCMultiConnection is a WebRTC JavaScript wrapper library runs top over RTCPeerConnection API to support all possible peer-to-peer features.

12 lines (9 loc) 276 B
}; if (typeof module !== 'undefined' /* && !!module.exports*/ ) { module.exports = exports = RTCMultiConnection; } if (typeof define === 'function' && define.amd) { define('RTCMultiConnection', [], function() { return RTCMultiConnection; }); }