UNPKG

workano-js-sdk

Version:

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

24 lines 709 B
import Auth from "./Auth/index"; import CallLog from "./CallLog/index"; import Phone from "./Phone/index"; import User from "./User/index"; import Contact from "./Contact/index"; import Api from "./Api/index"; import Chat from "./Chat/index"; import Config from "./Config/index"; import Agent from "./Agent/index"; import Websocket from "./Websocket/index"; declare const WorkanoSDK: { Auth: typeof Auth; Api: typeof Api; Phone: typeof Phone; User: typeof User; CallLog: typeof CallLog; Contact: typeof Contact; Chat: typeof Chat; Config: typeof Config; Agent: typeof Agent; Websocket: typeof Websocket; }; export default WorkanoSDK; //# sourceMappingURL=index.d.ts.map