camara-sdk 0.5.2 → 0.6.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/CHANGELOG.md +17 -0
- package/package.json +1 -1
- package/resources/webrtc/sessions.d.mts +0 -73
- package/resources/webrtc/sessions.d.mts.map +1 -1
- package/resources/webrtc/sessions.d.ts +0 -73
- package/resources/webrtc/sessions.d.ts.map +1 -1
- package/resources/webrtc/sessions.js +0 -2
- package/resources/webrtc/sessions.js.map +1 -1
- package/resources/webrtc/sessions.mjs +0 -2
- package/resources/webrtc/sessions.mjs.map +1 -1
- package/src/resources/webrtc/sessions.ts +0 -85
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.6.0 (2025-11-24)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.5.3...v0.6.0](https://github.com/andreibesleaga/camara-sdk/compare/v0.5.3...v0.6.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([a68c013](https://github.com/andreibesleaga/camara-sdk/commit/a68c013a6c4f4dd88d1bfa4de9bd680baec2d4af))
|
|
10
|
+
|
|
11
|
+
## 0.5.3 (2025-11-19)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v0.5.2...v0.5.3](https://github.com/andreibesleaga/camara-sdk/compare/v0.5.2...v0.5.3)
|
|
14
|
+
|
|
15
|
+
### Chores
|
|
16
|
+
|
|
17
|
+
* **internal:** configure MCP Server hosting ([5fd2e55](https://github.com/andreibesleaga/camara-sdk/commit/5fd2e554c5ecfc291dcf69af1930413478ad529a))
|
|
18
|
+
* **mcp:** upgrade jq-web ([cc5550a](https://github.com/andreibesleaga/camara-sdk/commit/cc5550a73229d8bf3373637451af13eb4a1b4003))
|
|
19
|
+
|
|
3
20
|
## 0.5.2 (2025-11-13)
|
|
4
21
|
|
|
5
22
|
Full Changelog: [v0.5.1...v0.5.2](https://github.com/andreibesleaga/camara-sdk/compare/v0.5.1...v0.5.2)
|
package/package.json
CHANGED
|
@@ -10,8 +10,6 @@ export declare class Sessions extends APIResource {
|
|
|
10
10
|
* const mediaSessionInformation =
|
|
11
11
|
* await client.webrtc.sessions.create({
|
|
12
12
|
* registrationId: 'registrationId',
|
|
13
|
-
* clientCorrelator:
|
|
14
|
-
* 'fda6e26d-e7c8-4596-870c-c083c0d39b2c',
|
|
15
13
|
* offer: {
|
|
16
14
|
* sdp: 'v=0\r\no=- 8066321617929821805 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\nm=audio 42988 RTP/SAVPF 102 113\r\nc=IN IP6 2001:e0:410:2448:7a05:9b11:66f2:c9e\r\nb=AS:64\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=candidate:1645903805 1 udp 2122262783 2001:e0:410:2448:7a05:9b11:66f2:c9e 42988 typ host generation 0 network-id 3 network-cost 900\r\na=ice-ufrag:4eKp\r\na=ice-pwd:D4sF5Pv9vx9ggaqxBlHbAFMx\r\na=ice-options:trickle renomination\r\na=mid:audio\r\na=extmap:2 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=sendrecv\r\na=rtcp-mux\r\na=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:Xm3YciqVIWFNSwy19e9MvfZ2YOdAZil7oT/tHjdf\r\na=rtpmap:102 AMR-WB/16000\r\na=fmtp:102 octet-align=0; mode-set=0,1,2; mode-change-capability=2\r\na=rtpmap:113 telephone-event/16000\r\n',
|
|
17
15
|
* },
|
|
@@ -77,19 +75,6 @@ export interface MediaSessionInformation {
|
|
|
77
75
|
* request from the application to the server to create a session.
|
|
78
76
|
*/
|
|
79
77
|
answer?: SdpDescriptor;
|
|
80
|
-
/**
|
|
81
|
-
* The reference to the call object
|
|
82
|
-
*/
|
|
83
|
-
callObjectRef?: string;
|
|
84
|
-
/**
|
|
85
|
-
* A correlator that the client can use to tag this particular resource
|
|
86
|
-
* representation during a request to create a resource on the server. Note - This
|
|
87
|
-
* allows the client to recover from communication failures during resource
|
|
88
|
-
* creation and therefore avoids re-sending the message in such situations. In case
|
|
89
|
-
* the element is present, the WebRTC GW shall not alter its value, and shall
|
|
90
|
-
* provide it as part of the representation of this resource.
|
|
91
|
-
*/
|
|
92
|
-
clientCorrelator?: string;
|
|
93
78
|
/**
|
|
94
79
|
* The media session ID created by the network. The mediaSessionId shall not be
|
|
95
80
|
* included in POST requests by the client, but must be included in the
|
|
@@ -106,11 +91,6 @@ export interface MediaSessionInformation {
|
|
|
106
91
|
* request from the application to the server to create a session.
|
|
107
92
|
*/
|
|
108
93
|
offer?: SdpDescriptor;
|
|
109
|
-
/**
|
|
110
|
-
* This element shall be included and set to true, if the session updates are
|
|
111
|
-
* received without SDP offer. This element indicates clients to send the offer.
|
|
112
|
-
*/
|
|
113
|
-
offerRequired?: boolean;
|
|
114
94
|
/**
|
|
115
95
|
* Subscriber address (Sender or Receiver)
|
|
116
96
|
*/
|
|
@@ -127,11 +107,6 @@ export interface MediaSessionInformation {
|
|
|
127
107
|
* Friendly name of the call terminator
|
|
128
108
|
*/
|
|
129
109
|
receiverName?: string;
|
|
130
|
-
/**
|
|
131
|
-
* A correlator that the server instructs the client to use for end to end
|
|
132
|
-
* correlation.
|
|
133
|
-
*/
|
|
134
|
-
serverCorrelator?: string;
|
|
135
110
|
/**
|
|
136
111
|
* Provides the status of the media session. During the session creation, this
|
|
137
112
|
* attribute SHALL NOT be included in the request.
|
|
@@ -170,19 +145,6 @@ export interface SessionCreateParams {
|
|
|
170
145
|
* request from the application to the server to create a session.
|
|
171
146
|
*/
|
|
172
147
|
answer?: SdpDescriptor;
|
|
173
|
-
/**
|
|
174
|
-
* Body param: The reference to the call object
|
|
175
|
-
*/
|
|
176
|
-
callObjectRef?: string;
|
|
177
|
-
/**
|
|
178
|
-
* Body param: A correlator that the client can use to tag this particular resource
|
|
179
|
-
* representation during a request to create a resource on the server. Note - This
|
|
180
|
-
* allows the client to recover from communication failures during resource
|
|
181
|
-
* creation and therefore avoids re-sending the message in such situations. In case
|
|
182
|
-
* the element is present, the WebRTC GW shall not alter its value, and shall
|
|
183
|
-
* provide it as part of the representation of this resource.
|
|
184
|
-
*/
|
|
185
|
-
clientCorrelator?: string;
|
|
186
148
|
/**
|
|
187
149
|
* Body param: The media session ID created by the network. The mediaSessionId
|
|
188
150
|
* shall not be included in POST requests by the client, but must be included in
|
|
@@ -200,12 +162,6 @@ export interface SessionCreateParams {
|
|
|
200
162
|
* request from the application to the server to create a session.
|
|
201
163
|
*/
|
|
202
164
|
offer?: SdpDescriptor;
|
|
203
|
-
/**
|
|
204
|
-
* Body param: This element shall be included and set to true, if the session
|
|
205
|
-
* updates are received without SDP offer. This element indicates clients to send
|
|
206
|
-
* the offer.
|
|
207
|
-
*/
|
|
208
|
-
offerRequired?: boolean;
|
|
209
165
|
/**
|
|
210
166
|
* Body param: Subscriber address (Sender or Receiver)
|
|
211
167
|
*/
|
|
@@ -222,11 +178,6 @@ export interface SessionCreateParams {
|
|
|
222
178
|
* Body param: Friendly name of the call terminator
|
|
223
179
|
*/
|
|
224
180
|
receiverName?: string;
|
|
225
|
-
/**
|
|
226
|
-
* Body param: A correlator that the server instructs the client to use for end to
|
|
227
|
-
* end correlation.
|
|
228
|
-
*/
|
|
229
|
-
serverCorrelator?: string;
|
|
230
181
|
/**
|
|
231
182
|
* Body param: Provides the status of the media session. During the session
|
|
232
183
|
* creation, this attribute SHALL NOT be included in the request.
|
|
@@ -261,19 +212,6 @@ export interface SessionUpdateStatusParams {
|
|
|
261
212
|
* request from the application to the server to create a session.
|
|
262
213
|
*/
|
|
263
214
|
answer?: SdpDescriptor;
|
|
264
|
-
/**
|
|
265
|
-
* Body param: The reference to the call object
|
|
266
|
-
*/
|
|
267
|
-
callObjectRef?: string;
|
|
268
|
-
/**
|
|
269
|
-
* Body param: A correlator that the client can use to tag this particular resource
|
|
270
|
-
* representation during a request to create a resource on the server. Note - This
|
|
271
|
-
* allows the client to recover from communication failures during resource
|
|
272
|
-
* creation and therefore avoids re-sending the message in such situations. In case
|
|
273
|
-
* the element is present, the WebRTC GW shall not alter its value, and shall
|
|
274
|
-
* provide it as part of the representation of this resource.
|
|
275
|
-
*/
|
|
276
|
-
clientCorrelator?: string;
|
|
277
215
|
/**
|
|
278
216
|
* Body param: The media session ID created by the network. The mediaSessionId
|
|
279
217
|
* shall not be included in POST requests by the client, but must be included in
|
|
@@ -291,12 +229,6 @@ export interface SessionUpdateStatusParams {
|
|
|
291
229
|
* request from the application to the server to create a session.
|
|
292
230
|
*/
|
|
293
231
|
offer?: SdpDescriptor;
|
|
294
|
-
/**
|
|
295
|
-
* Body param: This element shall be included and set to true, if the session
|
|
296
|
-
* updates are received without SDP offer. This element indicates clients to send
|
|
297
|
-
* the offer.
|
|
298
|
-
*/
|
|
299
|
-
offerRequired?: boolean;
|
|
300
232
|
/**
|
|
301
233
|
* Body param: Subscriber address (Sender or Receiver)
|
|
302
234
|
*/
|
|
@@ -313,11 +245,6 @@ export interface SessionUpdateStatusParams {
|
|
|
313
245
|
* Body param: Friendly name of the call terminator
|
|
314
246
|
*/
|
|
315
247
|
receiverName?: string;
|
|
316
|
-
/**
|
|
317
|
-
* Body param: A correlator that the server instructs the client to use for end to
|
|
318
|
-
* end correlation.
|
|
319
|
-
*/
|
|
320
|
-
serverCorrelator?: string;
|
|
321
248
|
/**
|
|
322
249
|
* Body param: Provides the status of the media session. During the session
|
|
323
250
|
* creation, this attribute SHALL NOT be included in the request.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sessions.d.mts","sourceRoot":"","sources":["../../src/resources/webrtc/sessions.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB,qBAAa,QAAS,SAAQ,WAAW;IACvC
|
|
1
|
+
{"version":3,"file":"sessions.d.mts","sourceRoot":"","sources":["../../src/resources/webrtc/sessions.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,8 +10,6 @@ export declare class Sessions extends APIResource {
|
|
|
10
10
|
* const mediaSessionInformation =
|
|
11
11
|
* await client.webrtc.sessions.create({
|
|
12
12
|
* registrationId: 'registrationId',
|
|
13
|
-
* clientCorrelator:
|
|
14
|
-
* 'fda6e26d-e7c8-4596-870c-c083c0d39b2c',
|
|
15
13
|
* offer: {
|
|
16
14
|
* sdp: 'v=0\r\no=- 8066321617929821805 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\nm=audio 42988 RTP/SAVPF 102 113\r\nc=IN IP6 2001:e0:410:2448:7a05:9b11:66f2:c9e\r\nb=AS:64\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=candidate:1645903805 1 udp 2122262783 2001:e0:410:2448:7a05:9b11:66f2:c9e 42988 typ host generation 0 network-id 3 network-cost 900\r\na=ice-ufrag:4eKp\r\na=ice-pwd:D4sF5Pv9vx9ggaqxBlHbAFMx\r\na=ice-options:trickle renomination\r\na=mid:audio\r\na=extmap:2 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=sendrecv\r\na=rtcp-mux\r\na=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:Xm3YciqVIWFNSwy19e9MvfZ2YOdAZil7oT/tHjdf\r\na=rtpmap:102 AMR-WB/16000\r\na=fmtp:102 octet-align=0; mode-set=0,1,2; mode-change-capability=2\r\na=rtpmap:113 telephone-event/16000\r\n',
|
|
17
15
|
* },
|
|
@@ -77,19 +75,6 @@ export interface MediaSessionInformation {
|
|
|
77
75
|
* request from the application to the server to create a session.
|
|
78
76
|
*/
|
|
79
77
|
answer?: SdpDescriptor;
|
|
80
|
-
/**
|
|
81
|
-
* The reference to the call object
|
|
82
|
-
*/
|
|
83
|
-
callObjectRef?: string;
|
|
84
|
-
/**
|
|
85
|
-
* A correlator that the client can use to tag this particular resource
|
|
86
|
-
* representation during a request to create a resource on the server. Note - This
|
|
87
|
-
* allows the client to recover from communication failures during resource
|
|
88
|
-
* creation and therefore avoids re-sending the message in such situations. In case
|
|
89
|
-
* the element is present, the WebRTC GW shall not alter its value, and shall
|
|
90
|
-
* provide it as part of the representation of this resource.
|
|
91
|
-
*/
|
|
92
|
-
clientCorrelator?: string;
|
|
93
78
|
/**
|
|
94
79
|
* The media session ID created by the network. The mediaSessionId shall not be
|
|
95
80
|
* included in POST requests by the client, but must be included in the
|
|
@@ -106,11 +91,6 @@ export interface MediaSessionInformation {
|
|
|
106
91
|
* request from the application to the server to create a session.
|
|
107
92
|
*/
|
|
108
93
|
offer?: SdpDescriptor;
|
|
109
|
-
/**
|
|
110
|
-
* This element shall be included and set to true, if the session updates are
|
|
111
|
-
* received without SDP offer. This element indicates clients to send the offer.
|
|
112
|
-
*/
|
|
113
|
-
offerRequired?: boolean;
|
|
114
94
|
/**
|
|
115
95
|
* Subscriber address (Sender or Receiver)
|
|
116
96
|
*/
|
|
@@ -127,11 +107,6 @@ export interface MediaSessionInformation {
|
|
|
127
107
|
* Friendly name of the call terminator
|
|
128
108
|
*/
|
|
129
109
|
receiverName?: string;
|
|
130
|
-
/**
|
|
131
|
-
* A correlator that the server instructs the client to use for end to end
|
|
132
|
-
* correlation.
|
|
133
|
-
*/
|
|
134
|
-
serverCorrelator?: string;
|
|
135
110
|
/**
|
|
136
111
|
* Provides the status of the media session. During the session creation, this
|
|
137
112
|
* attribute SHALL NOT be included in the request.
|
|
@@ -170,19 +145,6 @@ export interface SessionCreateParams {
|
|
|
170
145
|
* request from the application to the server to create a session.
|
|
171
146
|
*/
|
|
172
147
|
answer?: SdpDescriptor;
|
|
173
|
-
/**
|
|
174
|
-
* Body param: The reference to the call object
|
|
175
|
-
*/
|
|
176
|
-
callObjectRef?: string;
|
|
177
|
-
/**
|
|
178
|
-
* Body param: A correlator that the client can use to tag this particular resource
|
|
179
|
-
* representation during a request to create a resource on the server. Note - This
|
|
180
|
-
* allows the client to recover from communication failures during resource
|
|
181
|
-
* creation and therefore avoids re-sending the message in such situations. In case
|
|
182
|
-
* the element is present, the WebRTC GW shall not alter its value, and shall
|
|
183
|
-
* provide it as part of the representation of this resource.
|
|
184
|
-
*/
|
|
185
|
-
clientCorrelator?: string;
|
|
186
148
|
/**
|
|
187
149
|
* Body param: The media session ID created by the network. The mediaSessionId
|
|
188
150
|
* shall not be included in POST requests by the client, but must be included in
|
|
@@ -200,12 +162,6 @@ export interface SessionCreateParams {
|
|
|
200
162
|
* request from the application to the server to create a session.
|
|
201
163
|
*/
|
|
202
164
|
offer?: SdpDescriptor;
|
|
203
|
-
/**
|
|
204
|
-
* Body param: This element shall be included and set to true, if the session
|
|
205
|
-
* updates are received without SDP offer. This element indicates clients to send
|
|
206
|
-
* the offer.
|
|
207
|
-
*/
|
|
208
|
-
offerRequired?: boolean;
|
|
209
165
|
/**
|
|
210
166
|
* Body param: Subscriber address (Sender or Receiver)
|
|
211
167
|
*/
|
|
@@ -222,11 +178,6 @@ export interface SessionCreateParams {
|
|
|
222
178
|
* Body param: Friendly name of the call terminator
|
|
223
179
|
*/
|
|
224
180
|
receiverName?: string;
|
|
225
|
-
/**
|
|
226
|
-
* Body param: A correlator that the server instructs the client to use for end to
|
|
227
|
-
* end correlation.
|
|
228
|
-
*/
|
|
229
|
-
serverCorrelator?: string;
|
|
230
181
|
/**
|
|
231
182
|
* Body param: Provides the status of the media session. During the session
|
|
232
183
|
* creation, this attribute SHALL NOT be included in the request.
|
|
@@ -261,19 +212,6 @@ export interface SessionUpdateStatusParams {
|
|
|
261
212
|
* request from the application to the server to create a session.
|
|
262
213
|
*/
|
|
263
214
|
answer?: SdpDescriptor;
|
|
264
|
-
/**
|
|
265
|
-
* Body param: The reference to the call object
|
|
266
|
-
*/
|
|
267
|
-
callObjectRef?: string;
|
|
268
|
-
/**
|
|
269
|
-
* Body param: A correlator that the client can use to tag this particular resource
|
|
270
|
-
* representation during a request to create a resource on the server. Note - This
|
|
271
|
-
* allows the client to recover from communication failures during resource
|
|
272
|
-
* creation and therefore avoids re-sending the message in such situations. In case
|
|
273
|
-
* the element is present, the WebRTC GW shall not alter its value, and shall
|
|
274
|
-
* provide it as part of the representation of this resource.
|
|
275
|
-
*/
|
|
276
|
-
clientCorrelator?: string;
|
|
277
215
|
/**
|
|
278
216
|
* Body param: The media session ID created by the network. The mediaSessionId
|
|
279
217
|
* shall not be included in POST requests by the client, but must be included in
|
|
@@ -291,12 +229,6 @@ export interface SessionUpdateStatusParams {
|
|
|
291
229
|
* request from the application to the server to create a session.
|
|
292
230
|
*/
|
|
293
231
|
offer?: SdpDescriptor;
|
|
294
|
-
/**
|
|
295
|
-
* Body param: This element shall be included and set to true, if the session
|
|
296
|
-
* updates are received without SDP offer. This element indicates clients to send
|
|
297
|
-
* the offer.
|
|
298
|
-
*/
|
|
299
|
-
offerRequired?: boolean;
|
|
300
232
|
/**
|
|
301
233
|
* Body param: Subscriber address (Sender or Receiver)
|
|
302
234
|
*/
|
|
@@ -313,11 +245,6 @@ export interface SessionUpdateStatusParams {
|
|
|
313
245
|
* Body param: Friendly name of the call terminator
|
|
314
246
|
*/
|
|
315
247
|
receiverName?: string;
|
|
316
|
-
/**
|
|
317
|
-
* Body param: A correlator that the server instructs the client to use for end to
|
|
318
|
-
* end correlation.
|
|
319
|
-
*/
|
|
320
|
-
serverCorrelator?: string;
|
|
321
248
|
/**
|
|
322
249
|
* Body param: Provides the status of the media session. During the session
|
|
323
250
|
* creation, this attribute SHALL NOT be included in the request.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sessions.d.ts","sourceRoot":"","sources":["../../src/resources/webrtc/sessions.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OAEd,EAAE,cAAc,EAAE;AAGzB,qBAAa,QAAS,SAAQ,WAAW;IACvC
|
|
1
|
+
{"version":3,"file":"sessions.d.ts","sourceRoot":"","sources":["../../src/resources/webrtc/sessions.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,8 +14,6 @@ class Sessions extends resource_1.APIResource {
|
|
|
14
14
|
* const mediaSessionInformation =
|
|
15
15
|
* await client.webrtc.sessions.create({
|
|
16
16
|
* registrationId: 'registrationId',
|
|
17
|
-
* clientCorrelator:
|
|
18
|
-
* 'fda6e26d-e7c8-4596-870c-c083c0d39b2c',
|
|
19
17
|
* offer: {
|
|
20
18
|
* sdp: 'v=0\r\no=- 8066321617929821805 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\nm=audio 42988 RTP/SAVPF 102 113\r\nc=IN IP6 2001:e0:410:2448:7a05:9b11:66f2:c9e\r\nb=AS:64\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=candidate:1645903805 1 udp 2122262783 2001:e0:410:2448:7a05:9b11:66f2:c9e 42988 typ host generation 0 network-id 3 network-cost 900\r\na=ice-ufrag:4eKp\r\na=ice-pwd:D4sF5Pv9vx9ggaqxBlHbAFMx\r\na=ice-options:trickle renomination\r\na=mid:audio\r\na=extmap:2 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=sendrecv\r\na=rtcp-mux\r\na=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:Xm3YciqVIWFNSwy19e9MvfZ2YOdAZil7oT/tHjdf\r\na=rtpmap:102 AMR-WB/16000\r\na=fmtp:102 octet-align=0; mode-set=0,1,2; mode-change-capability=2\r\na=rtpmap:113 telephone-event/16000\r\n',
|
|
21
19
|
* },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sessions.js","sourceRoot":"","sources":["../../src/resources/webrtc/sessions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAElD,uDAAsD;AAEtD,uDAAiD;AAEjD,MAAa,QAAS,SAAQ,sBAAW;IACvC
|
|
1
|
+
{"version":3,"file":"sessions.js","sourceRoot":"","sources":["../../src/resources/webrtc/sessions.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAElD,uDAAsD;AAEtD,uDAAiD;AAEjD,MAAa,QAAS,SAAQ,sBAAW;IACvC;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CAAC,MAA2B,EAAE,OAAwB;QAC1D,MAAM,EAAE,cAAc,EAAE,cAAc,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACxE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,EAAE;YAC3C,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB;oBACE,cAAc,EAAE,cAAc;oBAC9B,GAAG,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC;iBACvE;gBACD,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,cAAsB,EACtB,SAAmD,EAAE,EACrD,OAAwB;QAExB,MAAM,EAAE,cAAc,EAAE,WAAW,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,oBAAoB,cAAc,EAAE,EAAE;YAChE,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB,EAAE,GAAG,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC1E,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CACJ,cAAsB,EACtB,SAAiD,EAAE,EACnD,OAAwB;QAExB,MAAM,EAAE,cAAc,EAAE,WAAW,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,oBAAoB,cAAc,EAAE,EAAE;YACnE,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBACzF,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,YAAY,CACV,cAAsB,EACtB,SAAuD,EAAE,EACzD,OAAwB;QAExB,MAAM,EAAE,cAAc,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAC9D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,oBAAoB,cAAc,SAAS,EAAE;YACvE,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC;gBACpB,EAAE,GAAG,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC1E,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;CACF;AAtHD,4BAsHC"}
|
|
@@ -11,8 +11,6 @@ export class Sessions extends APIResource {
|
|
|
11
11
|
* const mediaSessionInformation =
|
|
12
12
|
* await client.webrtc.sessions.create({
|
|
13
13
|
* registrationId: 'registrationId',
|
|
14
|
-
* clientCorrelator:
|
|
15
|
-
* 'fda6e26d-e7c8-4596-870c-c083c0d39b2c',
|
|
16
14
|
* offer: {
|
|
17
15
|
* sdp: 'v=0\r\no=- 8066321617929821805 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\nm=audio 42988 RTP/SAVPF 102 113\r\nc=IN IP6 2001:e0:410:2448:7a05:9b11:66f2:c9e\r\nb=AS:64\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=candidate:1645903805 1 udp 2122262783 2001:e0:410:2448:7a05:9b11:66f2:c9e 42988 typ host generation 0 network-id 3 network-cost 900\r\na=ice-ufrag:4eKp\r\na=ice-pwd:D4sF5Pv9vx9ggaqxBlHbAFMx\r\na=ice-options:trickle renomination\r\na=mid:audio\r\na=extmap:2 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=sendrecv\r\na=rtcp-mux\r\na=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:Xm3YciqVIWFNSwy19e9MvfZ2YOdAZil7oT/tHjdf\r\na=rtpmap:102 AMR-WB/16000\r\na=fmtp:102 octet-align=0; mode-set=0,1,2; mode-change-capability=2\r\na=rtpmap:113 telephone-event/16000\r\n',
|
|
18
16
|
* },
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sessions.mjs","sourceRoot":"","sources":["../../src/resources/webrtc/sessions.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,EAAE,YAAY,EAAE;OAEhB,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC
|
|
1
|
+
{"version":3,"file":"sessions.mjs","sourceRoot":"","sources":["../../src/resources/webrtc/sessions.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,EAAE,YAAY,EAAE;OAEhB,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,QAAS,SAAQ,WAAW;IACvC;;;;;;;;;;;;;;;;;OAiBG;IACH,MAAM,CAAC,MAA2B,EAAE,OAAwB;QAC1D,MAAM,EAAE,cAAc,EAAE,cAAc,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,CAAC;QACxE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,EAAE;YAC3C,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB;oBACE,cAAc,EAAE,cAAc;oBAC9B,GAAG,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC;iBACvE;gBACD,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;OAYG;IACH,QAAQ,CACN,cAAsB,EACtB,SAAmD,EAAE,EACrD,OAAwB;QAExB,MAAM,EAAE,cAAc,EAAE,WAAW,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,oBAAoB,cAAc,EAAE,EAAE;YAChE,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB,EAAE,GAAG,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC1E,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;OAUG;IACH,MAAM,CACJ,cAAsB,EACtB,SAAiD,EAAE,EACnD,OAAwB;QAExB,MAAM,EAAE,cAAc,EAAE,WAAW,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,oBAAoB,cAAc,EAAE,EAAE;YACnE,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBACzF,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,YAAY,CACV,cAAsB,EACtB,SAAuD,EAAE,EACzD,OAAwB;QAExB,MAAM,EAAE,cAAc,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,GAAG,MAAM,IAAI,EAAE,CAAC;QAC9D,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,oBAAoB,cAAc,SAAS,EAAE;YACvE,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC;gBACpB,EAAE,GAAG,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,WAAW,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,EAAE;gBAC1E,OAAO,EAAE,OAAO;aACjB,CAAC;SACH,CAAC,CAAC;IACL,CAAC;CACF"}
|
|
@@ -15,8 +15,6 @@ export class Sessions extends APIResource {
|
|
|
15
15
|
* const mediaSessionInformation =
|
|
16
16
|
* await client.webrtc.sessions.create({
|
|
17
17
|
* registrationId: 'registrationId',
|
|
18
|
-
* clientCorrelator:
|
|
19
|
-
* 'fda6e26d-e7c8-4596-870c-c083c0d39b2c',
|
|
20
18
|
* offer: {
|
|
21
19
|
* sdp: 'v=0\r\no=- 8066321617929821805 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\nm=audio 42988 RTP/SAVPF 102 113\r\nc=IN IP6 2001:e0:410:2448:7a05:9b11:66f2:c9e\r\nb=AS:64\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=candidate:1645903805 1 udp 2122262783 2001:e0:410:2448:7a05:9b11:66f2:c9e 42988 typ host generation 0 network-id 3 network-cost 900\r\na=ice-ufrag:4eKp\r\na=ice-pwd:D4sF5Pv9vx9ggaqxBlHbAFMx\r\na=ice-options:trickle renomination\r\na=mid:audio\r\na=extmap:2 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01\r\na=sendrecv\r\na=rtcp-mux\r\na=crypto:1 AES_CM_128_HMAC_SHA1_80 inline:Xm3YciqVIWFNSwy19e9MvfZ2YOdAZil7oT/tHjdf\r\na=rtpmap:102 AMR-WB/16000\r\na=fmtp:102 octet-align=0; mode-set=0,1,2; mode-change-capability=2\r\na=rtpmap:113 telephone-event/16000\r\n',
|
|
22
20
|
* },
|
|
@@ -140,21 +138,6 @@ export interface MediaSessionInformation {
|
|
|
140
138
|
*/
|
|
141
139
|
answer?: SdpDescriptor;
|
|
142
140
|
|
|
143
|
-
/**
|
|
144
|
-
* The reference to the call object
|
|
145
|
-
*/
|
|
146
|
-
callObjectRef?: string;
|
|
147
|
-
|
|
148
|
-
/**
|
|
149
|
-
* A correlator that the client can use to tag this particular resource
|
|
150
|
-
* representation during a request to create a resource on the server. Note - This
|
|
151
|
-
* allows the client to recover from communication failures during resource
|
|
152
|
-
* creation and therefore avoids re-sending the message in such situations. In case
|
|
153
|
-
* the element is present, the WebRTC GW shall not alter its value, and shall
|
|
154
|
-
* provide it as part of the representation of this resource.
|
|
155
|
-
*/
|
|
156
|
-
clientCorrelator?: string;
|
|
157
|
-
|
|
158
141
|
/**
|
|
159
142
|
* The media session ID created by the network. The mediaSessionId shall not be
|
|
160
143
|
* included in POST requests by the client, but must be included in the
|
|
@@ -173,12 +156,6 @@ export interface MediaSessionInformation {
|
|
|
173
156
|
*/
|
|
174
157
|
offer?: SdpDescriptor;
|
|
175
158
|
|
|
176
|
-
/**
|
|
177
|
-
* This element shall be included and set to true, if the session updates are
|
|
178
|
-
* received without SDP offer. This element indicates clients to send the offer.
|
|
179
|
-
*/
|
|
180
|
-
offerRequired?: boolean;
|
|
181
|
-
|
|
182
159
|
/**
|
|
183
160
|
* Subscriber address (Sender or Receiver)
|
|
184
161
|
*/
|
|
@@ -199,12 +176,6 @@ export interface MediaSessionInformation {
|
|
|
199
176
|
*/
|
|
200
177
|
receiverName?: string;
|
|
201
178
|
|
|
202
|
-
/**
|
|
203
|
-
* A correlator that the server instructs the client to use for end to end
|
|
204
|
-
* correlation.
|
|
205
|
-
*/
|
|
206
|
-
serverCorrelator?: string;
|
|
207
|
-
|
|
208
179
|
/**
|
|
209
180
|
* Provides the status of the media session. During the session creation, this
|
|
210
181
|
* attribute SHALL NOT be included in the request.
|
|
@@ -262,21 +233,6 @@ export interface SessionCreateParams {
|
|
|
262
233
|
*/
|
|
263
234
|
answer?: SdpDescriptor;
|
|
264
235
|
|
|
265
|
-
/**
|
|
266
|
-
* Body param: The reference to the call object
|
|
267
|
-
*/
|
|
268
|
-
callObjectRef?: string;
|
|
269
|
-
|
|
270
|
-
/**
|
|
271
|
-
* Body param: A correlator that the client can use to tag this particular resource
|
|
272
|
-
* representation during a request to create a resource on the server. Note - This
|
|
273
|
-
* allows the client to recover from communication failures during resource
|
|
274
|
-
* creation and therefore avoids re-sending the message in such situations. In case
|
|
275
|
-
* the element is present, the WebRTC GW shall not alter its value, and shall
|
|
276
|
-
* provide it as part of the representation of this resource.
|
|
277
|
-
*/
|
|
278
|
-
clientCorrelator?: string;
|
|
279
|
-
|
|
280
236
|
/**
|
|
281
237
|
* Body param: The media session ID created by the network. The mediaSessionId
|
|
282
238
|
* shall not be included in POST requests by the client, but must be included in
|
|
@@ -296,13 +252,6 @@ export interface SessionCreateParams {
|
|
|
296
252
|
*/
|
|
297
253
|
offer?: SdpDescriptor;
|
|
298
254
|
|
|
299
|
-
/**
|
|
300
|
-
* Body param: This element shall be included and set to true, if the session
|
|
301
|
-
* updates are received without SDP offer. This element indicates clients to send
|
|
302
|
-
* the offer.
|
|
303
|
-
*/
|
|
304
|
-
offerRequired?: boolean;
|
|
305
|
-
|
|
306
255
|
/**
|
|
307
256
|
* Body param: Subscriber address (Sender or Receiver)
|
|
308
257
|
*/
|
|
@@ -323,12 +272,6 @@ export interface SessionCreateParams {
|
|
|
323
272
|
*/
|
|
324
273
|
receiverName?: string;
|
|
325
274
|
|
|
326
|
-
/**
|
|
327
|
-
* Body param: A correlator that the server instructs the client to use for end to
|
|
328
|
-
* end correlation.
|
|
329
|
-
*/
|
|
330
|
-
serverCorrelator?: string;
|
|
331
|
-
|
|
332
275
|
/**
|
|
333
276
|
* Body param: Provides the status of the media session. During the session
|
|
334
277
|
* creation, this attribute SHALL NOT be included in the request.
|
|
@@ -383,21 +326,6 @@ export interface SessionUpdateStatusParams {
|
|
|
383
326
|
*/
|
|
384
327
|
answer?: SdpDescriptor;
|
|
385
328
|
|
|
386
|
-
/**
|
|
387
|
-
* Body param: The reference to the call object
|
|
388
|
-
*/
|
|
389
|
-
callObjectRef?: string;
|
|
390
|
-
|
|
391
|
-
/**
|
|
392
|
-
* Body param: A correlator that the client can use to tag this particular resource
|
|
393
|
-
* representation during a request to create a resource on the server. Note - This
|
|
394
|
-
* allows the client to recover from communication failures during resource
|
|
395
|
-
* creation and therefore avoids re-sending the message in such situations. In case
|
|
396
|
-
* the element is present, the WebRTC GW shall not alter its value, and shall
|
|
397
|
-
* provide it as part of the representation of this resource.
|
|
398
|
-
*/
|
|
399
|
-
clientCorrelator?: string;
|
|
400
|
-
|
|
401
329
|
/**
|
|
402
330
|
* Body param: The media session ID created by the network. The mediaSessionId
|
|
403
331
|
* shall not be included in POST requests by the client, but must be included in
|
|
@@ -417,13 +345,6 @@ export interface SessionUpdateStatusParams {
|
|
|
417
345
|
*/
|
|
418
346
|
offer?: SdpDescriptor;
|
|
419
347
|
|
|
420
|
-
/**
|
|
421
|
-
* Body param: This element shall be included and set to true, if the session
|
|
422
|
-
* updates are received without SDP offer. This element indicates clients to send
|
|
423
|
-
* the offer.
|
|
424
|
-
*/
|
|
425
|
-
offerRequired?: boolean;
|
|
426
|
-
|
|
427
348
|
/**
|
|
428
349
|
* Body param: Subscriber address (Sender or Receiver)
|
|
429
350
|
*/
|
|
@@ -444,12 +365,6 @@ export interface SessionUpdateStatusParams {
|
|
|
444
365
|
*/
|
|
445
366
|
receiverName?: string;
|
|
446
367
|
|
|
447
|
-
/**
|
|
448
|
-
* Body param: A correlator that the server instructs the client to use for end to
|
|
449
|
-
* end correlation.
|
|
450
|
-
*/
|
|
451
|
-
serverCorrelator?: string;
|
|
452
|
-
|
|
453
368
|
/**
|
|
454
369
|
* Body param: Provides the status of the media session. During the session
|
|
455
370
|
* creation, this attribute SHALL NOT be included in the request.
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.6.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.6.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.6.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.6.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|