MWSE/sdk/WebRTC.js

4 lines
182 B
JavaScript

// Re-exports the full RTCEngine from sdk/webrtc/.
// Peer.js imports this file; the actual implementation lives in sdk/webrtc/index.js.
export { default } from './webrtc/index.js';