6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
/**
|
|
* WebRTC Module Exports
|
|
*/
|
|
|
|
export { WebRTCManager } from './WebRTCManager';
|
|
export type { PeerConnectionConfig, CallOptions } from './WebRTCManager';
|