Channel Menu setup in Salesforce Experience Site(Community Cloud) with Pre-Chat form pre-filled and linking the Chat to Account, Contact and Case
1. Create an Apex Class to fetch currently logged in user details. public class PreChatValuesController { @AuraEnabled public static user fetchUserDetails() { User ....