In web chat widget configuration, what's the best way to secure deploymentKey & orgGuid. Currently, anyone can easily access them in the browser.
I am stuck with my development because of this.
` transport: {
type: "purecloud-v2-sockets",
dataURL: "https://api.mypurecloud.com", // replace with API URL matching your region
deploymentKey: "<>", // replace with your Deployment ID
orgGuid: "<>" // replace with your Organization ID
interactionData: {
routing: {
targetType: "QUEUE",
targetAddress: "Support",
priority: 2,
},
},
},`