/* * Public API Surface of ucap-webmessenger-protocol-room */ export * from './lib/models/info'; export * from './lib/models/invite'; export * from './lib/models/open'; export * from './lib/services/room-protocol.service'; export * from './lib/types/employee.type'; export * from './lib/types/room.type'; export * from './lib/ucap-room-protocol.module';