@microsoft/omnichannel-chat-sdk
Version:
Microsoft Omnichannel Chat SDK
10 lines • 479 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ACSParticipantDisplayName;
(function (ACSParticipantDisplayName) {
ACSParticipantDisplayName["Customer"] = "Customer";
ACSParticipantDisplayName["Agent"] = "__agent__";
ACSParticipantDisplayName["System"] = "__system__";
})(ACSParticipantDisplayName || (ACSParticipantDisplayName = {}));
exports.default = ACSParticipantDisplayName;
//# sourceMappingURL=ACSParticipantDisplayName.js.map