leejinho abc1215d6c Call 기능 구현.
>> call api 호출 후 응답값에 대한 처리가 필요함. 현재 응답이 느려서 500 에러 떨어짐.
2019-12-16 17:42:49 +09:00

18 lines
431 B
TypeScript

/*
* Public API Surface of ucap-webmessenger-api-prompt
*/
export * from './lib/apis/api-prompt';
export * from './lib/apis/call';
export * from './lib/services/call.service';
export * from './lib/types/prompt-message-status-code.type';
export * from './lib/types/prompt-message-status-code.type';
export * from './lib/ucap-prompt-api.module';
export * from './lib/config/urls';
export * from './lib/config/module-config';