Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Omnichannel for Customer Service offers a suite of capabilities that extend the power of Dynamics 365 Customer Service Enterprise to enable organizations to instantly connect and engage with their customers across digital messaging channels. An additional license is required to access Omnichannel for Customer Service. For more information, see the Dynamics 365 Customer Service pricing overview and Dynamics 365 Customer Service pricing plan pages.
Opens an existing chat, if any. Otherwise, it initiates a new chat. You can use the customContext
parameter in the method to directly pass the context to initialize the chat session.
Note
setContextProvider
method if you are using the startChat
SDK API to pass the context.Microsoft.Omnichannel.LiveChatWidget.SDK.startChat({inNewWindow: inNewWindowValue,customContext: customContextObject});
Parameter | Type | Required | Description |
---|---|---|---|
inNewWindow |
Boolean | No | Decides whether to open the chat in a new window. |
customContext |
Object | No | Set the custom context provider synchronously. If you've set a value in setContextProvider , it will be overridden by the value you've set for customContext . |
None
Microsoft.Omnichannel.LiveChatWidget.SDK.startChat({
inNewWindow: true,
customContext: {
'contextKey1': {'value': 'contextValue1', 'isDisplayable': true}
}
});
setAuthTokenProvider
setContextProvider
JavaScript API reference for live chat SDK
Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn more