UNPKG

workano-js-sdk

Version:

Workano Communications SDK - A modern JavaScript SDK for WebRTC and VoIP integration.

11 lines 500 B
import { Contact, NewContact, DirectorySource } from '../../lib'; export declare enum ContactSource { internal = "internal", phonebook = "phonebook", conference = "conference", google = "google" } export { LINE_STATE as LineState, STATE as UserState } from '../../lib/domain/Profile'; export type LineStateType = 'available' | 'holding' | 'ringing' | 'talking' | 'unavailable' | 'progressing'; export type { Contact, NewContact, DirectorySource }; //# sourceMappingURL=models.d.ts.map