call-control-sdk 3.0.0 → 3.2.0

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 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 = "Agent_ravi",
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
- // cursor: "all-scroll",
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
- // cursor: iframeIsDragging ? "grabbing" : "grab",
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 = "Agent_ravi",
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
- // cursor: "all-scroll",
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
- // cursor: iframeIsDragging ? "grabbing" : "grab",
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
- "description": "Call Control SDK - draggable call controls",
4
- "version": "3.0.0",
3
+ "description": "Call Control SDK for WebRTC",
4
+ "version": "3.2.0",
5
5
  "author": "Achala",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.cjs",
@@ -28,8 +28,8 @@
28
28
  "@emotion/styled": ">=11.0.0",
29
29
  "@mui/icons-material": ">=5.0.0",
30
30
  "@mui/material": ">=5.0.0",
31
- "react": ">=17.0.0",
32
- "react-dom": ">=17.0.0"
31
+ "react": ">=16.0.0",
32
+ "react-dom": ">=16.0.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "typescript": "^5.0.0",