sip-connector 14.1.0-alpha.0 → 14.1.0-alpha.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/package.json +12 -21
- /package/dist/{src/ApiManager → ApiManager}/@ApiManager.d.ts +0 -0
- /package/dist/{src/ApiManager → ApiManager}/constants.d.ts +0 -0
- /package/dist/{src/ApiManager → ApiManager}/eventNames.d.ts +0 -0
- /package/dist/{src/ApiManager → ApiManager}/index.d.ts +0 -0
- /package/dist/{src/ApiManager → ApiManager}/types.d.ts +0 -0
- /package/dist/{src/CallManager → CallManager}/@CallManager.d.ts +0 -0
- /package/dist/{src/CallManager → CallManager}/AbstractCallStrategy.d.ts +0 -0
- /package/dist/{src/CallManager → CallManager}/MCUCallStrategy.d.ts +0 -0
- /package/dist/{src/CallManager → CallManager}/RemoteStreamsManager.d.ts +0 -0
- /package/dist/{src/CallManager → CallManager}/causes.d.ts +0 -0
- /package/dist/{src/CallManager → CallManager}/eventNames.d.ts +0 -0
- /package/dist/{src/CallManager → CallManager}/hasCanceledCallError.d.ts +0 -0
- /package/dist/{src/CallManager → CallManager}/index.d.ts +0 -0
- /package/dist/{src/CallManager → CallManager}/types.d.ts +0 -0
- /package/dist/{src/ConnectionManager → ConnectionManager}/@ConnectionManager.d.ts +0 -0
- /package/dist/{src/ConnectionManager → ConnectionManager}/ConfigurationManager.d.ts +0 -0
- /package/dist/{src/ConnectionManager → ConnectionManager}/ConnectionFlow.d.ts +0 -0
- /package/dist/{src/ConnectionManager → ConnectionManager}/ConnectionStateMachine.d.ts +0 -0
- /package/dist/{src/ConnectionManager → ConnectionManager}/RegistrationManager.d.ts +0 -0
- /package/dist/{src/ConnectionManager → ConnectionManager}/SipOperations.d.ts +0 -0
- /package/dist/{src/ConnectionManager → ConnectionManager}/UAFactory.d.ts +0 -0
- /package/dist/{src/ConnectionManager → ConnectionManager}/eventNames.d.ts +0 -0
- /package/dist/{src/ConnectionManager → ConnectionManager}/index.d.ts +0 -0
- /package/dist/{src/IncomingCallManager → IncomingCallManager}/@IncomingCallManager.d.ts +0 -0
- /package/dist/{src/IncomingCallManager → IncomingCallManager}/eventNames.d.ts +0 -0
- /package/dist/{src/IncomingCallManager → IncomingCallManager}/index.d.ts +0 -0
- /package/dist/{src/PresentationManager → PresentationManager}/@PresentationManager.d.ts +0 -0
- /package/dist/{src/PresentationManager → PresentationManager}/constants.d.ts +0 -0
- /package/dist/{src/PresentationManager → PresentationManager}/eventNames.d.ts +0 -0
- /package/dist/{src/PresentationManager → PresentationManager}/index.d.ts +0 -0
- /package/dist/{src/PresentationManager → PresentationManager}/types.d.ts +0 -0
- /package/dist/{src/SipConnector.d.ts → SipConnector.d.ts} +0 -0
- /package/dist/{src/SipConnectorFacade → SipConnectorFacade}/SipConnectorFacade.d.ts +0 -0
- /package/dist/{src/SipConnectorFacade → SipConnectorFacade}/index.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/BaseSession.mock.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/RTCPeerConnectionMock.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/RTCRtpSenderMock.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/RTCSessionMock.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/Registrator.mock.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/Request.mock.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/UA.mock.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/WebSocketInterface.mock.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/accountNotify.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/channels.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/channelsNotify.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/conferenceParticipantTokenIssuedNotify.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/delayPromise.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/enterRoom.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/index.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/jssip.mock.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/mediaState.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/participantMoveRequests.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/participantNotify.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/remoteCallerData.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/utils.d.ts +0 -0
- /package/dist/{src/__fixtures__ → __fixtures__}/webcastNotify.d.ts +0 -0
- /package/dist/{src/causes.d.ts → causes.d.ts} +0 -0
- /package/dist/{src/constants.d.ts → constants.d.ts} +0 -0
- /package/dist/{src/doMock.d.ts → doMock.d.ts} +0 -0
- /package/dist/{src/eventNames.d.ts → eventNames.d.ts} +0 -0
- /package/dist/{src/getExtraHeadersRemoteAddress.d.ts → getExtraHeadersRemoteAddress.d.ts} +0 -0
- /package/dist/{src/headers.d.ts → headers.d.ts} +0 -0
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{src/logger.d.ts → logger.d.ts} +0 -0
- /package/dist/{src/setParametersToSender → setParametersToSender}/configureDegradationPreference.d.ts +0 -0
- /package/dist/{src/setParametersToSender → setParametersToSender}/configureEmptyEncodings.d.ts +0 -0
- /package/dist/{src/setParametersToSender → setParametersToSender}/configureEncodings.d.ts +0 -0
- /package/dist/{src/setParametersToSender → setParametersToSender}/configureMaxBitrate.d.ts +0 -0
- /package/dist/{src/setParametersToSender → setParametersToSender}/configureScaleResolutionDownBy.d.ts +0 -0
- /package/dist/{src/setParametersToSender → setParametersToSender}/hasChangedRTCRtpSendParameters.d.ts +0 -0
- /package/dist/{src/setParametersToSender → setParametersToSender}/index.d.ts +0 -0
- /package/dist/{src/setParametersToSender → setParametersToSender}/resolveHasNeedToUpdateItemEncoding.d.ts +0 -0
- /package/dist/{src/setParametersToSender → setParametersToSender}/setParametersToSender.d.ts +0 -0
- /package/dist/{src/tools → tools}/__fixtures__/call.d.ts +0 -0
- /package/dist/{src/tools → tools}/__fixtures__/connectToServer.d.ts +0 -0
- /package/dist/{src/tools → tools}/__fixtures__/hasValidUri.d.ts +0 -0
- /package/dist/{src/tools → tools}/__fixtures__/permissions.d.ts +0 -0
- /package/dist/{src/tools → tools}/__fixtures__/processRequest.d.ts +0 -0
- /package/dist/{src/tools → tools}/__tests-utils__/parseObject.d.ts +0 -0
- /package/dist/{src/tools → tools}/__tests-utils__/resolveParseArray.d.ts +0 -0
- /package/dist/{src/tools → tools}/error/getLinkError.d.ts +0 -0
- /package/dist/{src/tools → tools}/error/getTypeFromError.d.ts +0 -0
- /package/dist/{src/tools → tools}/error/getValuesFromError.d.ts +0 -0
- /package/dist/{src/tools → tools}/error/index.d.ts +0 -0
- /package/dist/{src/tools → tools}/error/stringifyMessage.d.ts +0 -0
- /package/dist/{src/tools → tools}/generateSimulcastEncodings.d.ts +0 -0
- /package/dist/{src/tools → tools}/getExtraHeaders.d.ts +0 -0
- /package/dist/{src/tools → tools}/getUserAgent.d.ts +0 -0
- /package/dist/{src/tools → tools}/hasPurgatory.d.ts +0 -0
- /package/dist/{src/tools → tools}/index.d.ts +0 -0
- /package/dist/{src/tools → tools}/prepareMediaStream.d.ts +0 -0
- /package/dist/{src/tools → tools}/resolveUpdateTransceiver.d.ts +0 -0
- /package/dist/{src/tools → tools}/sendDtmfFAccumulated.d.ts +0 -0
- /package/dist/{src/tools → tools}/setVideoTrackContentHints.d.ts +0 -0
- /package/dist/{src/tools → tools}/syncMediaState/index.d.ts +0 -0
- /package/dist/{src/tools → tools}/syncMediaState/resolveOnStartMainCam.d.ts +0 -0
- /package/dist/{src/tools → tools}/syncMediaState/resolveOnStartMic.d.ts +0 -0
- /package/dist/{src/tools → tools}/syncMediaState/resolveOnStopMainCam.d.ts +0 -0
- /package/dist/{src/tools → tools}/syncMediaState/resolveOnStopMic.d.ts +0 -0
- /package/dist/{src/types.d.ts → types.d.ts} +0 -0
- /package/dist/{src/utils → utils}/errors.d.ts +0 -0
- /package/dist/{src/utils → utils}/findSenderByStream.d.ts +0 -0
- /package/dist/{src/utils → utils}/findVideoSender.d.ts +0 -0
- /package/dist/{src/utils → utils}/findVideoTrack.d.ts +0 -0
- /package/dist/{src/utils → utils}/getCodecFromSender.d.ts +0 -0
- /package/dist/{src/utils → utils}/replaceForbiddenSymbolsWithUnderscore.d.ts +0 -0
- /package/dist/{src/videoSendingBalancer → videoSendingBalancer}/balance.d.ts +0 -0
- /package/dist/{src/videoSendingBalancer → videoSendingBalancer}/getMaxBitrateByWidth.d.ts +0 -0
- /package/dist/{src/videoSendingBalancer → videoSendingBalancer}/getMaxBitrateByWidthAndCodec.d.ts +0 -0
- /package/dist/{src/videoSendingBalancer → videoSendingBalancer}/hasAv1Codec.d.ts +0 -0
- /package/dist/{src/videoSendingBalancer → videoSendingBalancer}/hasIncludesString.d.ts +0 -0
- /package/dist/{src/videoSendingBalancer → videoSendingBalancer}/index.d.ts +0 -0
- /package/dist/{src/videoSendingBalancer → videoSendingBalancer}/processSender.d.ts +0 -0
- /package/dist/{src/videoSendingBalancer → videoSendingBalancer}/scaleBitrate.d.ts +0 -0
- /package/dist/{src/videoSendingBalancer → videoSendingBalancer}/scaleBitrateByCodec.d.ts +0 -0
- /package/dist/{src/videoSendingBalancer → videoSendingBalancer}/scaleResolutionAndBitrate.d.ts +0 -0
- /package/dist/{src/videoSendingBalancer → videoSendingBalancer}/setEncodingsToSender.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sip-connector",
|
|
3
|
-
"version": "14.1.0-alpha.
|
|
3
|
+
"version": "14.1.0-alpha.1",
|
|
4
4
|
"description": "Module for connect to Vinteo server",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webrtc",
|
|
@@ -22,24 +22,16 @@
|
|
|
22
22
|
"type": "module",
|
|
23
23
|
"exports": {
|
|
24
24
|
".": {
|
|
25
|
+
"types": "./dist/index.d.ts",
|
|
26
|
+
"import": "./dist/index.js",
|
|
25
27
|
"require": "./dist/index.cjs",
|
|
26
|
-
"
|
|
28
|
+
"default": "./dist/index.js"
|
|
27
29
|
},
|
|
28
30
|
"./doMock": {
|
|
31
|
+
"types": "./dist/doMock.d.ts",
|
|
32
|
+
"import": "./dist/doMock.js",
|
|
29
33
|
"require": "./dist/doMock.cjs",
|
|
30
|
-
"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"main": "./dist/index.cjs",
|
|
34
|
-
"types": "dist/index.d.ts",
|
|
35
|
-
"typesVersions": {
|
|
36
|
-
"*": {
|
|
37
|
-
"dist/index.d.ts": [
|
|
38
|
-
"dist/index.d.ts"
|
|
39
|
-
],
|
|
40
|
-
"*": [
|
|
41
|
-
"dist/*"
|
|
42
|
-
]
|
|
34
|
+
"default": "./dist/doMock.js"
|
|
43
35
|
}
|
|
44
36
|
},
|
|
45
37
|
"files": [
|
|
@@ -80,15 +72,15 @@
|
|
|
80
72
|
"@commitlint/cli": "^19.8.1",
|
|
81
73
|
"@commitlint/config-conventional": "^19.8.1",
|
|
82
74
|
"@eslint/compat": "^1.3.1",
|
|
83
|
-
"@nabla/vite-plugin-eslint": "^2.0.
|
|
75
|
+
"@nabla/vite-plugin-eslint": "^2.0.6",
|
|
84
76
|
"@stylistic/eslint-plugin": "^5.2.2",
|
|
85
77
|
"@types/debug": "^4.1.12",
|
|
86
78
|
"@types/dom-mediacapture-transform": "^0.1.11",
|
|
87
79
|
"@types/jest": "^30.0.0",
|
|
88
80
|
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
89
81
|
"@typescript-eslint/parser": "^8.38.0",
|
|
90
|
-
"cross-env": "^
|
|
91
|
-
"eslint": "^9.
|
|
82
|
+
"cross-env": "^10.0.0",
|
|
83
|
+
"eslint": "^9.32.0",
|
|
92
84
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
93
85
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
94
86
|
"eslint-plugin-import": "^2.32.0",
|
|
@@ -107,7 +99,7 @@
|
|
|
107
99
|
"ts-node": "^10.9.2",
|
|
108
100
|
"tsc-files": "^1.1.4",
|
|
109
101
|
"typescript": "^5.8.3",
|
|
110
|
-
"vite": "^7.0.
|
|
102
|
+
"vite": "^7.0.6",
|
|
111
103
|
"vite-plugin-dts": "^4.5.4",
|
|
112
104
|
"vite-tsconfig-paths": "^5.1.4"
|
|
113
105
|
},
|
|
@@ -123,6 +115,5 @@
|
|
|
123
115
|
"webrtc-mock": "^1.1.7",
|
|
124
116
|
"xstate": "^5.20.1"
|
|
125
117
|
},
|
|
126
|
-
"packageManager": "yarn@1.22.22"
|
|
127
|
-
"main:src": "src/index.ts"
|
|
118
|
+
"packageManager": "yarn@1.22.22"
|
|
128
119
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{src/setParametersToSender → setParametersToSender}/configureEmptyEncodings.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{src/setParametersToSender → setParametersToSender}/setParametersToSender.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{src/videoSendingBalancer → videoSendingBalancer}/getMaxBitrateByWidthAndCodec.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{src/videoSendingBalancer → videoSendingBalancer}/scaleResolutionAndBitrate.d.ts
RENAMED
|
File without changes
|
|
File without changes
|