2019-12-16 08:42:49 +00:00
|
|
|
/*
|
|
|
|
* Public API Surface of ucap-webmessenger-api-prompt
|
|
|
|
*/
|
|
|
|
|
|
|
|
export * from './lib/apis/api-prompt';
|
|
|
|
export * from './lib/apis/call';
|
2020-02-24 01:35:52 +00:00
|
|
|
export * from './lib/apis/conference-join';
|
2019-12-16 08:42:49 +00:00
|
|
|
|
|
|
|
export * from './lib/services/call.service';
|
2020-02-24 01:35:52 +00:00
|
|
|
export * from './lib/services/conference.service';
|
2019-12-16 08:42:49 +00:00
|
|
|
|
|
|
|
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';
|