Merge branch 'master' into NTP-27557-ext-deprec
This commit is contained in:
@@ -11,6 +11,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
||||
|
||||
|
||||
|
||||
## 1.3.2 (2025-02-04)
|
||||
|
||||
**Note:** Version bump only for package @universal-call-sdk/adapter-ameyo
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 1.3.1 (2025-01-30)
|
||||
|
||||
|
||||
@@ -96,6 +96,9 @@ class CallStateManager {
|
||||
data: this.state.customerInfo
|
||||
});
|
||||
break;
|
||||
case 'connected':
|
||||
this.sendConnectedMessage();
|
||||
break;
|
||||
case 'hungup':
|
||||
this.handleCallDisconnect();
|
||||
break;
|
||||
@@ -117,7 +120,6 @@ class CallStateManager {
|
||||
...this.state.customerInfo,
|
||||
phoneNumber: data?.phone,
|
||||
crtObjectId: data?.crtObjectId,
|
||||
callId: data?.callId
|
||||
};
|
||||
}
|
||||
|
||||
@@ -130,7 +132,7 @@ class CallStateManager {
|
||||
window.postMessage({
|
||||
type: MessagingType.ON_CRM_NOTIFY_PUSH
|
||||
})
|
||||
|
||||
|
||||
this.state.customerInfo = {
|
||||
...this.state.customerInfo,
|
||||
phoneNumber: parsedQuery?.phone,
|
||||
|
||||
@@ -37,7 +37,6 @@ import registerEventProcessor from "./eventsProcessor";
|
||||
import MetricsProcessor from "@universal-call-sdk/common/lib/utils/metricsProcessor";
|
||||
import ClickStreamProcessor from "@universal-call-sdk/common/lib/utils/clickStreamProcessor";
|
||||
import {tagManager} from "./htmlTagManager";
|
||||
import {callStateManager} from "./callStateManager.ts";
|
||||
import MessagingType from "../types/MessagingType.ts";
|
||||
import { checkAllPermissions } from "@universal-call-sdk/common/lib/utils/getPermissions.ts";
|
||||
class AmeyoAdapter implements IAdapter {
|
||||
@@ -335,7 +334,6 @@ class AmeyoAdapter implements IAdapter {
|
||||
|
||||
public acceptCall(): void {
|
||||
acceptSipCall();
|
||||
callStateManager.sendConnectedMessage();
|
||||
}
|
||||
|
||||
public rejectCall(): void {
|
||||
|
||||
@@ -11,6 +11,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
||||
|
||||
|
||||
|
||||
## 1.3.2 (2025-02-04)
|
||||
|
||||
**Note:** Version bump only for package @universal-call-sdk/common
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 1.3.1 (2025-01-30)
|
||||
|
||||
|
||||
@@ -11,6 +11,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
||||
|
||||
|
||||
|
||||
## 1.3.2 (2025-02-04)
|
||||
|
||||
**Note:** Version bump only for package @universal-call-sdk/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 1.3.1 (2025-01-30)
|
||||
|
||||
@@ -35,6 +43,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
||||
|
||||
|
||||
|
||||
|
||||
## 1.1.18 (2025-01-23)
|
||||
|
||||
**Note:** Version bump only for package @universal-call-sdk/core
|
||||
|
||||
Reference in New Issue
Block a user