kod-temp
Version:
Workano Communications SDK
11 lines (10 loc) • 483 B
JavaScript
import * as WebSocketClient from "../websocket-client";
const { SOCKET_EVENTS, ...OTHER_EVENTS } = WebSocketClient;
var ContextType;
(function (ContextType) {
ContextType[ContextType["internal"] = 0] = "internal";
ContextType[ContextType["incall"] = 1] = "incall";
ContextType[ContextType["outcall"] = 2] = "outcall";
ContextType[ContextType["services"] = 3] = "services";
ContextType[ContextType["others"] = 4] = "others";
})(ContextType || (ContextType = {}));