ringcentral-widgets
Version:
RingCentral Integration Widget Library
22 lines (19 loc) • 545 B
JavaScript
;
require("core-js/modules/es6.object.define-property");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
removeParticipant: 'Remove Participant',
confirmStr1: 'Are you sure you want to remove',
confirmStr2: 'from this call?',
remove: 'Remove',
cancel: 'Cancel',
participants: 'Participants',
participant: 'Participant',
conferenceCall: 'Conference Call',
unknownNumber: 'Anonymous'
};
exports["default"] = _default;
//# sourceMappingURL=en-US.js.map