ringcentral-widgets
Version:
RingCentral Integration Widget Library
25 lines (22 loc) • 584 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
logging: 'Logging...',
logCall: 'Log Call',
editLog: 'Edit Log',
select: 'Select record',
OnHold: 'On Hold',
Ringing: 'Ringing',
CallConnected: 'Call Connected',
unknownUser: 'Unknown User',
unknownNumber: 'Anonymous',
unavailable: 'Unavailable',
viewDetails: 'View Details',
conferenceCall: 'Conference Call'
};
exports["default"] = _default;
//# sourceMappingURL=en-US.js.map