We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb8dd7 commit cf2fe98Copy full SHA for cf2fe98
react/src/direflow-component/App.tsx
@@ -215,6 +215,12 @@ const App: FC<IProps> = (props) => {
215
Desktop.agentContact.addEventListener("eAgentMonitoringEnded", (msg: any) =>
216
logger.info("AgentContact eAgentMonitoringEnded: ", msg)
217
);
218
+ Desktop.agentContact.addEventListener("eAgentOfferCampaignReserved", (msg: any) =>
219
+ logger.info("AgentContact eAgentOfferCampaignReserved: ", msg)
220
+ );
221
+ Desktop.agentContact.addEventListener("eAgentAddCampaignReserved", (msg: any) =>
222
+ logger.info("AgentContact eAgentAddCampaignReserved: ", msg)
223
224
};
225
226
const subscribeMonitoringDataEvents = () => {
0 commit comments