@aws-sdk/client-connectparticipant 3.873.0 → 3.876.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-cjs/index.js
CHANGED
|
@@ -31,7 +31,6 @@ __export(index_exports, {
|
|
|
31
31
|
ConnectParticipant: () => ConnectParticipant,
|
|
32
32
|
ConnectParticipantClient: () => ConnectParticipantClient,
|
|
33
33
|
ConnectParticipantServiceException: () => ConnectParticipantServiceException,
|
|
34
|
-
ConnectionDataFilterSensitiveLog: () => ConnectionDataFilterSensitiveLog,
|
|
35
34
|
ConnectionType: () => ConnectionType,
|
|
36
35
|
CreateParticipantConnectionCommand: () => CreateParticipantConnectionCommand,
|
|
37
36
|
CreateParticipantConnectionResponseFilterSensitiveLog: () => CreateParticipantConnectionResponseFilterSensitiveLog,
|
|
@@ -56,6 +55,7 @@ __export(index_exports, {
|
|
|
56
55
|
ValidationException: () => ValidationException,
|
|
57
56
|
ViewContentFilterSensitiveLog: () => ViewContentFilterSensitiveLog,
|
|
58
57
|
ViewFilterSensitiveLog: () => ViewFilterSensitiveLog,
|
|
58
|
+
WebRTCConnectionFilterSensitiveLog: () => WebRTCConnectionFilterSensitiveLog,
|
|
59
59
|
__Client: () => import_smithy_client.Client,
|
|
60
60
|
paginateGetTranscript: () => paginateGetTranscript
|
|
61
61
|
});
|
|
@@ -443,13 +443,13 @@ var AttendeeFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
443
443
|
...obj,
|
|
444
444
|
...obj.JoinToken && { JoinToken: import_smithy_client.SENSITIVE_STRING }
|
|
445
445
|
}), "AttendeeFilterSensitiveLog");
|
|
446
|
-
var
|
|
446
|
+
var WebRTCConnectionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
447
447
|
...obj,
|
|
448
448
|
...obj.Attendee && { Attendee: AttendeeFilterSensitiveLog(obj.Attendee) }
|
|
449
|
-
}), "
|
|
449
|
+
}), "WebRTCConnectionFilterSensitiveLog");
|
|
450
450
|
var CreateParticipantConnectionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
451
451
|
...obj,
|
|
452
|
-
...obj.WebRTCConnection && { WebRTCConnection:
|
|
452
|
+
...obj.WebRTCConnection && { WebRTCConnection: WebRTCConnectionFilterSensitiveLog(obj.WebRTCConnection) }
|
|
453
453
|
}), "CreateParticipantConnectionResponseFilterSensitiveLog");
|
|
454
454
|
var ViewContentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
455
455
|
...obj,
|
|
@@ -1169,7 +1169,7 @@ var paginateGetTranscript = (0, import_core.createPaginator)(ConnectParticipantC
|
|
|
1169
1169
|
ParticipantRole,
|
|
1170
1170
|
ChatItemType,
|
|
1171
1171
|
AttendeeFilterSensitiveLog,
|
|
1172
|
-
|
|
1172
|
+
WebRTCConnectionFilterSensitiveLog,
|
|
1173
1173
|
CreateParticipantConnectionResponseFilterSensitiveLog,
|
|
1174
1174
|
ViewContentFilterSensitiveLog,
|
|
1175
1175
|
ViewFilterSensitiveLog,
|
|
@@ -159,13 +159,13 @@ export const AttendeeFilterSensitiveLog = (obj) => ({
|
|
|
159
159
|
...obj,
|
|
160
160
|
...(obj.JoinToken && { JoinToken: SENSITIVE_STRING }),
|
|
161
161
|
});
|
|
162
|
-
export const
|
|
162
|
+
export const WebRTCConnectionFilterSensitiveLog = (obj) => ({
|
|
163
163
|
...obj,
|
|
164
164
|
...(obj.Attendee && { Attendee: AttendeeFilterSensitiveLog(obj.Attendee) }),
|
|
165
165
|
});
|
|
166
166
|
export const CreateParticipantConnectionResponseFilterSensitiveLog = (obj) => ({
|
|
167
167
|
...obj,
|
|
168
|
-
...(obj.WebRTCConnection && { WebRTCConnection:
|
|
168
|
+
...(obj.WebRTCConnection && { WebRTCConnection: WebRTCConnectionFilterSensitiveLog(obj.WebRTCConnection) }),
|
|
169
169
|
});
|
|
170
170
|
export const ViewContentFilterSensitiveLog = (obj) => ({
|
|
171
171
|
...obj,
|
|
@@ -109,18 +109,16 @@ declare const CreateParticipantConnectionCommand_base: {
|
|
|
109
109
|
* // ConnectionToken: "STRING_VALUE",
|
|
110
110
|
* // Expiry: "STRING_VALUE",
|
|
111
111
|
* // },
|
|
112
|
-
* // WebRTCConnection: { //
|
|
112
|
+
* // WebRTCConnection: { // WebRTCConnection
|
|
113
113
|
* // Attendee: { // Attendee
|
|
114
114
|
* // AttendeeId: "STRING_VALUE",
|
|
115
115
|
* // JoinToken: "STRING_VALUE",
|
|
116
116
|
* // },
|
|
117
|
-
* // Meeting: { //
|
|
118
|
-
* //
|
|
119
|
-
* // MediaPlacement: { // MediaPlacement
|
|
117
|
+
* // Meeting: { // WebRTCMeeting
|
|
118
|
+
* // MediaPlacement: { // WebRTCMediaPlacement
|
|
120
119
|
* // AudioHostUrl: "STRING_VALUE",
|
|
121
120
|
* // AudioFallbackUrl: "STRING_VALUE",
|
|
122
121
|
* // SignalingUrl: "STRING_VALUE",
|
|
123
|
-
* // TurnControlUrl: "STRING_VALUE",
|
|
124
122
|
* // EventIngestionUrl: "STRING_VALUE",
|
|
125
123
|
* // },
|
|
126
124
|
* // MeetingFeatures: { // MeetingFeaturesConfiguration
|
|
@@ -202,10 +202,11 @@ export interface Attendee {
|
|
|
202
202
|
JoinToken?: string | undefined;
|
|
203
203
|
}
|
|
204
204
|
/**
|
|
205
|
-
* <p>A set of endpoints used by clients to connect to the media service group for an
|
|
205
|
+
* <p>A set of endpoints used by clients to connect to the media service group for an
|
|
206
|
+
* Amazon Chime SDK meeting.</p>
|
|
206
207
|
* @public
|
|
207
208
|
*/
|
|
208
|
-
export interface
|
|
209
|
+
export interface WebRTCMediaPlacement {
|
|
209
210
|
/**
|
|
210
211
|
* <p>The audio host URL.</p>
|
|
211
212
|
* @public
|
|
@@ -221,11 +222,6 @@ export interface MediaPlacement {
|
|
|
221
222
|
* @public
|
|
222
223
|
*/
|
|
223
224
|
SignalingUrl?: string | undefined;
|
|
224
|
-
/**
|
|
225
|
-
* <p>The turn control URL.</p>
|
|
226
|
-
* @public
|
|
227
|
-
*/
|
|
228
|
-
TurnControlUrl?: string | undefined;
|
|
229
225
|
/**
|
|
230
226
|
* <p>The event ingestion URL to which you send client meeting events.</p>
|
|
231
227
|
* @public
|
|
@@ -270,17 +266,12 @@ export interface MeetingFeaturesConfiguration {
|
|
|
270
266
|
* <p>A meeting created using the Amazon Chime SDK.</p>
|
|
271
267
|
* @public
|
|
272
268
|
*/
|
|
273
|
-
export interface
|
|
274
|
-
/**
|
|
275
|
-
* <p>The Amazon Web Services Region in which you create the meeting.</p>
|
|
276
|
-
* @public
|
|
277
|
-
*/
|
|
278
|
-
MediaRegion?: string | undefined;
|
|
269
|
+
export interface WebRTCMeeting {
|
|
279
270
|
/**
|
|
280
271
|
* <p>The media placement for the meeting.</p>
|
|
281
272
|
* @public
|
|
282
273
|
*/
|
|
283
|
-
MediaPlacement?:
|
|
274
|
+
MediaPlacement?: WebRTCMediaPlacement | undefined;
|
|
284
275
|
/**
|
|
285
276
|
* <p>The configuration settings of the features available to a meeting.</p>
|
|
286
277
|
* @public
|
|
@@ -293,10 +284,11 @@ export interface Meeting {
|
|
|
293
284
|
MeetingId?: string | undefined;
|
|
294
285
|
}
|
|
295
286
|
/**
|
|
296
|
-
* <p>
|
|
287
|
+
* <p>Creates the participant’s WebRTC connection data required for the client application
|
|
288
|
+
* (mobile or web) to connect to the call.</p>
|
|
297
289
|
* @public
|
|
298
290
|
*/
|
|
299
|
-
export interface
|
|
291
|
+
export interface WebRTCConnection {
|
|
300
292
|
/**
|
|
301
293
|
* <p>The attendee information, including attendee ID and join token.</p>
|
|
302
294
|
* @public
|
|
@@ -306,7 +298,7 @@ export interface ConnectionData {
|
|
|
306
298
|
* <p>A meeting created using the Amazon Chime SDK.</p>
|
|
307
299
|
* @public
|
|
308
300
|
*/
|
|
309
|
-
Meeting?:
|
|
301
|
+
Meeting?: WebRTCMeeting | undefined;
|
|
310
302
|
}
|
|
311
303
|
/**
|
|
312
304
|
* <p>The websocket for the participant's connection.</p>
|
|
@@ -346,7 +338,7 @@ export interface CreateParticipantConnectionResponse {
|
|
|
346
338
|
* (mobile application or website) to connect to the call. </p>
|
|
347
339
|
* @public
|
|
348
340
|
*/
|
|
349
|
-
WebRTCConnection?:
|
|
341
|
+
WebRTCConnection?: WebRTCConnection | undefined;
|
|
350
342
|
}
|
|
351
343
|
/**
|
|
352
344
|
* @public
|
|
@@ -1074,7 +1066,7 @@ export declare const AttendeeFilterSensitiveLog: (obj: Attendee) => any;
|
|
|
1074
1066
|
/**
|
|
1075
1067
|
* @internal
|
|
1076
1068
|
*/
|
|
1077
|
-
export declare const
|
|
1069
|
+
export declare const WebRTCConnectionFilterSensitiveLog: (obj: WebRTCConnection) => any;
|
|
1078
1070
|
/**
|
|
1079
1071
|
* @internal
|
|
1080
1072
|
*/
|
|
@@ -77,11 +77,10 @@ export interface Attendee {
|
|
|
77
77
|
AttendeeId?: string | undefined;
|
|
78
78
|
JoinToken?: string | undefined;
|
|
79
79
|
}
|
|
80
|
-
export interface
|
|
80
|
+
export interface WebRTCMediaPlacement {
|
|
81
81
|
AudioHostUrl?: string | undefined;
|
|
82
82
|
AudioFallbackUrl?: string | undefined;
|
|
83
83
|
SignalingUrl?: string | undefined;
|
|
84
|
-
TurnControlUrl?: string | undefined;
|
|
85
84
|
EventIngestionUrl?: string | undefined;
|
|
86
85
|
}
|
|
87
86
|
export declare const MeetingFeatureStatus: {
|
|
@@ -96,15 +95,14 @@ export interface AudioFeatures {
|
|
|
96
95
|
export interface MeetingFeaturesConfiguration {
|
|
97
96
|
Audio?: AudioFeatures | undefined;
|
|
98
97
|
}
|
|
99
|
-
export interface
|
|
100
|
-
|
|
101
|
-
MediaPlacement?: MediaPlacement | undefined;
|
|
98
|
+
export interface WebRTCMeeting {
|
|
99
|
+
MediaPlacement?: WebRTCMediaPlacement | undefined;
|
|
102
100
|
MeetingFeatures?: MeetingFeaturesConfiguration | undefined;
|
|
103
101
|
MeetingId?: string | undefined;
|
|
104
102
|
}
|
|
105
|
-
export interface
|
|
103
|
+
export interface WebRTCConnection {
|
|
106
104
|
Attendee?: Attendee | undefined;
|
|
107
|
-
Meeting?:
|
|
105
|
+
Meeting?: WebRTCMeeting | undefined;
|
|
108
106
|
}
|
|
109
107
|
export interface Websocket {
|
|
110
108
|
Url?: string | undefined;
|
|
@@ -113,7 +111,7 @@ export interface Websocket {
|
|
|
113
111
|
export interface CreateParticipantConnectionResponse {
|
|
114
112
|
Websocket?: Websocket | undefined;
|
|
115
113
|
ConnectionCredentials?: ConnectionCredentials | undefined;
|
|
116
|
-
WebRTCConnection?:
|
|
114
|
+
WebRTCConnection?: WebRTCConnection | undefined;
|
|
117
115
|
}
|
|
118
116
|
export interface DescribeViewRequest {
|
|
119
117
|
ViewToken: string | undefined;
|
|
@@ -304,8 +302,8 @@ export interface StartAttachmentUploadResponse {
|
|
|
304
302
|
UploadMetadata?: UploadMetadata | undefined;
|
|
305
303
|
}
|
|
306
304
|
export declare const AttendeeFilterSensitiveLog: (obj: Attendee) => any;
|
|
307
|
-
export declare const
|
|
308
|
-
obj:
|
|
305
|
+
export declare const WebRTCConnectionFilterSensitiveLog: (
|
|
306
|
+
obj: WebRTCConnection
|
|
309
307
|
) => any;
|
|
310
308
|
export declare const CreateParticipantConnectionResponseFilterSensitiveLog: (
|
|
311
309
|
obj: CreateParticipantConnectionResponse
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connectparticipant",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectparticipant Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.876.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connectparticipant",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.876.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.876.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.873.0",
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.876.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.873.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.876.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.873.0",
|
|
30
30
|
"@aws-sdk/types": "3.862.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.873.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.873.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.876.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.5",
|
|
35
35
|
"@smithy/core": "^3.8.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.1.1",
|