How to launch Salesforce Omni-Channel widget on click of a button?
openUtility() can be used to launch Salesforce Omni-Channel widget on click of a button. Sample Lighting Aura Component Code: Component: <aura:component implements="flexipage:availableForAllPageTypes"> <lightning:utilityBarAPI aura:id="utilitybar"/> <lightning:card> <lightning:button variant="brand" label="Launch Omni-Channel Widget" ....