@microsoft/omnichannel-chat-sdk
Advanced tools
Comparing version 1.0.1-main.d137e38 to 1.0.1-main.eec1463
@@ -0,3 +1,6 @@ | ||
import HostType from "@microsoft/omnichannel-ic3core/lib/interfaces/HostType"; | ||
import ProtocolType from "@microsoft/omnichannel-ic3core/lib/interfaces/ProtocoleType"; | ||
import IConversation from "@microsoft/omnichannel-ic3core/lib/model/IConversation"; | ||
import IChatToken from "./IChatToken"; | ||
import INotification from "./INotification"; | ||
export default interface IIC3AdapterOptions { | ||
@@ -10,2 +13,11 @@ userId: string; | ||
sdk?: any; | ||
visitor?: boolean; | ||
sendHeartBeat?: boolean; | ||
hostType?: HostType; | ||
protocolType?: ProtocolType; | ||
callbackOnNotification?: (notification: INotification) => void; | ||
callbackOnThreadNotFound?: () => void; | ||
featureConfig?: { | ||
ShouldEnableInlinePlaying: boolean; | ||
}; | ||
} |
import ACSClient from "./core/messaging/ACSClient"; | ||
import { ParticipantsRemovedEvent } from '@azure/communication-signaling'; | ||
import ChatAdapterOptionalParams from "./core/messaging/ChatAdapterOptionalParams"; | ||
import ChatConfig from "./core/ChatConfig"; | ||
@@ -84,3 +85,3 @@ import ChatReconnectContext from "./core/ChatReconnectContext"; | ||
getLiveChatTranscript(): Promise<any>; | ||
createChatAdapter(protocol?: string | null): Promise<unknown>; | ||
createChatAdapter(optionalParams?: ChatAdapterOptionalParams): Promise<unknown>; | ||
getVoiceVideoCalling(params?: any): Promise<any>; | ||
@@ -87,0 +88,0 @@ getPostChatSurveyContext(): Promise<any>; |
{ | ||
"name": "@microsoft/omnichannel-chat-sdk", | ||
"version": "1.0.1-main.d137e38", | ||
"version": "1.0.1-main.eec1463", | ||
"description": "Microsoft Omnichannel Chat SDK", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -134,3 +134,3 @@ # Omnichannel Chat SDK | ||
| OmnichannelChatSDK.downloadFileAttachment() | Download file attachment | | | ||
| OmnichannelChatSDK.createChatAdapter() | Get IC3Adapter | **Web only** | | ||
| OmnichannelChatSDK.createChatAdapter() | Get Chat Adapter | **Web only** | | ||
| OmnichannelChatSDK.getVoiceVideoCalling() | Get VoiceVideoCall SDK for Escalation to Voice & Video | **Web only** | | ||
@@ -137,0 +137,0 @@ | OmnichannelChatSDK.getPostChatSurveyContext() | Get post chat survey link, survey locale, and whether an agent has joined the survey | | |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1197584
243
11710