call-control-sdk 3.1.0 → 3.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -4
- package/dist/index.mjs +3 -4
- package/package.json +16 -3
package/dist/index.js
CHANGED
|
@@ -289,7 +289,7 @@ var import_icons_material = require("@mui/icons-material");
|
|
|
289
289
|
var import_material = require("@mui/material");
|
|
290
290
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
291
291
|
function ReusableDialog({
|
|
292
|
-
agentName = "
|
|
292
|
+
agentName = "agent_ravi",
|
|
293
293
|
lines = [],
|
|
294
294
|
onConference,
|
|
295
295
|
onExit,
|
|
@@ -688,7 +688,7 @@ function CallControlPanel({ onDataChange }) {
|
|
|
688
688
|
p: 1,
|
|
689
689
|
borderRadius: 3,
|
|
690
690
|
bgcolor: "background.paper",
|
|
691
|
-
|
|
691
|
+
zIndex: 99999,
|
|
692
692
|
transition: theme.transitions.create(["box-shadow", "transform"], {
|
|
693
693
|
duration: theme.transitions.duration.short
|
|
694
694
|
}),
|
|
@@ -919,11 +919,10 @@ function CallControlPanel({ onDataChange }) {
|
|
|
919
919
|
height: "auto",
|
|
920
920
|
borderRadius: 2,
|
|
921
921
|
bgcolor: "background.paper",
|
|
922
|
-
|
|
922
|
+
zIndex: 99999,
|
|
923
923
|
transition: theme.transitions.create(["box-shadow", "transform"], {
|
|
924
924
|
duration: theme.transitions.duration.short
|
|
925
925
|
}),
|
|
926
|
-
// minWidth: 320,
|
|
927
926
|
userSelect: "none"
|
|
928
927
|
},
|
|
929
928
|
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
|
package/dist/index.mjs
CHANGED
|
@@ -320,7 +320,7 @@ import {
|
|
|
320
320
|
} from "@mui/material";
|
|
321
321
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
322
322
|
function ReusableDialog({
|
|
323
|
-
agentName = "
|
|
323
|
+
agentName = "agent_ravi",
|
|
324
324
|
lines = [],
|
|
325
325
|
onConference,
|
|
326
326
|
onExit,
|
|
@@ -719,7 +719,7 @@ function CallControlPanel({ onDataChange }) {
|
|
|
719
719
|
p: 1,
|
|
720
720
|
borderRadius: 3,
|
|
721
721
|
bgcolor: "background.paper",
|
|
722
|
-
|
|
722
|
+
zIndex: 99999,
|
|
723
723
|
transition: theme.transitions.create(["box-shadow", "transform"], {
|
|
724
724
|
duration: theme.transitions.duration.short
|
|
725
725
|
}),
|
|
@@ -950,11 +950,10 @@ function CallControlPanel({ onDataChange }) {
|
|
|
950
950
|
height: "auto",
|
|
951
951
|
borderRadius: 2,
|
|
952
952
|
bgcolor: "background.paper",
|
|
953
|
-
|
|
953
|
+
zIndex: 99999,
|
|
954
954
|
transition: theme.transitions.create(["box-shadow", "transform"], {
|
|
955
955
|
duration: theme.transitions.duration.short
|
|
956
956
|
}),
|
|
957
|
-
// minWidth: 320,
|
|
958
957
|
userSelect: "none"
|
|
959
958
|
},
|
|
960
959
|
children: /* @__PURE__ */ jsxs2(
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "call-control-sdk",
|
|
3
3
|
"description": "Call Control SDK for WebRTC",
|
|
4
|
-
"version": "3.1
|
|
4
|
+
"version": "3.2.1",
|
|
5
5
|
"author": "Achala",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "./dist/index.cjs",
|
|
@@ -17,6 +17,19 @@
|
|
|
17
17
|
"files": [
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
|
+
"keywords": [
|
|
21
|
+
"webrtc",
|
|
22
|
+
"call-control",
|
|
23
|
+
"sdk",
|
|
24
|
+
"javascript",
|
|
25
|
+
"achala-call-control-sdk",
|
|
26
|
+
"call-control-sdk",
|
|
27
|
+
"call-control-sdk-for-webrtc",
|
|
28
|
+
"softphone",
|
|
29
|
+
"softphone-sdk",
|
|
30
|
+
"softphone-sdk-for-webrtc",
|
|
31
|
+
"softphone-sdk-for-webrtc-for-web"
|
|
32
|
+
],
|
|
20
33
|
"scripts": {
|
|
21
34
|
"build": "tsup call-control-sdk/index.ts --format esm,cjs --dts --clean --tsconfig tsconfig.build.json",
|
|
22
35
|
"lint": "eslint .",
|
|
@@ -28,8 +41,8 @@
|
|
|
28
41
|
"@emotion/styled": ">=11.0.0",
|
|
29
42
|
"@mui/icons-material": ">=5.0.0",
|
|
30
43
|
"@mui/material": ">=5.0.0",
|
|
31
|
-
"react": ">=
|
|
32
|
-
"react-dom": ">=
|
|
44
|
+
"react": ">=16.0.0",
|
|
45
|
+
"react-dom": ">=16.0.0"
|
|
33
46
|
},
|
|
34
47
|
"devDependencies": {
|
|
35
48
|
"typescript": "^5.0.0",
|