sip-connector 6.14.0 → 6.16.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.es5.js +1 -1
- package/dist/index.es5.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/tools/error/index.d.ts +2 -1
- package/dist/tools/error/index.d.ts.map +1 -1
- package/dist/tools/error/index.js +3 -1
- package/dist/tools/error/index.js.map +1 -1
- package/dist/tools/index.d.ts +4 -3
- package/dist/tools/index.d.ts.map +1 -1
- package/dist/tools/index.js +6 -3
- package/dist/tools/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import getLinkError from './getLinkError';
|
|
2
2
|
import getTypeFromError from './getTypeFromError';
|
|
3
3
|
import getValuesFromError from './getValuesFromError';
|
|
4
|
-
|
|
4
|
+
import { EErrorTypes } from './getTypeFromError';
|
|
5
|
+
export { getLinkError, getTypeFromError, getValuesFromError, EErrorTypes };
|
|
5
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tools/error/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/tools/error/index.ts"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAC1C,OAAO,gBAAgB,MAAM,oBAAoB,CAAC;AAClD,OAAO,kBAAkB,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -3,11 +3,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.getValuesFromError = exports.getTypeFromError = exports.getLinkError = void 0;
|
|
6
|
+
exports.EErrorTypes = exports.getValuesFromError = exports.getTypeFromError = exports.getLinkError = void 0;
|
|
7
7
|
const getLinkError_1 = __importDefault(require("./getLinkError"));
|
|
8
8
|
exports.getLinkError = getLinkError_1.default;
|
|
9
9
|
const getTypeFromError_1 = __importDefault(require("./getTypeFromError"));
|
|
10
10
|
exports.getTypeFromError = getTypeFromError_1.default;
|
|
11
11
|
const getValuesFromError_1 = __importDefault(require("./getValuesFromError"));
|
|
12
12
|
exports.getValuesFromError = getValuesFromError_1.default;
|
|
13
|
+
const getTypeFromError_2 = require("./getTypeFromError");
|
|
14
|
+
Object.defineProperty(exports, "EErrorTypes", { enumerable: true, get: function () { return getTypeFromError_2.EErrorTypes; } });
|
|
13
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/tools/error/index.ts"],"names":[],"mappings":";;;;;;AAAA,kEAA0C;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/tools/error/index.ts"],"names":[],"mappings":";;;;;;AAAA,kEAA0C;AAKjC,uBALF,sBAAY,CAKE;AAJrB,0EAAkD;AAI3B,2BAJhB,0BAAgB,CAIgB;AAHvC,8EAAsD;AAGb,6BAHlC,4BAAkB,CAGkC;AAF3D,yDAAiD;AAEY,4FAFpD,8BAAW,OAEoD"}
|
package/dist/tools/index.d.ts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import * as error from './error';
|
|
2
2
|
import createSyncMediaState from './syncMediaState';
|
|
3
3
|
import resolveAnswerIncomingCall from './answerIncomingCall';
|
|
4
|
-
import resolveConnectToServer from './
|
|
4
|
+
import resolveConnectToServer from './connectToServer';
|
|
5
|
+
import resolveCallToServer from './callToServer';
|
|
5
6
|
import resolveDisconnectFromServer from './disconnectFromServer';
|
|
6
|
-
import hasPurgatory from './hasPurgatory';
|
|
7
|
+
import hasPurgatory, { PURGATORY_CONFERENCE_NUMBER } from './hasPurgatory';
|
|
7
8
|
import resolveAskPermissionToEnableCam from './resolveAskPermissionToEnableCam';
|
|
8
9
|
import resolveStopShareSipConnector from './resolveStopShareSipConnector';
|
|
9
10
|
import resolveOnMustStopPresentation from './resolveOnMustStopPresentation';
|
|
@@ -16,5 +17,5 @@ import resolveUpdatePresentation from './resolveUpdatePresentation';
|
|
|
16
17
|
import resolveUpdateRemoteStreams from './resolveUpdateRemoteStreams';
|
|
17
18
|
import resolveGetRemoteStreams from './resolveGetRemoteStreams';
|
|
18
19
|
import sendDTMFAccumulated from './sendDTMFAccumulated';
|
|
19
|
-
export { error, createSyncMediaState, resolveAnswerIncomingCall, resolveConnectToServer, resolveDisconnectFromServer, hasPurgatory, resolveAskPermissionToEnableCam, resolveStopShareSipConnector, resolveOnMustStopPresentation, resolveOnUseLicense, resolveSendMediaState, resolveSendRefusalToTurnOnCam, resolveSendRefusalToTurnOnMic, resolveStartPresentation, resolveUpdatePresentation, resolveUpdateRemoteStreams, resolveGetRemoteStreams, sendDTMFAccumulated, };
|
|
20
|
+
export { error, createSyncMediaState, resolveAnswerIncomingCall, resolveConnectToServer, resolveCallToServer, resolveDisconnectFromServer, hasPurgatory, resolveAskPermissionToEnableCam, resolveStopShareSipConnector, resolveOnMustStopPresentation, resolveOnUseLicense, resolveSendMediaState, resolveSendRefusalToTurnOnCam, resolveSendRefusalToTurnOnMic, resolveStartPresentation, resolveUpdatePresentation, resolveUpdateRemoteStreams, resolveGetRemoteStreams, sendDTMFAccumulated, PURGATORY_CONFERENCE_NUMBER, };
|
|
20
21
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,oBAAoB,MAAM,kBAAkB,CAAC;AACpD,OAAO,yBAAyB,MAAM,sBAAsB,CAAC;AAC7D,OAAO,sBAAsB,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,oBAAoB,MAAM,kBAAkB,CAAC;AACpD,OAAO,yBAAyB,MAAM,sBAAsB,CAAC;AAC7D,OAAO,sBAAsB,MAAM,mBAAmB,CAAC;AACvD,OAAO,mBAAmB,MAAM,gBAAgB,CAAC;AACjD,OAAO,2BAA2B,MAAM,wBAAwB,CAAC;AACjE,OAAO,YAAY,EAAE,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAC;AAC3E,OAAO,+BAA+B,MAAM,mCAAmC,CAAC;AAChF,OAAO,4BAA4B,MAAM,gCAAgC,CAAC;AAC1E,OAAO,6BAA6B,MAAM,iCAAiC,CAAC;AAC5E,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,6BAA6B,MAAM,iCAAiC,CAAC;AAC5E,OAAO,6BAA6B,MAAM,iCAAiC,CAAC;AAC5E,OAAO,wBAAwB,MAAM,4BAA4B,CAAC;AAClE,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AACpE,OAAO,0BAA0B,MAAM,8BAA8B,CAAC;AACtE,OAAO,uBAAuB,MAAM,2BAA2B,CAAC;AAChE,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AAExD,OAAO,EACL,KAAK,EACL,oBAAoB,EACpB,yBAAyB,EACzB,sBAAsB,EACtB,mBAAmB,EACnB,2BAA2B,EAC3B,YAAY,EACZ,+BAA+B,EAC/B,4BAA4B,EAC5B,6BAA6B,EAC7B,mBAAmB,EACnB,qBAAqB,EACrB,6BAA6B,EAC7B,6BAA6B,EAC7B,wBAAwB,EACxB,yBAAyB,EACzB,0BAA0B,EAC1B,uBAAuB,EACvB,mBAAmB,EACnB,2BAA2B,GAC5B,CAAC"}
|
package/dist/tools/index.js
CHANGED
|
@@ -26,19 +26,22 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
26
26
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.sendDTMFAccumulated = exports.resolveGetRemoteStreams = exports.resolveUpdateRemoteStreams = exports.resolveUpdatePresentation = exports.resolveStartPresentation = exports.resolveSendRefusalToTurnOnMic = exports.resolveSendRefusalToTurnOnCam = exports.resolveSendMediaState = exports.resolveOnUseLicense = exports.resolveOnMustStopPresentation = exports.resolveStopShareSipConnector = exports.resolveAskPermissionToEnableCam = exports.hasPurgatory = exports.resolveDisconnectFromServer = exports.resolveConnectToServer = exports.resolveAnswerIncomingCall = exports.createSyncMediaState = exports.error = void 0;
|
|
29
|
+
exports.PURGATORY_CONFERENCE_NUMBER = exports.sendDTMFAccumulated = exports.resolveGetRemoteStreams = exports.resolveUpdateRemoteStreams = exports.resolveUpdatePresentation = exports.resolveStartPresentation = exports.resolveSendRefusalToTurnOnMic = exports.resolveSendRefusalToTurnOnCam = exports.resolveSendMediaState = exports.resolveOnUseLicense = exports.resolveOnMustStopPresentation = exports.resolveStopShareSipConnector = exports.resolveAskPermissionToEnableCam = exports.hasPurgatory = exports.resolveDisconnectFromServer = exports.resolveCallToServer = exports.resolveConnectToServer = exports.resolveAnswerIncomingCall = exports.createSyncMediaState = exports.error = void 0;
|
|
30
30
|
const error = __importStar(require("./error"));
|
|
31
31
|
exports.error = error;
|
|
32
32
|
const syncMediaState_1 = __importDefault(require("./syncMediaState"));
|
|
33
33
|
exports.createSyncMediaState = syncMediaState_1.default;
|
|
34
34
|
const answerIncomingCall_1 = __importDefault(require("./answerIncomingCall"));
|
|
35
35
|
exports.resolveAnswerIncomingCall = answerIncomingCall_1.default;
|
|
36
|
+
const connectToServer_1 = __importDefault(require("./connectToServer"));
|
|
37
|
+
exports.resolveConnectToServer = connectToServer_1.default;
|
|
36
38
|
const callToServer_1 = __importDefault(require("./callToServer"));
|
|
37
|
-
exports.
|
|
39
|
+
exports.resolveCallToServer = callToServer_1.default;
|
|
38
40
|
const disconnectFromServer_1 = __importDefault(require("./disconnectFromServer"));
|
|
39
41
|
exports.resolveDisconnectFromServer = disconnectFromServer_1.default;
|
|
40
|
-
const hasPurgatory_1 =
|
|
42
|
+
const hasPurgatory_1 = __importStar(require("./hasPurgatory"));
|
|
41
43
|
exports.hasPurgatory = hasPurgatory_1.default;
|
|
44
|
+
Object.defineProperty(exports, "PURGATORY_CONFERENCE_NUMBER", { enumerable: true, get: function () { return hasPurgatory_1.PURGATORY_CONFERENCE_NUMBER; } });
|
|
42
45
|
const resolveAskPermissionToEnableCam_1 = __importDefault(require("./resolveAskPermissionToEnableCam"));
|
|
43
46
|
exports.resolveAskPermissionToEnableCam = resolveAskPermissionToEnableCam_1.default;
|
|
44
47
|
const resolveStopShareSipConnector_1 = __importDefault(require("./resolveStopShareSipConnector"));
|
package/dist/tools/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAiC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tools/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+CAAiC;AAqB/B,sBAAK;AApBP,sEAAoD;AAqBlD,+BArBK,wBAAoB,CAqBL;AApBtB,8EAA6D;AAqB3D,oCArBK,4BAAyB,CAqBL;AApB3B,wEAAuD;AAqBrD,iCArBK,yBAAsB,CAqBL;AApBxB,kEAAiD;AAqB/C,8BArBK,sBAAmB,CAqBL;AApBrB,kFAAiE;AAqB/D,sCArBK,8BAA2B,CAqBL;AApB7B,+DAA2E;AAqBzE,uBArBK,sBAAY,CAqBL;AAaZ,4GAlCqB,0CAA2B,OAkCrB;AAjC7B,wGAAgF;AAqB9E,0CArBK,yCAA+B,CAqBL;AApBjC,kGAA0E;AAqBxE,uCArBK,sCAA4B,CAqBL;AApB9B,oGAA4E;AAqB1E,wCArBK,uCAA6B,CAqBL;AApB/B,gFAAwD;AAqBtD,8BArBK,6BAAmB,CAqBL;AApBrB,oFAA4D;AAqB1D,gCArBK,+BAAqB,CAqBL;AApBvB,oGAA4E;AAqB1E,wCArBK,uCAA6B,CAqBL;AApB/B,oGAA4E;AAqB1E,wCArBK,uCAA6B,CAqBL;AApB/B,0FAAkE;AAqBhE,mCArBK,kCAAwB,CAqBL;AApB1B,4FAAoE;AAqBlE,oCArBK,mCAAyB,CAqBL;AApB3B,8FAAsE;AAqBpE,qCArBK,oCAA0B,CAqBL;AApB5B,wFAAgE;AAqB9D,kCArBK,iCAAuB,CAqBL;AApBzB,gFAAwD;AAqBtD,8BArBK,6BAAmB,CAqBL"}
|