@azure/communication-call-automation 1.5.0-beta.2 → 1.5.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/README.md +3 -1
- package/dist/browser/callAutomationClient.d.ts +2 -3
- package/dist/browser/callAutomationClient.d.ts.map +1 -1
- package/dist/browser/callAutomationClient.js +79 -31
- package/dist/browser/callAutomationClient.js.map +1 -1
- package/dist/browser/callAutomationEventParser.d.ts.map +1 -1
- package/dist/browser/callAutomationEventParser.js +9 -10
- package/dist/browser/callAutomationEventParser.js.map +1 -1
- package/dist/browser/callConnection.d.ts +1 -1
- package/dist/browser/callConnection.d.ts.map +1 -1
- package/dist/browser/callConnection.js +82 -38
- package/dist/browser/callConnection.js.map +1 -1
- package/dist/browser/callMedia.d.ts +1 -1
- package/dist/browser/callMedia.d.ts.map +1 -1
- package/dist/browser/callMedia.js +33 -12
- package/dist/browser/callMedia.js.map +1 -1
- package/dist/browser/callRecording.js +11 -6
- package/dist/browser/callRecording.js.map +1 -1
- package/dist/browser/contentDownloader.js +11 -12
- package/dist/browser/contentDownloader.js.map +1 -1
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
- package/dist/browser/credential/callAutomationAuthPolicy.js +1 -1
- package/dist/browser/credential/callAutomationAuthPolicy.js.map +1 -1
- package/dist/browser/credential/cryptoUtils-browser.mjs.map +1 -1
- package/dist/browser/credential/cryptoUtils.js +1 -2
- package/dist/browser/generated/src/callAutomationApiClient.js +14 -5
- package/dist/browser/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/browser/generated/src/models/index.d.ts +305 -322
- package/dist/browser/generated/src/models/index.d.ts.map +1 -1
- package/dist/browser/generated/src/models/index.js +29 -35
- package/dist/browser/generated/src/models/index.js.map +1 -1
- package/dist/browser/generated/src/models/mappers.d.ts +41 -34
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/browser/generated/src/models/mappers.js +481 -462
- package/dist/browser/generated/src/models/mappers.js.map +1 -1
- package/dist/browser/generated/src/models/parameters.js +1 -1
- package/dist/browser/generated/src/models/parameters.js.map +1 -1
- package/dist/browser/generated/src/operations/callConnection.js +23 -40
- package/dist/browser/generated/src/operations/callConnection.js.map +1 -1
- package/dist/browser/generated/src/operations/callMedia.js +1 -0
- package/dist/browser/generated/src/operations/callMedia.js.map +1 -1
- package/dist/browser/generated/src/operations/callRecording.js +1 -0
- package/dist/browser/generated/src/operations/callRecording.js.map +1 -1
- package/dist/browser/generated/src/pagingHelper.js +2 -4
- package/dist/browser/generated/src/pagingHelper.js.map +1 -1
- package/dist/browser/models/constants.d.ts.map +1 -1
- package/dist/browser/models/constants.js +1 -1
- package/dist/browser/models/constants.js.map +1 -1
- package/dist/browser/models/events.d.ts +295 -209
- package/dist/browser/models/events.d.ts.map +1 -1
- package/dist/browser/models/events.js.map +1 -1
- package/dist/browser/models/models.d.ts +44 -4
- package/dist/browser/models/models.d.ts.map +1 -1
- package/dist/browser/models/models.js +1 -1
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/models/options.d.ts +17 -0
- package/dist/browser/models/options.d.ts.map +1 -1
- package/dist/browser/models/options.js.map +1 -1
- package/dist/browser/models/responses.d.ts +1 -1
- package/dist/browser/models/responses.d.ts.map +1 -1
- package/dist/browser/models/responses.js.map +1 -1
- package/dist/browser/models/streaming.d.ts +26 -27
- package/dist/browser/models/streaming.d.ts.map +1 -1
- package/dist/browser/models/streaming.js +28 -57
- package/dist/browser/models/streaming.js.map +1 -1
- package/dist/browser/streamingData.d.ts.map +1 -1
- package/dist/browser/streamingData.js +10 -1
- package/dist/browser/streamingData.js.map +1 -1
- package/dist/browser/utli/converters.d.ts.map +1 -1
- package/dist/browser/utli/converters.js +30 -9
- package/dist/browser/utli/converters.js.map +1 -1
- package/dist/commonjs/callAutomationClient.d.ts +2 -3
- package/dist/commonjs/callAutomationClient.d.ts.map +1 -1
- package/dist/commonjs/callAutomationClient.js +79 -31
- package/dist/commonjs/callAutomationClient.js.map +1 -1
- package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
- package/dist/commonjs/callAutomationEventParser.js +9 -10
- package/dist/commonjs/callAutomationEventParser.js.map +1 -1
- package/dist/commonjs/callConnection.d.ts +1 -1
- package/dist/commonjs/callConnection.d.ts.map +1 -1
- package/dist/commonjs/callConnection.js +82 -38
- package/dist/commonjs/callConnection.js.map +1 -1
- package/dist/commonjs/callMedia.d.ts +1 -1
- package/dist/commonjs/callMedia.d.ts.map +1 -1
- package/dist/commonjs/callMedia.js +42 -21
- package/dist/commonjs/callMedia.js.map +1 -1
- package/dist/commonjs/callRecording.js +12 -7
- package/dist/commonjs/callRecording.js.map +1 -1
- package/dist/commonjs/contentDownloader.js +11 -12
- package/dist/commonjs/contentDownloader.js.map +1 -1
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
- package/dist/commonjs/credential/callAutomationAuthPolicy.js +1 -1
- package/dist/commonjs/credential/callAutomationAuthPolicy.js.map +1 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.js +14 -5
- package/dist/commonjs/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/commonjs/generated/src/models/index.d.ts +305 -322
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js +30 -36
- package/dist/commonjs/generated/src/models/index.js.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.d.ts +41 -34
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.js +484 -465
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +1 -1
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callConnection.js +23 -39
- package/dist/commonjs/generated/src/operations/callConnection.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callMedia.js +1 -0
- package/dist/commonjs/generated/src/operations/callMedia.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callRecording.js +1 -0
- package/dist/commonjs/generated/src/operations/callRecording.js.map +1 -1
- package/dist/commonjs/generated/src/pagingHelper.js +2 -4
- package/dist/commonjs/generated/src/pagingHelper.js.map +1 -1
- package/dist/commonjs/models/constants.d.ts.map +1 -1
- package/dist/commonjs/models/constants.js +1 -1
- package/dist/commonjs/models/constants.js.map +1 -1
- package/dist/commonjs/models/events.d.ts +295 -209
- package/dist/commonjs/models/events.d.ts.map +1 -1
- package/dist/commonjs/models/events.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +44 -4
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +2 -16
- package/dist/commonjs/models/models.js.map +1 -1
- package/dist/commonjs/models/options.d.ts +17 -0
- package/dist/commonjs/models/options.d.ts.map +1 -1
- package/dist/commonjs/models/options.js.map +1 -1
- package/dist/commonjs/models/responses.d.ts +1 -1
- package/dist/commonjs/models/responses.d.ts.map +1 -1
- package/dist/commonjs/models/responses.js.map +1 -1
- package/dist/commonjs/models/streaming.d.ts +26 -27
- package/dist/commonjs/models/streaming.d.ts.map +1 -1
- package/dist/commonjs/models/streaming.js +31 -59
- package/dist/commonjs/models/streaming.js.map +1 -1
- package/dist/commonjs/streamingData.d.ts.map +1 -1
- package/dist/commonjs/streamingData.js +10 -1
- package/dist/commonjs/streamingData.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/commonjs/utli/converters.d.ts.map +1 -1
- package/dist/commonjs/utli/converters.js +30 -9
- package/dist/commonjs/utli/converters.js.map +1 -1
- package/dist/esm/callAutomationClient.d.ts +2 -3
- package/dist/esm/callAutomationClient.d.ts.map +1 -1
- package/dist/esm/callAutomationClient.js +79 -31
- package/dist/esm/callAutomationClient.js.map +1 -1
- package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
- package/dist/esm/callAutomationEventParser.js +9 -10
- package/dist/esm/callAutomationEventParser.js.map +1 -1
- package/dist/esm/callConnection.d.ts +1 -1
- package/dist/esm/callConnection.d.ts.map +1 -1
- package/dist/esm/callConnection.js +82 -38
- package/dist/esm/callConnection.js.map +1 -1
- package/dist/esm/callMedia.d.ts +1 -1
- package/dist/esm/callMedia.d.ts.map +1 -1
- package/dist/esm/callMedia.js +33 -12
- package/dist/esm/callMedia.js.map +1 -1
- package/dist/esm/callRecording.js +11 -6
- package/dist/esm/callRecording.js.map +1 -1
- package/dist/esm/contentDownloader.js +11 -12
- package/dist/esm/contentDownloader.js.map +1 -1
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
- package/dist/esm/credential/callAutomationAuthPolicy.js +1 -1
- package/dist/esm/credential/callAutomationAuthPolicy.js.map +1 -1
- package/dist/esm/generated/src/callAutomationApiClient.js +14 -5
- package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +305 -322
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- package/dist/esm/generated/src/models/index.js +29 -35
- package/dist/esm/generated/src/models/index.js.map +1 -1
- package/dist/esm/generated/src/models/mappers.d.ts +41 -34
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/esm/generated/src/models/mappers.js +481 -462
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +1 -1
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/operations/callConnection.js +23 -40
- package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
- package/dist/esm/generated/src/operations/callMedia.js +1 -0
- package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
- package/dist/esm/generated/src/operations/callRecording.js +1 -0
- package/dist/esm/generated/src/operations/callRecording.js.map +1 -1
- package/dist/esm/generated/src/pagingHelper.js +2 -4
- package/dist/esm/generated/src/pagingHelper.js.map +1 -1
- package/dist/esm/models/constants.d.ts.map +1 -1
- package/dist/esm/models/constants.js +1 -1
- package/dist/esm/models/constants.js.map +1 -1
- package/dist/esm/models/events.d.ts +295 -209
- package/dist/esm/models/events.d.ts.map +1 -1
- package/dist/esm/models/events.js.map +1 -1
- package/dist/esm/models/models.d.ts +44 -4
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js +1 -1
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/models/options.d.ts +17 -0
- package/dist/esm/models/options.d.ts.map +1 -1
- package/dist/esm/models/options.js.map +1 -1
- package/dist/esm/models/responses.d.ts +1 -1
- package/dist/esm/models/responses.d.ts.map +1 -1
- package/dist/esm/models/responses.js.map +1 -1
- package/dist/esm/models/streaming.d.ts +26 -27
- package/dist/esm/models/streaming.d.ts.map +1 -1
- package/dist/esm/models/streaming.js +28 -57
- package/dist/esm/models/streaming.js.map +1 -1
- package/dist/esm/streamingData.d.ts.map +1 -1
- package/dist/esm/streamingData.js +10 -1
- package/dist/esm/streamingData.js.map +1 -1
- package/dist/esm/utli/converters.d.ts.map +1 -1
- package/dist/esm/utli/converters.js +30 -9
- package/dist/esm/utli/converters.js.map +1 -1
- package/dist/react-native/callAutomationClient.d.ts +2 -3
- package/dist/react-native/callAutomationClient.d.ts.map +1 -1
- package/dist/react-native/callAutomationClient.js +79 -31
- package/dist/react-native/callAutomationClient.js.map +1 -1
- package/dist/react-native/callAutomationEventParser.d.ts.map +1 -1
- package/dist/react-native/callAutomationEventParser.js +9 -10
- package/dist/react-native/callAutomationEventParser.js.map +1 -1
- package/dist/react-native/callConnection.d.ts +1 -1
- package/dist/react-native/callConnection.d.ts.map +1 -1
- package/dist/react-native/callConnection.js +82 -38
- package/dist/react-native/callConnection.js.map +1 -1
- package/dist/react-native/callMedia.d.ts +1 -1
- package/dist/react-native/callMedia.d.ts.map +1 -1
- package/dist/react-native/callMedia.js +33 -12
- package/dist/react-native/callMedia.js.map +1 -1
- package/dist/react-native/callRecording.js +11 -6
- package/dist/react-native/callRecording.js.map +1 -1
- package/dist/react-native/contentDownloader.js +11 -12
- package/dist/react-native/contentDownloader.js.map +1 -1
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
- package/dist/react-native/credential/callAutomationAuthPolicy.js +1 -1
- package/dist/react-native/credential/callAutomationAuthPolicy.js.map +1 -1
- package/dist/react-native/generated/src/callAutomationApiClient.js +14 -5
- package/dist/react-native/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/react-native/generated/src/models/index.d.ts +305 -322
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/index.js +29 -35
- package/dist/react-native/generated/src/models/index.js.map +1 -1
- package/dist/react-native/generated/src/models/mappers.d.ts +41 -34
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/mappers.js +481 -462
- package/dist/react-native/generated/src/models/mappers.js.map +1 -1
- package/dist/react-native/generated/src/models/parameters.js +1 -1
- package/dist/react-native/generated/src/models/parameters.js.map +1 -1
- package/dist/react-native/generated/src/operations/callConnection.js +23 -40
- package/dist/react-native/generated/src/operations/callConnection.js.map +1 -1
- package/dist/react-native/generated/src/operations/callMedia.js +1 -0
- package/dist/react-native/generated/src/operations/callMedia.js.map +1 -1
- package/dist/react-native/generated/src/operations/callRecording.js +1 -0
- package/dist/react-native/generated/src/operations/callRecording.js.map +1 -1
- package/dist/react-native/generated/src/pagingHelper.js +2 -4
- package/dist/react-native/generated/src/pagingHelper.js.map +1 -1
- package/dist/react-native/models/constants.d.ts.map +1 -1
- package/dist/react-native/models/constants.js +1 -1
- package/dist/react-native/models/constants.js.map +1 -1
- package/dist/react-native/models/events.d.ts +295 -209
- package/dist/react-native/models/events.d.ts.map +1 -1
- package/dist/react-native/models/events.js.map +1 -1
- package/dist/react-native/models/models.d.ts +44 -4
- package/dist/react-native/models/models.d.ts.map +1 -1
- package/dist/react-native/models/models.js +1 -1
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/models/options.d.ts +17 -0
- package/dist/react-native/models/options.d.ts.map +1 -1
- package/dist/react-native/models/options.js.map +1 -1
- package/dist/react-native/models/responses.d.ts +1 -1
- package/dist/react-native/models/responses.d.ts.map +1 -1
- package/dist/react-native/models/responses.js.map +1 -1
- package/dist/react-native/models/streaming.d.ts +26 -27
- package/dist/react-native/models/streaming.d.ts.map +1 -1
- package/dist/react-native/models/streaming.js +28 -57
- package/dist/react-native/models/streaming.js.map +1 -1
- package/dist/react-native/streamingData.d.ts.map +1 -1
- package/dist/react-native/streamingData.js +10 -1
- package/dist/react-native/streamingData.js.map +1 -1
- package/dist/react-native/utli/converters.d.ts.map +1 -1
- package/dist/react-native/utli/converters.js +30 -9
- package/dist/react-native/utli/converters.js.map +1 -1
- package/package.json +37 -44
|
@@ -67,14 +67,14 @@ export const CreateCallRequest = {
|
|
|
67
67
|
serializedName: "mediaStreamingOptions",
|
|
68
68
|
type: {
|
|
69
69
|
name: "Composite",
|
|
70
|
-
className: "
|
|
70
|
+
className: "MediaStreamingOptionsInternal",
|
|
71
71
|
},
|
|
72
72
|
},
|
|
73
73
|
transcriptionOptions: {
|
|
74
74
|
serializedName: "transcriptionOptions",
|
|
75
75
|
type: {
|
|
76
76
|
name: "Composite",
|
|
77
|
-
className: "
|
|
77
|
+
className: "TranscriptionOptionsInternal",
|
|
78
78
|
},
|
|
79
79
|
},
|
|
80
80
|
teamsAppSource: {
|
|
@@ -281,18 +281,16 @@ export const CallIntelligenceOptionsInternal = {
|
|
|
281
281
|
},
|
|
282
282
|
},
|
|
283
283
|
};
|
|
284
|
-
export const
|
|
284
|
+
export const MediaStreamingOptionsInternal = {
|
|
285
285
|
type: {
|
|
286
286
|
name: "Composite",
|
|
287
|
-
className: "
|
|
287
|
+
className: "MediaStreamingOptionsInternal",
|
|
288
|
+
uberParent: "MediaStreamingOptionsInternal",
|
|
289
|
+
polymorphicDiscriminator: {
|
|
290
|
+
serializedName: "transportType",
|
|
291
|
+
clientName: "transportType",
|
|
292
|
+
},
|
|
288
293
|
modelProperties: {
|
|
289
|
-
transportUrl: {
|
|
290
|
-
serializedName: "transportUrl",
|
|
291
|
-
required: true,
|
|
292
|
-
type: {
|
|
293
|
-
name: "String",
|
|
294
|
-
},
|
|
295
|
-
},
|
|
296
294
|
transportType: {
|
|
297
295
|
serializedName: "transportType",
|
|
298
296
|
required: true,
|
|
@@ -300,13 +298,6 @@ export const MediaStreamingOptions = {
|
|
|
300
298
|
name: "String",
|
|
301
299
|
},
|
|
302
300
|
},
|
|
303
|
-
contentType: {
|
|
304
|
-
serializedName: "contentType",
|
|
305
|
-
required: true,
|
|
306
|
-
type: {
|
|
307
|
-
name: "String",
|
|
308
|
-
},
|
|
309
|
-
},
|
|
310
301
|
audioChannelType: {
|
|
311
302
|
serializedName: "audioChannelType",
|
|
312
303
|
required: true,
|
|
@@ -314,39 +305,19 @@ export const MediaStreamingOptions = {
|
|
|
314
305
|
name: "String",
|
|
315
306
|
},
|
|
316
307
|
},
|
|
317
|
-
startMediaStreaming: {
|
|
318
|
-
serializedName: "startMediaStreaming",
|
|
319
|
-
type: {
|
|
320
|
-
name: "Boolean",
|
|
321
|
-
},
|
|
322
|
-
},
|
|
323
|
-
enableBidirectional: {
|
|
324
|
-
serializedName: "enableBidirectional",
|
|
325
|
-
type: {
|
|
326
|
-
name: "Boolean",
|
|
327
|
-
},
|
|
328
|
-
},
|
|
329
|
-
audioFormat: {
|
|
330
|
-
serializedName: "audioFormat",
|
|
331
|
-
type: {
|
|
332
|
-
name: "String",
|
|
333
|
-
},
|
|
334
|
-
},
|
|
335
308
|
},
|
|
336
309
|
},
|
|
337
310
|
};
|
|
338
|
-
export const
|
|
311
|
+
export const TranscriptionOptionsInternal = {
|
|
339
312
|
type: {
|
|
340
313
|
name: "Composite",
|
|
341
|
-
className: "
|
|
314
|
+
className: "TranscriptionOptionsInternal",
|
|
315
|
+
uberParent: "TranscriptionOptionsInternal",
|
|
316
|
+
polymorphicDiscriminator: {
|
|
317
|
+
serializedName: "transportType",
|
|
318
|
+
clientName: "transportType",
|
|
319
|
+
},
|
|
342
320
|
modelProperties: {
|
|
343
|
-
transportUrl: {
|
|
344
|
-
serializedName: "transportUrl",
|
|
345
|
-
required: true,
|
|
346
|
-
type: {
|
|
347
|
-
name: "String",
|
|
348
|
-
},
|
|
349
|
-
},
|
|
350
321
|
transportType: {
|
|
351
322
|
serializedName: "transportType",
|
|
352
323
|
required: true,
|
|
@@ -361,25 +332,6 @@ export const TranscriptionOptions = {
|
|
|
361
332
|
name: "String",
|
|
362
333
|
},
|
|
363
334
|
},
|
|
364
|
-
speechRecognitionModelEndpointId: {
|
|
365
|
-
serializedName: "speechRecognitionModelEndpointId",
|
|
366
|
-
type: {
|
|
367
|
-
name: "String",
|
|
368
|
-
},
|
|
369
|
-
},
|
|
370
|
-
startTranscription: {
|
|
371
|
-
serializedName: "startTranscription",
|
|
372
|
-
required: true,
|
|
373
|
-
type: {
|
|
374
|
-
name: "Boolean",
|
|
375
|
-
},
|
|
376
|
-
},
|
|
377
|
-
enableIntermediateResults: {
|
|
378
|
-
serializedName: "enableIntermediateResults",
|
|
379
|
-
type: {
|
|
380
|
-
name: "Boolean",
|
|
381
|
-
},
|
|
382
|
-
},
|
|
383
335
|
},
|
|
384
336
|
},
|
|
385
337
|
};
|
|
@@ -540,6 +492,12 @@ export const TranscriptionSubscription = {
|
|
|
540
492
|
},
|
|
541
493
|
},
|
|
542
494
|
},
|
|
495
|
+
locale: {
|
|
496
|
+
serializedName: "locale",
|
|
497
|
+
type: {
|
|
498
|
+
name: "String",
|
|
499
|
+
},
|
|
500
|
+
},
|
|
543
501
|
},
|
|
544
502
|
},
|
|
545
503
|
};
|
|
@@ -650,14 +608,14 @@ export const AnswerCallRequest = {
|
|
|
650
608
|
serializedName: "mediaStreamingOptions",
|
|
651
609
|
type: {
|
|
652
610
|
name: "Composite",
|
|
653
|
-
className: "
|
|
611
|
+
className: "MediaStreamingOptionsInternal",
|
|
654
612
|
},
|
|
655
613
|
},
|
|
656
614
|
transcriptionOptions: {
|
|
657
615
|
serializedName: "transcriptionOptions",
|
|
658
616
|
type: {
|
|
659
617
|
name: "Composite",
|
|
660
|
-
className: "
|
|
618
|
+
className: "TranscriptionOptionsInternal",
|
|
661
619
|
},
|
|
662
620
|
},
|
|
663
621
|
},
|
|
@@ -742,14 +700,14 @@ export const ConnectRequest = {
|
|
|
742
700
|
serializedName: "mediaStreamingOptions",
|
|
743
701
|
type: {
|
|
744
702
|
name: "Composite",
|
|
745
|
-
className: "
|
|
703
|
+
className: "MediaStreamingOptionsInternal",
|
|
746
704
|
},
|
|
747
705
|
},
|
|
748
706
|
transcriptionOptions: {
|
|
749
707
|
serializedName: "transcriptionOptions",
|
|
750
708
|
type: {
|
|
751
709
|
name: "Composite",
|
|
752
|
-
className: "
|
|
710
|
+
className: "TranscriptionOptionsInternal",
|
|
753
711
|
},
|
|
754
712
|
},
|
|
755
713
|
},
|
|
@@ -1072,8 +1030,8 @@ export const StartTranscriptionRequest = {
|
|
|
1072
1030
|
name: "String",
|
|
1073
1031
|
},
|
|
1074
1032
|
},
|
|
1075
|
-
|
|
1076
|
-
serializedName: "
|
|
1033
|
+
speechModelEndpointId: {
|
|
1034
|
+
serializedName: "speechModelEndpointId",
|
|
1077
1035
|
type: {
|
|
1078
1036
|
name: "String",
|
|
1079
1037
|
},
|
|
@@ -1084,6 +1042,12 @@ export const StartTranscriptionRequest = {
|
|
|
1084
1042
|
name: "String",
|
|
1085
1043
|
},
|
|
1086
1044
|
},
|
|
1045
|
+
operationCallbackUri: {
|
|
1046
|
+
serializedName: "operationCallbackUri",
|
|
1047
|
+
type: {
|
|
1048
|
+
name: "String",
|
|
1049
|
+
},
|
|
1050
|
+
},
|
|
1087
1051
|
},
|
|
1088
1052
|
},
|
|
1089
1053
|
};
|
|
@@ -1098,6 +1062,12 @@ export const StopTranscriptionRequest = {
|
|
|
1098
1062
|
name: "String",
|
|
1099
1063
|
},
|
|
1100
1064
|
},
|
|
1065
|
+
operationCallbackUri: {
|
|
1066
|
+
serializedName: "operationCallbackUri",
|
|
1067
|
+
type: {
|
|
1068
|
+
name: "String",
|
|
1069
|
+
},
|
|
1070
|
+
},
|
|
1101
1071
|
},
|
|
1102
1072
|
},
|
|
1103
1073
|
};
|
|
@@ -1108,13 +1078,12 @@ export const UpdateTranscriptionRequest = {
|
|
|
1108
1078
|
modelProperties: {
|
|
1109
1079
|
locale: {
|
|
1110
1080
|
serializedName: "locale",
|
|
1111
|
-
required: true,
|
|
1112
1081
|
type: {
|
|
1113
1082
|
name: "String",
|
|
1114
1083
|
},
|
|
1115
1084
|
},
|
|
1116
|
-
|
|
1117
|
-
serializedName: "
|
|
1085
|
+
speechModelEndpointId: {
|
|
1086
|
+
serializedName: "speechModelEndpointId",
|
|
1118
1087
|
type: {
|
|
1119
1088
|
name: "String",
|
|
1120
1089
|
},
|
|
@@ -1125,6 +1094,12 @@ export const UpdateTranscriptionRequest = {
|
|
|
1125
1094
|
name: "String",
|
|
1126
1095
|
},
|
|
1127
1096
|
},
|
|
1097
|
+
operationCallbackUri: {
|
|
1098
|
+
serializedName: "operationCallbackUri",
|
|
1099
|
+
type: {
|
|
1100
|
+
name: "String",
|
|
1101
|
+
},
|
|
1102
|
+
},
|
|
1128
1103
|
},
|
|
1129
1104
|
},
|
|
1130
1105
|
};
|
|
@@ -1470,6 +1445,12 @@ export const UnholdRequest = {
|
|
|
1470
1445
|
name: "String",
|
|
1471
1446
|
},
|
|
1472
1447
|
},
|
|
1448
|
+
operationCallbackUri: {
|
|
1449
|
+
serializedName: "operationCallbackUri",
|
|
1450
|
+
type: {
|
|
1451
|
+
name: "String",
|
|
1452
|
+
},
|
|
1453
|
+
},
|
|
1473
1454
|
},
|
|
1474
1455
|
},
|
|
1475
1456
|
};
|
|
@@ -1934,10 +1915,10 @@ export const RecordingStateResponse = {
|
|
|
1934
1915
|
},
|
|
1935
1916
|
},
|
|
1936
1917
|
};
|
|
1937
|
-
export const
|
|
1918
|
+
export const AddParticipantFailed = {
|
|
1938
1919
|
type: {
|
|
1939
1920
|
name: "Composite",
|
|
1940
|
-
className: "
|
|
1921
|
+
className: "AddParticipantFailed",
|
|
1941
1922
|
modelProperties: {
|
|
1942
1923
|
callConnectionId: {
|
|
1943
1924
|
serializedName: "callConnectionId",
|
|
@@ -1967,16 +1948,23 @@ export const ConnectFailed = {
|
|
|
1967
1948
|
serializedName: "resultInformation",
|
|
1968
1949
|
type: {
|
|
1969
1950
|
name: "Composite",
|
|
1970
|
-
className: "
|
|
1951
|
+
className: "ResultInformation",
|
|
1952
|
+
},
|
|
1953
|
+
},
|
|
1954
|
+
participant: {
|
|
1955
|
+
serializedName: "participant",
|
|
1956
|
+
type: {
|
|
1957
|
+
name: "Composite",
|
|
1958
|
+
className: "CommunicationIdentifierModel",
|
|
1971
1959
|
},
|
|
1972
1960
|
},
|
|
1973
1961
|
},
|
|
1974
1962
|
},
|
|
1975
1963
|
};
|
|
1976
|
-
export const
|
|
1964
|
+
export const ResultInformation = {
|
|
1977
1965
|
type: {
|
|
1978
1966
|
name: "Composite",
|
|
1979
|
-
className: "
|
|
1967
|
+
className: "ResultInformation",
|
|
1980
1968
|
modelProperties: {
|
|
1981
1969
|
code: {
|
|
1982
1970
|
serializedName: "code",
|
|
@@ -1999,10 +1987,10 @@ export const RestResultInformation = {
|
|
|
1999
1987
|
},
|
|
2000
1988
|
},
|
|
2001
1989
|
};
|
|
2002
|
-
export const
|
|
1990
|
+
export const AddParticipantSucceeded = {
|
|
2003
1991
|
type: {
|
|
2004
1992
|
name: "Composite",
|
|
2005
|
-
className: "
|
|
1993
|
+
className: "AddParticipantSucceeded",
|
|
2006
1994
|
modelProperties: {
|
|
2007
1995
|
callConnectionId: {
|
|
2008
1996
|
serializedName: "callConnectionId",
|
|
@@ -2032,78 +2020,63 @@ export const PlayStarted = {
|
|
|
2032
2020
|
serializedName: "resultInformation",
|
|
2033
2021
|
type: {
|
|
2034
2022
|
name: "Composite",
|
|
2035
|
-
className: "
|
|
2023
|
+
className: "ResultInformation",
|
|
2036
2024
|
},
|
|
2037
2025
|
},
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
};
|
|
2041
|
-
export const DtmfResult = {
|
|
2042
|
-
type: {
|
|
2043
|
-
name: "Composite",
|
|
2044
|
-
className: "DtmfResult",
|
|
2045
|
-
modelProperties: {
|
|
2046
|
-
tones: {
|
|
2047
|
-
serializedName: "tones",
|
|
2048
|
-
readOnly: true,
|
|
2026
|
+
participant: {
|
|
2027
|
+
serializedName: "participant",
|
|
2049
2028
|
type: {
|
|
2050
|
-
name: "
|
|
2051
|
-
|
|
2052
|
-
type: {
|
|
2053
|
-
name: "String",
|
|
2054
|
-
},
|
|
2055
|
-
},
|
|
2029
|
+
name: "Composite",
|
|
2030
|
+
className: "CommunicationIdentifierModel",
|
|
2056
2031
|
},
|
|
2057
2032
|
},
|
|
2058
2033
|
},
|
|
2059
2034
|
},
|
|
2060
2035
|
};
|
|
2061
|
-
export const
|
|
2036
|
+
export const CallConnected = {
|
|
2062
2037
|
type: {
|
|
2063
2038
|
name: "Composite",
|
|
2064
|
-
className: "
|
|
2039
|
+
className: "CallConnected",
|
|
2065
2040
|
modelProperties: {
|
|
2066
|
-
|
|
2067
|
-
serializedName: "
|
|
2041
|
+
callConnectionId: {
|
|
2042
|
+
serializedName: "callConnectionId",
|
|
2068
2043
|
type: {
|
|
2069
2044
|
name: "String",
|
|
2070
2045
|
},
|
|
2071
2046
|
},
|
|
2072
|
-
|
|
2073
|
-
serializedName: "
|
|
2047
|
+
serverCallId: {
|
|
2048
|
+
serializedName: "serverCallId",
|
|
2074
2049
|
type: {
|
|
2075
2050
|
name: "String",
|
|
2076
2051
|
},
|
|
2077
2052
|
},
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
speech: {
|
|
2087
|
-
serializedName: "speech",
|
|
2053
|
+
correlationId: {
|
|
2054
|
+
serializedName: "correlationId",
|
|
2055
|
+
type: {
|
|
2056
|
+
name: "String",
|
|
2057
|
+
},
|
|
2058
|
+
},
|
|
2059
|
+
operationContext: {
|
|
2060
|
+
serializedName: "operationContext",
|
|
2088
2061
|
type: {
|
|
2089
2062
|
name: "String",
|
|
2090
2063
|
},
|
|
2091
2064
|
},
|
|
2065
|
+
resultInformation: {
|
|
2066
|
+
serializedName: "resultInformation",
|
|
2067
|
+
type: {
|
|
2068
|
+
name: "Composite",
|
|
2069
|
+
className: "ResultInformation",
|
|
2070
|
+
},
|
|
2071
|
+
},
|
|
2092
2072
|
},
|
|
2093
2073
|
},
|
|
2094
2074
|
};
|
|
2095
|
-
export const
|
|
2075
|
+
export const CallDisconnected = {
|
|
2096
2076
|
type: {
|
|
2097
2077
|
name: "Composite",
|
|
2098
|
-
className: "
|
|
2078
|
+
className: "CallDisconnected",
|
|
2099
2079
|
modelProperties: {
|
|
2100
|
-
mediaStreamingUpdate: {
|
|
2101
|
-
serializedName: "mediaStreamingUpdate",
|
|
2102
|
-
type: {
|
|
2103
|
-
name: "Composite",
|
|
2104
|
-
className: "MediaStreamingUpdate",
|
|
2105
|
-
},
|
|
2106
|
-
},
|
|
2107
2080
|
callConnectionId: {
|
|
2108
2081
|
serializedName: "callConnectionId",
|
|
2109
2082
|
type: {
|
|
@@ -2132,50 +2105,70 @@ export const MediaStreamingFailed = {
|
|
|
2132
2105
|
serializedName: "resultInformation",
|
|
2133
2106
|
type: {
|
|
2134
2107
|
name: "Composite",
|
|
2135
|
-
className: "
|
|
2108
|
+
className: "ResultInformation",
|
|
2136
2109
|
},
|
|
2137
2110
|
},
|
|
2138
2111
|
},
|
|
2139
2112
|
},
|
|
2140
2113
|
};
|
|
2141
|
-
export const
|
|
2114
|
+
export const CallTransferAccepted = {
|
|
2142
2115
|
type: {
|
|
2143
2116
|
name: "Composite",
|
|
2144
|
-
className: "
|
|
2117
|
+
className: "CallTransferAccepted",
|
|
2145
2118
|
modelProperties: {
|
|
2146
|
-
|
|
2147
|
-
serializedName: "
|
|
2119
|
+
callConnectionId: {
|
|
2120
|
+
serializedName: "callConnectionId",
|
|
2148
2121
|
type: {
|
|
2149
2122
|
name: "String",
|
|
2150
2123
|
},
|
|
2151
2124
|
},
|
|
2152
|
-
|
|
2153
|
-
serializedName: "
|
|
2125
|
+
serverCallId: {
|
|
2126
|
+
serializedName: "serverCallId",
|
|
2154
2127
|
type: {
|
|
2155
2128
|
name: "String",
|
|
2156
2129
|
},
|
|
2157
2130
|
},
|
|
2158
|
-
|
|
2159
|
-
serializedName: "
|
|
2131
|
+
correlationId: {
|
|
2132
|
+
serializedName: "correlationId",
|
|
2160
2133
|
type: {
|
|
2161
2134
|
name: "String",
|
|
2162
2135
|
},
|
|
2163
2136
|
},
|
|
2137
|
+
operationContext: {
|
|
2138
|
+
serializedName: "operationContext",
|
|
2139
|
+
type: {
|
|
2140
|
+
name: "String",
|
|
2141
|
+
},
|
|
2142
|
+
},
|
|
2143
|
+
resultInformation: {
|
|
2144
|
+
serializedName: "resultInformation",
|
|
2145
|
+
type: {
|
|
2146
|
+
name: "Composite",
|
|
2147
|
+
className: "ResultInformation",
|
|
2148
|
+
},
|
|
2149
|
+
},
|
|
2150
|
+
transferTarget: {
|
|
2151
|
+
serializedName: "transferTarget",
|
|
2152
|
+
type: {
|
|
2153
|
+
name: "Composite",
|
|
2154
|
+
className: "CommunicationIdentifierModel",
|
|
2155
|
+
},
|
|
2156
|
+
},
|
|
2157
|
+
transferee: {
|
|
2158
|
+
serializedName: "transferee",
|
|
2159
|
+
type: {
|
|
2160
|
+
name: "Composite",
|
|
2161
|
+
className: "CommunicationIdentifierModel",
|
|
2162
|
+
},
|
|
2163
|
+
},
|
|
2164
2164
|
},
|
|
2165
2165
|
},
|
|
2166
2166
|
};
|
|
2167
|
-
export const
|
|
2167
|
+
export const CallTransferFailed = {
|
|
2168
2168
|
type: {
|
|
2169
2169
|
name: "Composite",
|
|
2170
|
-
className: "
|
|
2170
|
+
className: "CallTransferFailed",
|
|
2171
2171
|
modelProperties: {
|
|
2172
|
-
mediaStreamingUpdate: {
|
|
2173
|
-
serializedName: "mediaStreamingUpdate",
|
|
2174
|
-
type: {
|
|
2175
|
-
name: "Composite",
|
|
2176
|
-
className: "MediaStreamingUpdate",
|
|
2177
|
-
},
|
|
2178
|
-
},
|
|
2179
2172
|
callConnectionId: {
|
|
2180
2173
|
serializedName: "callConnectionId",
|
|
2181
2174
|
type: {
|
|
@@ -2204,24 +2197,17 @@ export const MediaStreamingStarted = {
|
|
|
2204
2197
|
serializedName: "resultInformation",
|
|
2205
2198
|
type: {
|
|
2206
2199
|
name: "Composite",
|
|
2207
|
-
className: "
|
|
2200
|
+
className: "ResultInformation",
|
|
2208
2201
|
},
|
|
2209
2202
|
},
|
|
2210
2203
|
},
|
|
2211
2204
|
},
|
|
2212
2205
|
};
|
|
2213
|
-
export const
|
|
2206
|
+
export const ParticipantsUpdated = {
|
|
2214
2207
|
type: {
|
|
2215
2208
|
name: "Composite",
|
|
2216
|
-
className: "
|
|
2209
|
+
className: "ParticipantsUpdated",
|
|
2217
2210
|
modelProperties: {
|
|
2218
|
-
mediaStreamingUpdate: {
|
|
2219
|
-
serializedName: "mediaStreamingUpdate",
|
|
2220
|
-
type: {
|
|
2221
|
-
name: "Composite",
|
|
2222
|
-
className: "MediaStreamingUpdate",
|
|
2223
|
-
},
|
|
2224
|
-
},
|
|
2225
2211
|
callConnectionId: {
|
|
2226
2212
|
serializedName: "callConnectionId",
|
|
2227
2213
|
type: {
|
|
@@ -2240,34 +2226,39 @@ export const MediaStreamingStopped = {
|
|
|
2240
2226
|
name: "String",
|
|
2241
2227
|
},
|
|
2242
2228
|
},
|
|
2243
|
-
|
|
2244
|
-
serializedName: "
|
|
2229
|
+
sequenceNumber: {
|
|
2230
|
+
serializedName: "sequenceNumber",
|
|
2245
2231
|
type: {
|
|
2246
|
-
name: "
|
|
2232
|
+
name: "Number",
|
|
2233
|
+
},
|
|
2234
|
+
},
|
|
2235
|
+
participants: {
|
|
2236
|
+
serializedName: "participants",
|
|
2237
|
+
type: {
|
|
2238
|
+
name: "Sequence",
|
|
2239
|
+
element: {
|
|
2240
|
+
type: {
|
|
2241
|
+
name: "Composite",
|
|
2242
|
+
className: "CallParticipantInternal",
|
|
2243
|
+
},
|
|
2244
|
+
},
|
|
2247
2245
|
},
|
|
2248
2246
|
},
|
|
2249
2247
|
resultInformation: {
|
|
2250
2248
|
serializedName: "resultInformation",
|
|
2251
2249
|
type: {
|
|
2252
2250
|
name: "Composite",
|
|
2253
|
-
className: "
|
|
2251
|
+
className: "ResultInformation",
|
|
2254
2252
|
},
|
|
2255
2253
|
},
|
|
2256
2254
|
},
|
|
2257
2255
|
},
|
|
2258
2256
|
};
|
|
2259
|
-
export const
|
|
2257
|
+
export const RemoveParticipantSucceeded = {
|
|
2260
2258
|
type: {
|
|
2261
2259
|
name: "Composite",
|
|
2262
|
-
className: "
|
|
2260
|
+
className: "RemoveParticipantSucceeded",
|
|
2263
2261
|
modelProperties: {
|
|
2264
|
-
recordingId: {
|
|
2265
|
-
serializedName: "recordingId",
|
|
2266
|
-
readOnly: true,
|
|
2267
|
-
type: {
|
|
2268
|
-
name: "String",
|
|
2269
|
-
},
|
|
2270
|
-
},
|
|
2271
2262
|
callConnectionId: {
|
|
2272
2263
|
serializedName: "callConnectionId",
|
|
2273
2264
|
type: {
|
|
@@ -2296,66 +2287,7 @@ export const StartRecordingFailed = {
|
|
|
2296
2287
|
serializedName: "resultInformation",
|
|
2297
2288
|
type: {
|
|
2298
2289
|
name: "Composite",
|
|
2299
|
-
className: "
|
|
2300
|
-
},
|
|
2301
|
-
},
|
|
2302
|
-
},
|
|
2303
|
-
},
|
|
2304
|
-
};
|
|
2305
|
-
export const TranscriptionUpdate = {
|
|
2306
|
-
type: {
|
|
2307
|
-
name: "Composite",
|
|
2308
|
-
className: "TranscriptionUpdate",
|
|
2309
|
-
modelProperties: {
|
|
2310
|
-
transcriptionStatus: {
|
|
2311
|
-
serializedName: "transcriptionStatus",
|
|
2312
|
-
type: {
|
|
2313
|
-
name: "String",
|
|
2314
|
-
},
|
|
2315
|
-
},
|
|
2316
|
-
transcriptionStatusDetails: {
|
|
2317
|
-
serializedName: "transcriptionStatusDetails",
|
|
2318
|
-
type: {
|
|
2319
|
-
name: "String",
|
|
2320
|
-
},
|
|
2321
|
-
},
|
|
2322
|
-
},
|
|
2323
|
-
},
|
|
2324
|
-
};
|
|
2325
|
-
export const RestAddParticipantSucceeded = {
|
|
2326
|
-
type: {
|
|
2327
|
-
name: "Composite",
|
|
2328
|
-
className: "RestAddParticipantSucceeded",
|
|
2329
|
-
modelProperties: {
|
|
2330
|
-
callConnectionId: {
|
|
2331
|
-
serializedName: "callConnectionId",
|
|
2332
|
-
type: {
|
|
2333
|
-
name: "String",
|
|
2334
|
-
},
|
|
2335
|
-
},
|
|
2336
|
-
serverCallId: {
|
|
2337
|
-
serializedName: "serverCallId",
|
|
2338
|
-
type: {
|
|
2339
|
-
name: "String",
|
|
2340
|
-
},
|
|
2341
|
-
},
|
|
2342
|
-
correlationId: {
|
|
2343
|
-
serializedName: "correlationId",
|
|
2344
|
-
type: {
|
|
2345
|
-
name: "String",
|
|
2346
|
-
},
|
|
2347
|
-
},
|
|
2348
|
-
operationContext: {
|
|
2349
|
-
serializedName: "operationContext",
|
|
2350
|
-
type: {
|
|
2351
|
-
name: "String",
|
|
2352
|
-
},
|
|
2353
|
-
},
|
|
2354
|
-
resultInformation: {
|
|
2355
|
-
serializedName: "resultInformation",
|
|
2356
|
-
type: {
|
|
2357
|
-
name: "Composite",
|
|
2358
|
-
className: "RestResultInformation",
|
|
2290
|
+
className: "ResultInformation",
|
|
2359
2291
|
},
|
|
2360
2292
|
},
|
|
2361
2293
|
participant: {
|
|
@@ -2368,10 +2300,10 @@ export const RestAddParticipantSucceeded = {
|
|
|
2368
2300
|
},
|
|
2369
2301
|
},
|
|
2370
2302
|
};
|
|
2371
|
-
export const
|
|
2303
|
+
export const RemoveParticipantFailed = {
|
|
2372
2304
|
type: {
|
|
2373
2305
|
name: "Composite",
|
|
2374
|
-
className: "
|
|
2306
|
+
className: "RemoveParticipantFailed",
|
|
2375
2307
|
modelProperties: {
|
|
2376
2308
|
callConnectionId: {
|
|
2377
2309
|
serializedName: "callConnectionId",
|
|
@@ -2401,7 +2333,7 @@ export const RestAddParticipantFailed = {
|
|
|
2401
2333
|
serializedName: "resultInformation",
|
|
2402
2334
|
type: {
|
|
2403
2335
|
name: "Composite",
|
|
2404
|
-
className: "
|
|
2336
|
+
className: "ResultInformation",
|
|
2405
2337
|
},
|
|
2406
2338
|
},
|
|
2407
2339
|
participant: {
|
|
@@ -2414,10 +2346,10 @@ export const RestAddParticipantFailed = {
|
|
|
2414
2346
|
},
|
|
2415
2347
|
},
|
|
2416
2348
|
};
|
|
2417
|
-
export const
|
|
2349
|
+
export const CancelAddParticipantSucceeded = {
|
|
2418
2350
|
type: {
|
|
2419
2351
|
name: "Composite",
|
|
2420
|
-
className: "
|
|
2352
|
+
className: "CancelAddParticipantSucceeded",
|
|
2421
2353
|
modelProperties: {
|
|
2422
2354
|
callConnectionId: {
|
|
2423
2355
|
serializedName: "callConnectionId",
|
|
@@ -2443,27 +2375,26 @@ export const RestRemoveParticipantSucceeded = {
|
|
|
2443
2375
|
name: "String",
|
|
2444
2376
|
},
|
|
2445
2377
|
},
|
|
2446
|
-
|
|
2447
|
-
serializedName: "
|
|
2378
|
+
invitationId: {
|
|
2379
|
+
serializedName: "invitationId",
|
|
2448
2380
|
type: {
|
|
2449
|
-
name: "
|
|
2450
|
-
className: "RestResultInformation",
|
|
2381
|
+
name: "String",
|
|
2451
2382
|
},
|
|
2452
2383
|
},
|
|
2453
|
-
|
|
2454
|
-
serializedName: "
|
|
2384
|
+
resultInformation: {
|
|
2385
|
+
serializedName: "resultInformation",
|
|
2455
2386
|
type: {
|
|
2456
2387
|
name: "Composite",
|
|
2457
|
-
className: "
|
|
2388
|
+
className: "ResultInformation",
|
|
2458
2389
|
},
|
|
2459
2390
|
},
|
|
2460
2391
|
},
|
|
2461
2392
|
},
|
|
2462
2393
|
};
|
|
2463
|
-
export const
|
|
2394
|
+
export const CancelAddParticipantFailed = {
|
|
2464
2395
|
type: {
|
|
2465
2396
|
name: "Composite",
|
|
2466
|
-
className: "
|
|
2397
|
+
className: "CancelAddParticipantFailed",
|
|
2467
2398
|
modelProperties: {
|
|
2468
2399
|
callConnectionId: {
|
|
2469
2400
|
serializedName: "callConnectionId",
|
|
@@ -2493,62 +2424,22 @@ export const RestRemoveParticipantFailed = {
|
|
|
2493
2424
|
serializedName: "resultInformation",
|
|
2494
2425
|
type: {
|
|
2495
2426
|
name: "Composite",
|
|
2496
|
-
className: "
|
|
2427
|
+
className: "ResultInformation",
|
|
2497
2428
|
},
|
|
2498
2429
|
},
|
|
2499
|
-
|
|
2500
|
-
serializedName: "
|
|
2501
|
-
type: {
|
|
2502
|
-
name: "Composite",
|
|
2503
|
-
className: "CommunicationIdentifierModel",
|
|
2504
|
-
},
|
|
2505
|
-
},
|
|
2506
|
-
},
|
|
2507
|
-
},
|
|
2508
|
-
};
|
|
2509
|
-
export const RestCallConnected = {
|
|
2510
|
-
type: {
|
|
2511
|
-
name: "Composite",
|
|
2512
|
-
className: "RestCallConnected",
|
|
2513
|
-
modelProperties: {
|
|
2514
|
-
callConnectionId: {
|
|
2515
|
-
serializedName: "callConnectionId",
|
|
2516
|
-
type: {
|
|
2517
|
-
name: "String",
|
|
2518
|
-
},
|
|
2519
|
-
},
|
|
2520
|
-
serverCallId: {
|
|
2521
|
-
serializedName: "serverCallId",
|
|
2522
|
-
type: {
|
|
2523
|
-
name: "String",
|
|
2524
|
-
},
|
|
2525
|
-
},
|
|
2526
|
-
correlationId: {
|
|
2527
|
-
serializedName: "correlationId",
|
|
2528
|
-
type: {
|
|
2529
|
-
name: "String",
|
|
2530
|
-
},
|
|
2531
|
-
},
|
|
2532
|
-
operationContext: {
|
|
2533
|
-
serializedName: "operationContext",
|
|
2430
|
+
invitationId: {
|
|
2431
|
+
serializedName: "invitationId",
|
|
2534
2432
|
type: {
|
|
2535
2433
|
name: "String",
|
|
2536
2434
|
},
|
|
2537
2435
|
},
|
|
2538
|
-
resultInformation: {
|
|
2539
|
-
serializedName: "resultInformation",
|
|
2540
|
-
type: {
|
|
2541
|
-
name: "Composite",
|
|
2542
|
-
className: "RestResultInformation",
|
|
2543
|
-
},
|
|
2544
|
-
},
|
|
2545
2436
|
},
|
|
2546
2437
|
},
|
|
2547
2438
|
};
|
|
2548
|
-
export const
|
|
2439
|
+
export const AnswerFailed = {
|
|
2549
2440
|
type: {
|
|
2550
2441
|
name: "Composite",
|
|
2551
|
-
className: "
|
|
2442
|
+
className: "AnswerFailed",
|
|
2552
2443
|
modelProperties: {
|
|
2553
2444
|
callConnectionId: {
|
|
2554
2445
|
serializedName: "callConnectionId",
|
|
@@ -2578,16 +2469,16 @@ export const RestCallDisconnected = {
|
|
|
2578
2469
|
serializedName: "resultInformation",
|
|
2579
2470
|
type: {
|
|
2580
2471
|
name: "Composite",
|
|
2581
|
-
className: "
|
|
2472
|
+
className: "ResultInformation",
|
|
2582
2473
|
},
|
|
2583
2474
|
},
|
|
2584
2475
|
},
|
|
2585
2476
|
},
|
|
2586
2477
|
};
|
|
2587
|
-
export const
|
|
2478
|
+
export const CreateCallFailed = {
|
|
2588
2479
|
type: {
|
|
2589
2480
|
name: "Composite",
|
|
2590
|
-
className: "
|
|
2481
|
+
className: "CreateCallFailed",
|
|
2591
2482
|
modelProperties: {
|
|
2592
2483
|
callConnectionId: {
|
|
2593
2484
|
serializedName: "callConnectionId",
|
|
@@ -2617,30 +2508,16 @@ export const RestCallTransferAccepted = {
|
|
|
2617
2508
|
serializedName: "resultInformation",
|
|
2618
2509
|
type: {
|
|
2619
2510
|
name: "Composite",
|
|
2620
|
-
className: "
|
|
2621
|
-
},
|
|
2622
|
-
},
|
|
2623
|
-
transferTarget: {
|
|
2624
|
-
serializedName: "transferTarget",
|
|
2625
|
-
type: {
|
|
2626
|
-
name: "Composite",
|
|
2627
|
-
className: "CommunicationIdentifierModel",
|
|
2628
|
-
},
|
|
2629
|
-
},
|
|
2630
|
-
transferee: {
|
|
2631
|
-
serializedName: "transferee",
|
|
2632
|
-
type: {
|
|
2633
|
-
name: "Composite",
|
|
2634
|
-
className: "CommunicationIdentifierModel",
|
|
2511
|
+
className: "ResultInformation",
|
|
2635
2512
|
},
|
|
2636
2513
|
},
|
|
2637
2514
|
},
|
|
2638
2515
|
},
|
|
2639
2516
|
};
|
|
2640
|
-
export const
|
|
2517
|
+
export const ConnectFailed = {
|
|
2641
2518
|
type: {
|
|
2642
2519
|
name: "Composite",
|
|
2643
|
-
className: "
|
|
2520
|
+
className: "ConnectFailed",
|
|
2644
2521
|
modelProperties: {
|
|
2645
2522
|
callConnectionId: {
|
|
2646
2523
|
serializedName: "callConnectionId",
|
|
@@ -2670,16 +2547,16 @@ export const RestCallTransferFailed = {
|
|
|
2670
2547
|
serializedName: "resultInformation",
|
|
2671
2548
|
type: {
|
|
2672
2549
|
name: "Composite",
|
|
2673
|
-
className: "
|
|
2550
|
+
className: "ResultInformation",
|
|
2674
2551
|
},
|
|
2675
2552
|
},
|
|
2676
2553
|
},
|
|
2677
2554
|
},
|
|
2678
2555
|
};
|
|
2679
|
-
export const
|
|
2556
|
+
export const RecordingStateChanged = {
|
|
2680
2557
|
type: {
|
|
2681
2558
|
name: "Composite",
|
|
2682
|
-
className: "
|
|
2559
|
+
className: "RecordingStateChanged",
|
|
2683
2560
|
modelProperties: {
|
|
2684
2561
|
callConnectionId: {
|
|
2685
2562
|
serializedName: "callConnectionId",
|
|
@@ -2729,16 +2606,16 @@ export const RestRecordingStateChanged = {
|
|
|
2729
2606
|
serializedName: "resultInformation",
|
|
2730
2607
|
type: {
|
|
2731
2608
|
name: "Composite",
|
|
2732
|
-
className: "
|
|
2609
|
+
className: "ResultInformation",
|
|
2733
2610
|
},
|
|
2734
2611
|
},
|
|
2735
2612
|
},
|
|
2736
2613
|
},
|
|
2737
2614
|
};
|
|
2738
|
-
export const
|
|
2615
|
+
export const PlayStarted = {
|
|
2739
2616
|
type: {
|
|
2740
2617
|
name: "Composite",
|
|
2741
|
-
className: "
|
|
2618
|
+
className: "PlayStarted",
|
|
2742
2619
|
modelProperties: {
|
|
2743
2620
|
callConnectionId: {
|
|
2744
2621
|
serializedName: "callConnectionId",
|
|
@@ -2758,38 +2635,26 @@ export const RestParticipantsUpdated = {
|
|
|
2758
2635
|
name: "String",
|
|
2759
2636
|
},
|
|
2760
2637
|
},
|
|
2761
|
-
|
|
2762
|
-
serializedName: "
|
|
2763
|
-
type: {
|
|
2764
|
-
name: "Number",
|
|
2765
|
-
},
|
|
2766
|
-
},
|
|
2767
|
-
participants: {
|
|
2768
|
-
serializedName: "participants",
|
|
2638
|
+
operationContext: {
|
|
2639
|
+
serializedName: "operationContext",
|
|
2769
2640
|
type: {
|
|
2770
|
-
name: "
|
|
2771
|
-
element: {
|
|
2772
|
-
type: {
|
|
2773
|
-
name: "Composite",
|
|
2774
|
-
className: "CallParticipantInternal",
|
|
2775
|
-
},
|
|
2776
|
-
},
|
|
2641
|
+
name: "String",
|
|
2777
2642
|
},
|
|
2778
2643
|
},
|
|
2779
2644
|
resultInformation: {
|
|
2780
2645
|
serializedName: "resultInformation",
|
|
2781
2646
|
type: {
|
|
2782
2647
|
name: "Composite",
|
|
2783
|
-
className: "
|
|
2648
|
+
className: "ResultInformation",
|
|
2784
2649
|
},
|
|
2785
2650
|
},
|
|
2786
2651
|
},
|
|
2787
2652
|
},
|
|
2788
2653
|
};
|
|
2789
|
-
export const
|
|
2654
|
+
export const PlayCompleted = {
|
|
2790
2655
|
type: {
|
|
2791
2656
|
name: "Composite",
|
|
2792
|
-
className: "
|
|
2657
|
+
className: "PlayCompleted",
|
|
2793
2658
|
modelProperties: {
|
|
2794
2659
|
callConnectionId: {
|
|
2795
2660
|
serializedName: "callConnectionId",
|
|
@@ -2819,16 +2684,16 @@ export const RestPlayCompleted = {
|
|
|
2819
2684
|
serializedName: "resultInformation",
|
|
2820
2685
|
type: {
|
|
2821
2686
|
name: "Composite",
|
|
2822
|
-
className: "
|
|
2687
|
+
className: "ResultInformation",
|
|
2823
2688
|
},
|
|
2824
2689
|
},
|
|
2825
2690
|
},
|
|
2826
2691
|
},
|
|
2827
2692
|
};
|
|
2828
|
-
export const
|
|
2693
|
+
export const PlayFailed = {
|
|
2829
2694
|
type: {
|
|
2830
2695
|
name: "Composite",
|
|
2831
|
-
className: "
|
|
2696
|
+
className: "PlayFailed",
|
|
2832
2697
|
modelProperties: {
|
|
2833
2698
|
callConnectionId: {
|
|
2834
2699
|
serializedName: "callConnectionId",
|
|
@@ -2858,7 +2723,7 @@ export const RestPlayFailed = {
|
|
|
2858
2723
|
serializedName: "resultInformation",
|
|
2859
2724
|
type: {
|
|
2860
2725
|
name: "Composite",
|
|
2861
|
-
className: "
|
|
2726
|
+
className: "ResultInformation",
|
|
2862
2727
|
},
|
|
2863
2728
|
},
|
|
2864
2729
|
failedPlaySourceIndex: {
|
|
@@ -2870,10 +2735,10 @@ export const RestPlayFailed = {
|
|
|
2870
2735
|
},
|
|
2871
2736
|
},
|
|
2872
2737
|
};
|
|
2873
|
-
export const
|
|
2738
|
+
export const PlayCanceled = {
|
|
2874
2739
|
type: {
|
|
2875
2740
|
name: "Composite",
|
|
2876
|
-
className: "
|
|
2741
|
+
className: "PlayCanceled",
|
|
2877
2742
|
modelProperties: {
|
|
2878
2743
|
callConnectionId: {
|
|
2879
2744
|
serializedName: "callConnectionId",
|
|
@@ -2903,16 +2768,16 @@ export const RestPlayCanceled = {
|
|
|
2903
2768
|
serializedName: "resultInformation",
|
|
2904
2769
|
type: {
|
|
2905
2770
|
name: "Composite",
|
|
2906
|
-
className: "
|
|
2771
|
+
className: "ResultInformation",
|
|
2907
2772
|
},
|
|
2908
2773
|
},
|
|
2909
2774
|
},
|
|
2910
2775
|
},
|
|
2911
2776
|
};
|
|
2912
|
-
export const
|
|
2777
|
+
export const RecognizeCompleted = {
|
|
2913
2778
|
type: {
|
|
2914
2779
|
name: "Composite",
|
|
2915
|
-
className: "
|
|
2780
|
+
className: "RecognizeCompleted",
|
|
2916
2781
|
modelProperties: {
|
|
2917
2782
|
callConnectionId: {
|
|
2918
2783
|
serializedName: "callConnectionId",
|
|
@@ -2942,7 +2807,7 @@ export const RestRecognizeCompleted = {
|
|
|
2942
2807
|
serializedName: "resultInformation",
|
|
2943
2808
|
type: {
|
|
2944
2809
|
name: "Composite",
|
|
2945
|
-
className: "
|
|
2810
|
+
className: "ResultInformation",
|
|
2946
2811
|
},
|
|
2947
2812
|
},
|
|
2948
2813
|
recognitionType: {
|
|
@@ -2975,44 +2840,65 @@ export const RestRecognizeCompleted = {
|
|
|
2975
2840
|
},
|
|
2976
2841
|
},
|
|
2977
2842
|
};
|
|
2978
|
-
export const
|
|
2843
|
+
export const DtmfResult = {
|
|
2979
2844
|
type: {
|
|
2980
2845
|
name: "Composite",
|
|
2981
|
-
className: "
|
|
2846
|
+
className: "DtmfResult",
|
|
2982
2847
|
modelProperties: {
|
|
2983
|
-
|
|
2984
|
-
serializedName: "
|
|
2848
|
+
tones: {
|
|
2849
|
+
serializedName: "tones",
|
|
2850
|
+
readOnly: true,
|
|
2985
2851
|
type: {
|
|
2986
|
-
name: "
|
|
2852
|
+
name: "Sequence",
|
|
2853
|
+
element: {
|
|
2854
|
+
type: {
|
|
2855
|
+
name: "String",
|
|
2856
|
+
},
|
|
2857
|
+
},
|
|
2987
2858
|
},
|
|
2988
2859
|
},
|
|
2989
|
-
|
|
2990
|
-
|
|
2860
|
+
},
|
|
2861
|
+
},
|
|
2862
|
+
};
|
|
2863
|
+
export const ChoiceResult = {
|
|
2864
|
+
type: {
|
|
2865
|
+
name: "Composite",
|
|
2866
|
+
className: "ChoiceResult",
|
|
2867
|
+
modelProperties: {
|
|
2868
|
+
label: {
|
|
2869
|
+
serializedName: "label",
|
|
2991
2870
|
type: {
|
|
2992
2871
|
name: "String",
|
|
2993
2872
|
},
|
|
2994
2873
|
},
|
|
2995
|
-
|
|
2996
|
-
serializedName: "
|
|
2874
|
+
recognizedPhrase: {
|
|
2875
|
+
serializedName: "recognizedPhrase",
|
|
2997
2876
|
type: {
|
|
2998
2877
|
name: "String",
|
|
2999
2878
|
},
|
|
3000
2879
|
},
|
|
3001
|
-
|
|
3002
|
-
serializedName: "
|
|
2880
|
+
confidence: {
|
|
2881
|
+
serializedName: "confidence",
|
|
3003
2882
|
type: {
|
|
3004
|
-
name: "
|
|
2883
|
+
name: "Number",
|
|
3005
2884
|
},
|
|
3006
2885
|
},
|
|
3007
|
-
|
|
3008
|
-
|
|
2886
|
+
},
|
|
2887
|
+
},
|
|
2888
|
+
};
|
|
2889
|
+
export const SpeechResult = {
|
|
2890
|
+
type: {
|
|
2891
|
+
name: "Composite",
|
|
2892
|
+
className: "SpeechResult",
|
|
2893
|
+
modelProperties: {
|
|
2894
|
+
speech: {
|
|
2895
|
+
serializedName: "speech",
|
|
3009
2896
|
type: {
|
|
3010
|
-
name: "
|
|
3011
|
-
className: "RestResultInformation",
|
|
2897
|
+
name: "String",
|
|
3012
2898
|
},
|
|
3013
2899
|
},
|
|
3014
|
-
|
|
3015
|
-
serializedName: "
|
|
2900
|
+
confidence: {
|
|
2901
|
+
serializedName: "confidence",
|
|
3016
2902
|
type: {
|
|
3017
2903
|
name: "Number",
|
|
3018
2904
|
},
|
|
@@ -3020,10 +2906,10 @@ export const RestRecognizeFailed = {
|
|
|
3020
2906
|
},
|
|
3021
2907
|
},
|
|
3022
2908
|
};
|
|
3023
|
-
export const
|
|
2909
|
+
export const RecognizeFailed = {
|
|
3024
2910
|
type: {
|
|
3025
2911
|
name: "Composite",
|
|
3026
|
-
className: "
|
|
2912
|
+
className: "RecognizeFailed",
|
|
3027
2913
|
modelProperties: {
|
|
3028
2914
|
callConnectionId: {
|
|
3029
2915
|
serializedName: "callConnectionId",
|
|
@@ -3053,30 +2939,23 @@ export const RestRecognizeCanceled = {
|
|
|
3053
2939
|
serializedName: "resultInformation",
|
|
3054
2940
|
type: {
|
|
3055
2941
|
name: "Composite",
|
|
3056
|
-
className: "
|
|
2942
|
+
className: "ResultInformation",
|
|
2943
|
+
},
|
|
2944
|
+
},
|
|
2945
|
+
failedPlaySourceIndex: {
|
|
2946
|
+
serializedName: "failedPlaySourceIndex",
|
|
2947
|
+
type: {
|
|
2948
|
+
name: "Number",
|
|
3057
2949
|
},
|
|
3058
2950
|
},
|
|
3059
2951
|
},
|
|
3060
2952
|
},
|
|
3061
2953
|
};
|
|
3062
|
-
export const
|
|
2954
|
+
export const RecognizeCanceled = {
|
|
3063
2955
|
type: {
|
|
3064
2956
|
name: "Composite",
|
|
3065
|
-
className: "
|
|
2957
|
+
className: "RecognizeCanceled",
|
|
3066
2958
|
modelProperties: {
|
|
3067
|
-
sequenceId: {
|
|
3068
|
-
serializedName: "sequenceId",
|
|
3069
|
-
readOnly: true,
|
|
3070
|
-
type: {
|
|
3071
|
-
name: "Number",
|
|
3072
|
-
},
|
|
3073
|
-
},
|
|
3074
|
-
tone: {
|
|
3075
|
-
serializedName: "tone",
|
|
3076
|
-
type: {
|
|
3077
|
-
name: "String",
|
|
3078
|
-
},
|
|
3079
|
-
},
|
|
3080
2959
|
callConnectionId: {
|
|
3081
2960
|
serializedName: "callConnectionId",
|
|
3082
2961
|
type: {
|
|
@@ -3105,16 +2984,16 @@ export const RestContinuousDtmfRecognitionToneReceived = {
|
|
|
3105
2984
|
serializedName: "resultInformation",
|
|
3106
2985
|
type: {
|
|
3107
2986
|
name: "Composite",
|
|
3108
|
-
className: "
|
|
2987
|
+
className: "ResultInformation",
|
|
3109
2988
|
},
|
|
3110
2989
|
},
|
|
3111
2990
|
},
|
|
3112
2991
|
},
|
|
3113
2992
|
};
|
|
3114
|
-
export const
|
|
2993
|
+
export const ContinuousDtmfRecognitionToneFailed = {
|
|
3115
2994
|
type: {
|
|
3116
2995
|
name: "Composite",
|
|
3117
|
-
className: "
|
|
2996
|
+
className: "ContinuousDtmfRecognitionToneFailed",
|
|
3118
2997
|
modelProperties: {
|
|
3119
2998
|
callConnectionId: {
|
|
3120
2999
|
serializedName: "callConnectionId",
|
|
@@ -3138,7 +3017,7 @@ export const RestContinuousDtmfRecognitionToneFailed = {
|
|
|
3138
3017
|
serializedName: "resultInformation",
|
|
3139
3018
|
type: {
|
|
3140
3019
|
name: "Composite",
|
|
3141
|
-
className: "
|
|
3020
|
+
className: "ResultInformation",
|
|
3142
3021
|
},
|
|
3143
3022
|
},
|
|
3144
3023
|
operationContext: {
|
|
@@ -3150,11 +3029,24 @@ export const RestContinuousDtmfRecognitionToneFailed = {
|
|
|
3150
3029
|
},
|
|
3151
3030
|
},
|
|
3152
3031
|
};
|
|
3153
|
-
export const
|
|
3032
|
+
export const ContinuousDtmfRecognitionToneReceived = {
|
|
3154
3033
|
type: {
|
|
3155
3034
|
name: "Composite",
|
|
3156
|
-
className: "
|
|
3035
|
+
className: "ContinuousDtmfRecognitionToneReceived",
|
|
3157
3036
|
modelProperties: {
|
|
3037
|
+
sequenceId: {
|
|
3038
|
+
serializedName: "sequenceId",
|
|
3039
|
+
readOnly: true,
|
|
3040
|
+
type: {
|
|
3041
|
+
name: "Number",
|
|
3042
|
+
},
|
|
3043
|
+
},
|
|
3044
|
+
tone: {
|
|
3045
|
+
serializedName: "tone",
|
|
3046
|
+
type: {
|
|
3047
|
+
name: "String",
|
|
3048
|
+
},
|
|
3049
|
+
},
|
|
3158
3050
|
callConnectionId: {
|
|
3159
3051
|
serializedName: "callConnectionId",
|
|
3160
3052
|
type: {
|
|
@@ -3183,16 +3075,16 @@ export const RestContinuousDtmfRecognitionStopped = {
|
|
|
3183
3075
|
serializedName: "resultInformation",
|
|
3184
3076
|
type: {
|
|
3185
3077
|
name: "Composite",
|
|
3186
|
-
className: "
|
|
3078
|
+
className: "ResultInformation",
|
|
3187
3079
|
},
|
|
3188
3080
|
},
|
|
3189
3081
|
},
|
|
3190
3082
|
},
|
|
3191
3083
|
};
|
|
3192
|
-
export const
|
|
3084
|
+
export const ContinuousDtmfRecognitionStopped = {
|
|
3193
3085
|
type: {
|
|
3194
3086
|
name: "Composite",
|
|
3195
|
-
className: "
|
|
3087
|
+
className: "ContinuousDtmfRecognitionStopped",
|
|
3196
3088
|
modelProperties: {
|
|
3197
3089
|
callConnectionId: {
|
|
3198
3090
|
serializedName: "callConnectionId",
|
|
@@ -3222,16 +3114,16 @@ export const RestSendDtmfTonesCompleted = {
|
|
|
3222
3114
|
serializedName: "resultInformation",
|
|
3223
3115
|
type: {
|
|
3224
3116
|
name: "Composite",
|
|
3225
|
-
className: "
|
|
3117
|
+
className: "ResultInformation",
|
|
3226
3118
|
},
|
|
3227
3119
|
},
|
|
3228
3120
|
},
|
|
3229
3121
|
},
|
|
3230
3122
|
};
|
|
3231
|
-
export const
|
|
3123
|
+
export const SendDtmfTonesCompleted = {
|
|
3232
3124
|
type: {
|
|
3233
3125
|
name: "Composite",
|
|
3234
|
-
className: "
|
|
3126
|
+
className: "SendDtmfTonesCompleted",
|
|
3235
3127
|
modelProperties: {
|
|
3236
3128
|
callConnectionId: {
|
|
3237
3129
|
serializedName: "callConnectionId",
|
|
@@ -3261,16 +3153,16 @@ export const RestSendDtmfTonesFailed = {
|
|
|
3261
3153
|
serializedName: "resultInformation",
|
|
3262
3154
|
type: {
|
|
3263
3155
|
name: "Composite",
|
|
3264
|
-
className: "
|
|
3156
|
+
className: "ResultInformation",
|
|
3265
3157
|
},
|
|
3266
3158
|
},
|
|
3267
3159
|
},
|
|
3268
3160
|
},
|
|
3269
3161
|
};
|
|
3270
|
-
export const
|
|
3162
|
+
export const SendDtmfTonesFailed = {
|
|
3271
3163
|
type: {
|
|
3272
3164
|
name: "Composite",
|
|
3273
|
-
className: "
|
|
3165
|
+
className: "SendDtmfTonesFailed",
|
|
3274
3166
|
modelProperties: {
|
|
3275
3167
|
callConnectionId: {
|
|
3276
3168
|
serializedName: "callConnectionId",
|
|
@@ -3296,27 +3188,28 @@ export const RestCancelAddParticipantSucceeded = {
|
|
|
3296
3188
|
name: "String",
|
|
3297
3189
|
},
|
|
3298
3190
|
},
|
|
3299
|
-
invitationId: {
|
|
3300
|
-
serializedName: "invitationId",
|
|
3301
|
-
type: {
|
|
3302
|
-
name: "String",
|
|
3303
|
-
},
|
|
3304
|
-
},
|
|
3305
3191
|
resultInformation: {
|
|
3306
3192
|
serializedName: "resultInformation",
|
|
3307
3193
|
type: {
|
|
3308
3194
|
name: "Composite",
|
|
3309
|
-
className: "
|
|
3195
|
+
className: "ResultInformation",
|
|
3310
3196
|
},
|
|
3311
3197
|
},
|
|
3312
3198
|
},
|
|
3313
3199
|
},
|
|
3314
3200
|
};
|
|
3315
|
-
export const
|
|
3201
|
+
export const MediaStreamingFailed = {
|
|
3316
3202
|
type: {
|
|
3317
3203
|
name: "Composite",
|
|
3318
|
-
className: "
|
|
3204
|
+
className: "MediaStreamingFailed",
|
|
3319
3205
|
modelProperties: {
|
|
3206
|
+
mediaStreamingUpdate: {
|
|
3207
|
+
serializedName: "mediaStreamingUpdate",
|
|
3208
|
+
type: {
|
|
3209
|
+
name: "Composite",
|
|
3210
|
+
className: "MediaStreamingUpdate",
|
|
3211
|
+
},
|
|
3212
|
+
},
|
|
3320
3213
|
callConnectionId: {
|
|
3321
3214
|
serializedName: "callConnectionId",
|
|
3322
3215
|
type: {
|
|
@@ -3345,11 +3238,31 @@ export const RestCancelAddParticipantFailed = {
|
|
|
3345
3238
|
serializedName: "resultInformation",
|
|
3346
3239
|
type: {
|
|
3347
3240
|
name: "Composite",
|
|
3348
|
-
className: "
|
|
3241
|
+
className: "ResultInformation",
|
|
3349
3242
|
},
|
|
3350
3243
|
},
|
|
3351
|
-
|
|
3352
|
-
|
|
3244
|
+
},
|
|
3245
|
+
},
|
|
3246
|
+
};
|
|
3247
|
+
export const MediaStreamingUpdate = {
|
|
3248
|
+
type: {
|
|
3249
|
+
name: "Composite",
|
|
3250
|
+
className: "MediaStreamingUpdate",
|
|
3251
|
+
modelProperties: {
|
|
3252
|
+
contentType: {
|
|
3253
|
+
serializedName: "contentType",
|
|
3254
|
+
type: {
|
|
3255
|
+
name: "String",
|
|
3256
|
+
},
|
|
3257
|
+
},
|
|
3258
|
+
mediaStreamingStatus: {
|
|
3259
|
+
serializedName: "mediaStreamingStatus",
|
|
3260
|
+
type: {
|
|
3261
|
+
name: "String",
|
|
3262
|
+
},
|
|
3263
|
+
},
|
|
3264
|
+
mediaStreamingStatusDetails: {
|
|
3265
|
+
serializedName: "mediaStreamingStatusDetails",
|
|
3353
3266
|
type: {
|
|
3354
3267
|
name: "String",
|
|
3355
3268
|
},
|
|
@@ -3357,16 +3270,16 @@ export const RestCancelAddParticipantFailed = {
|
|
|
3357
3270
|
},
|
|
3358
3271
|
},
|
|
3359
3272
|
};
|
|
3360
|
-
export const
|
|
3273
|
+
export const MediaStreamingStarted = {
|
|
3361
3274
|
type: {
|
|
3362
3275
|
name: "Composite",
|
|
3363
|
-
className: "
|
|
3276
|
+
className: "MediaStreamingStarted",
|
|
3364
3277
|
modelProperties: {
|
|
3365
|
-
|
|
3366
|
-
serializedName: "
|
|
3278
|
+
mediaStreamingUpdate: {
|
|
3279
|
+
serializedName: "mediaStreamingUpdate",
|
|
3367
3280
|
type: {
|
|
3368
3281
|
name: "Composite",
|
|
3369
|
-
className: "
|
|
3282
|
+
className: "MediaStreamingUpdate",
|
|
3370
3283
|
},
|
|
3371
3284
|
},
|
|
3372
3285
|
callConnectionId: {
|
|
@@ -3397,22 +3310,22 @@ export const RestTranscriptionStarted = {
|
|
|
3397
3310
|
serializedName: "resultInformation",
|
|
3398
3311
|
type: {
|
|
3399
3312
|
name: "Composite",
|
|
3400
|
-
className: "
|
|
3313
|
+
className: "ResultInformation",
|
|
3401
3314
|
},
|
|
3402
3315
|
},
|
|
3403
3316
|
},
|
|
3404
3317
|
},
|
|
3405
3318
|
};
|
|
3406
|
-
export const
|
|
3319
|
+
export const MediaStreamingStopped = {
|
|
3407
3320
|
type: {
|
|
3408
3321
|
name: "Composite",
|
|
3409
|
-
className: "
|
|
3322
|
+
className: "MediaStreamingStopped",
|
|
3410
3323
|
modelProperties: {
|
|
3411
|
-
|
|
3412
|
-
serializedName: "
|
|
3324
|
+
mediaStreamingUpdate: {
|
|
3325
|
+
serializedName: "mediaStreamingUpdate",
|
|
3413
3326
|
type: {
|
|
3414
3327
|
name: "Composite",
|
|
3415
|
-
className: "
|
|
3328
|
+
className: "MediaStreamingUpdate",
|
|
3416
3329
|
},
|
|
3417
3330
|
},
|
|
3418
3331
|
callConnectionId: {
|
|
@@ -3443,22 +3356,61 @@ export const RestTranscriptionStopped = {
|
|
|
3443
3356
|
serializedName: "resultInformation",
|
|
3444
3357
|
type: {
|
|
3445
3358
|
name: "Composite",
|
|
3446
|
-
className: "
|
|
3359
|
+
className: "ResultInformation",
|
|
3447
3360
|
},
|
|
3448
3361
|
},
|
|
3449
3362
|
},
|
|
3450
3363
|
},
|
|
3451
3364
|
};
|
|
3452
|
-
export const
|
|
3365
|
+
export const HoldFailed = {
|
|
3453
3366
|
type: {
|
|
3454
3367
|
name: "Composite",
|
|
3455
|
-
className: "
|
|
3368
|
+
className: "HoldFailed",
|
|
3456
3369
|
modelProperties: {
|
|
3457
|
-
|
|
3458
|
-
serializedName: "
|
|
3370
|
+
callConnectionId: {
|
|
3371
|
+
serializedName: "callConnectionId",
|
|
3372
|
+
type: {
|
|
3373
|
+
name: "String",
|
|
3374
|
+
},
|
|
3375
|
+
},
|
|
3376
|
+
serverCallId: {
|
|
3377
|
+
serializedName: "serverCallId",
|
|
3378
|
+
type: {
|
|
3379
|
+
name: "String",
|
|
3380
|
+
},
|
|
3381
|
+
},
|
|
3382
|
+
correlationId: {
|
|
3383
|
+
serializedName: "correlationId",
|
|
3384
|
+
type: {
|
|
3385
|
+
name: "String",
|
|
3386
|
+
},
|
|
3387
|
+
},
|
|
3388
|
+
operationContext: {
|
|
3389
|
+
serializedName: "operationContext",
|
|
3390
|
+
type: {
|
|
3391
|
+
name: "String",
|
|
3392
|
+
},
|
|
3393
|
+
},
|
|
3394
|
+
resultInformation: {
|
|
3395
|
+
serializedName: "resultInformation",
|
|
3459
3396
|
type: {
|
|
3460
3397
|
name: "Composite",
|
|
3461
|
-
className: "
|
|
3398
|
+
className: "ResultInformation",
|
|
3399
|
+
},
|
|
3400
|
+
},
|
|
3401
|
+
},
|
|
3402
|
+
},
|
|
3403
|
+
};
|
|
3404
|
+
export const StartRecordingFailed = {
|
|
3405
|
+
type: {
|
|
3406
|
+
name: "Composite",
|
|
3407
|
+
className: "StartRecordingFailed",
|
|
3408
|
+
modelProperties: {
|
|
3409
|
+
recordingId: {
|
|
3410
|
+
serializedName: "recordingId",
|
|
3411
|
+
readOnly: true,
|
|
3412
|
+
type: {
|
|
3413
|
+
name: "String",
|
|
3462
3414
|
},
|
|
3463
3415
|
},
|
|
3464
3416
|
callConnectionId: {
|
|
@@ -3489,16 +3441,16 @@ export const RestTranscriptionUpdated = {
|
|
|
3489
3441
|
serializedName: "resultInformation",
|
|
3490
3442
|
type: {
|
|
3491
3443
|
name: "Composite",
|
|
3492
|
-
className: "
|
|
3444
|
+
className: "ResultInformation",
|
|
3493
3445
|
},
|
|
3494
3446
|
},
|
|
3495
3447
|
},
|
|
3496
3448
|
},
|
|
3497
3449
|
};
|
|
3498
|
-
export const
|
|
3450
|
+
export const TranscriptionFailed = {
|
|
3499
3451
|
type: {
|
|
3500
3452
|
name: "Composite",
|
|
3501
|
-
className: "
|
|
3453
|
+
className: "TranscriptionFailed",
|
|
3502
3454
|
modelProperties: {
|
|
3503
3455
|
transcriptionUpdate: {
|
|
3504
3456
|
serializedName: "transcriptionUpdate",
|
|
@@ -3535,17 +3487,44 @@ export const RestTranscriptionFailed = {
|
|
|
3535
3487
|
serializedName: "resultInformation",
|
|
3536
3488
|
type: {
|
|
3537
3489
|
name: "Composite",
|
|
3538
|
-
className: "
|
|
3490
|
+
className: "ResultInformation",
|
|
3491
|
+
},
|
|
3492
|
+
},
|
|
3493
|
+
},
|
|
3494
|
+
},
|
|
3495
|
+
};
|
|
3496
|
+
export const TranscriptionUpdate = {
|
|
3497
|
+
type: {
|
|
3498
|
+
name: "Composite",
|
|
3499
|
+
className: "TranscriptionUpdate",
|
|
3500
|
+
modelProperties: {
|
|
3501
|
+
transcriptionStatus: {
|
|
3502
|
+
serializedName: "transcriptionStatus",
|
|
3503
|
+
type: {
|
|
3504
|
+
name: "String",
|
|
3505
|
+
},
|
|
3506
|
+
},
|
|
3507
|
+
transcriptionStatusDetails: {
|
|
3508
|
+
serializedName: "transcriptionStatusDetails",
|
|
3509
|
+
type: {
|
|
3510
|
+
name: "String",
|
|
3539
3511
|
},
|
|
3540
3512
|
},
|
|
3541
3513
|
},
|
|
3542
3514
|
},
|
|
3543
3515
|
};
|
|
3544
|
-
export const
|
|
3516
|
+
export const TranscriptionStarted = {
|
|
3545
3517
|
type: {
|
|
3546
3518
|
name: "Composite",
|
|
3547
|
-
className: "
|
|
3519
|
+
className: "TranscriptionStarted",
|
|
3548
3520
|
modelProperties: {
|
|
3521
|
+
transcriptionUpdate: {
|
|
3522
|
+
serializedName: "transcriptionUpdate",
|
|
3523
|
+
type: {
|
|
3524
|
+
name: "Composite",
|
|
3525
|
+
className: "TranscriptionUpdate",
|
|
3526
|
+
},
|
|
3527
|
+
},
|
|
3549
3528
|
callConnectionId: {
|
|
3550
3529
|
serializedName: "callConnectionId",
|
|
3551
3530
|
type: {
|
|
@@ -3574,17 +3553,24 @@ export const RestCreateCallFailed = {
|
|
|
3574
3553
|
serializedName: "resultInformation",
|
|
3575
3554
|
type: {
|
|
3576
3555
|
name: "Composite",
|
|
3577
|
-
className: "
|
|
3556
|
+
className: "ResultInformation",
|
|
3578
3557
|
},
|
|
3579
3558
|
},
|
|
3580
3559
|
},
|
|
3581
3560
|
},
|
|
3582
3561
|
};
|
|
3583
|
-
export const
|
|
3562
|
+
export const TranscriptionStopped = {
|
|
3584
3563
|
type: {
|
|
3585
3564
|
name: "Composite",
|
|
3586
|
-
className: "
|
|
3565
|
+
className: "TranscriptionStopped",
|
|
3587
3566
|
modelProperties: {
|
|
3567
|
+
transcriptionUpdate: {
|
|
3568
|
+
serializedName: "transcriptionUpdate",
|
|
3569
|
+
type: {
|
|
3570
|
+
name: "Composite",
|
|
3571
|
+
className: "TranscriptionUpdate",
|
|
3572
|
+
},
|
|
3573
|
+
},
|
|
3588
3574
|
callConnectionId: {
|
|
3589
3575
|
serializedName: "callConnectionId",
|
|
3590
3576
|
type: {
|
|
@@ -3613,17 +3599,24 @@ export const RestAnswerFailed = {
|
|
|
3613
3599
|
serializedName: "resultInformation",
|
|
3614
3600
|
type: {
|
|
3615
3601
|
name: "Composite",
|
|
3616
|
-
className: "
|
|
3602
|
+
className: "ResultInformation",
|
|
3617
3603
|
},
|
|
3618
3604
|
},
|
|
3619
3605
|
},
|
|
3620
3606
|
},
|
|
3621
3607
|
};
|
|
3622
|
-
export const
|
|
3608
|
+
export const TranscriptionUpdated = {
|
|
3623
3609
|
type: {
|
|
3624
3610
|
name: "Composite",
|
|
3625
|
-
className: "
|
|
3611
|
+
className: "TranscriptionUpdated",
|
|
3626
3612
|
modelProperties: {
|
|
3613
|
+
transcriptionUpdate: {
|
|
3614
|
+
serializedName: "transcriptionUpdate",
|
|
3615
|
+
type: {
|
|
3616
|
+
name: "Composite",
|
|
3617
|
+
className: "TranscriptionUpdate",
|
|
3618
|
+
},
|
|
3619
|
+
},
|
|
3627
3620
|
callConnectionId: {
|
|
3628
3621
|
serializedName: "callConnectionId",
|
|
3629
3622
|
type: {
|
|
@@ -3652,74 +3645,100 @@ export const RestHoldFailed = {
|
|
|
3652
3645
|
serializedName: "resultInformation",
|
|
3653
3646
|
type: {
|
|
3654
3647
|
name: "Composite",
|
|
3655
|
-
className: "
|
|
3648
|
+
className: "ResultInformation",
|
|
3656
3649
|
},
|
|
3657
3650
|
},
|
|
3658
3651
|
},
|
|
3659
3652
|
},
|
|
3660
3653
|
};
|
|
3661
|
-
export const
|
|
3654
|
+
export const WebSocketMediaStreamingOptions = {
|
|
3655
|
+
serializedName: "websocket",
|
|
3662
3656
|
type: {
|
|
3663
3657
|
name: "Composite",
|
|
3664
|
-
className: "
|
|
3658
|
+
className: "WebSocketMediaStreamingOptions",
|
|
3659
|
+
uberParent: "MediaStreamingOptionsInternal",
|
|
3660
|
+
polymorphicDiscriminator: MediaStreamingOptionsInternal.type.polymorphicDiscriminator,
|
|
3665
3661
|
modelProperties: {
|
|
3666
|
-
|
|
3667
|
-
|
|
3662
|
+
...MediaStreamingOptionsInternal.type.modelProperties,
|
|
3663
|
+
transportUrl: {
|
|
3664
|
+
serializedName: "transportUrl",
|
|
3668
3665
|
type: {
|
|
3669
|
-
name: "
|
|
3670
|
-
className: "CommunicationIdentifierModel",
|
|
3666
|
+
name: "String",
|
|
3671
3667
|
},
|
|
3672
3668
|
},
|
|
3673
|
-
|
|
3674
|
-
serializedName: "
|
|
3669
|
+
contentType: {
|
|
3670
|
+
serializedName: "contentType",
|
|
3675
3671
|
type: {
|
|
3676
|
-
name: "
|
|
3677
|
-
className: "CommunicationIdentifierModel",
|
|
3672
|
+
name: "String",
|
|
3678
3673
|
},
|
|
3679
3674
|
},
|
|
3680
|
-
|
|
3681
|
-
serializedName: "
|
|
3682
|
-
readOnly: true,
|
|
3675
|
+
startMediaStreaming: {
|
|
3676
|
+
serializedName: "startMediaStreaming",
|
|
3683
3677
|
type: {
|
|
3684
|
-
name: "
|
|
3678
|
+
name: "Boolean",
|
|
3685
3679
|
},
|
|
3686
3680
|
},
|
|
3687
|
-
|
|
3688
|
-
serializedName: "
|
|
3689
|
-
|
|
3681
|
+
enableBidirectional: {
|
|
3682
|
+
serializedName: "enableBidirectional",
|
|
3683
|
+
type: {
|
|
3684
|
+
name: "Boolean",
|
|
3685
|
+
},
|
|
3686
|
+
},
|
|
3687
|
+
audioFormat: {
|
|
3688
|
+
serializedName: "audioFormat",
|
|
3690
3689
|
type: {
|
|
3691
3690
|
name: "String",
|
|
3692
3691
|
},
|
|
3693
3692
|
},
|
|
3694
|
-
|
|
3695
|
-
serializedName: "
|
|
3693
|
+
enableDtmfTones: {
|
|
3694
|
+
serializedName: "enableDtmfTones",
|
|
3696
3695
|
type: {
|
|
3697
|
-
name: "
|
|
3698
|
-
className: "CustomCallingContextInternal",
|
|
3696
|
+
name: "Boolean",
|
|
3699
3697
|
},
|
|
3700
3698
|
},
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3699
|
+
},
|
|
3700
|
+
},
|
|
3701
|
+
};
|
|
3702
|
+
export const WebSocketTranscriptionOptions = {
|
|
3703
|
+
serializedName: "websocket",
|
|
3704
|
+
type: {
|
|
3705
|
+
name: "Composite",
|
|
3706
|
+
className: "WebSocketTranscriptionOptions",
|
|
3707
|
+
uberParent: "TranscriptionOptionsInternal",
|
|
3708
|
+
polymorphicDiscriminator: TranscriptionOptionsInternal.type.polymorphicDiscriminator,
|
|
3709
|
+
modelProperties: {
|
|
3710
|
+
...TranscriptionOptionsInternal.type.modelProperties,
|
|
3711
|
+
transportUrl: {
|
|
3712
|
+
serializedName: "transportUrl",
|
|
3704
3713
|
type: {
|
|
3705
3714
|
name: "String",
|
|
3706
3715
|
},
|
|
3707
3716
|
},
|
|
3708
|
-
|
|
3709
|
-
serializedName: "
|
|
3717
|
+
speechModelEndpointId: {
|
|
3718
|
+
serializedName: "speechModelEndpointId",
|
|
3710
3719
|
type: {
|
|
3711
|
-
name: "
|
|
3712
|
-
className: "CommunicationIdentifierModel",
|
|
3720
|
+
name: "String",
|
|
3713
3721
|
},
|
|
3714
3722
|
},
|
|
3715
|
-
|
|
3716
|
-
serializedName: "
|
|
3717
|
-
readOnly: true,
|
|
3723
|
+
startTranscription: {
|
|
3724
|
+
serializedName: "startTranscription",
|
|
3718
3725
|
type: {
|
|
3719
|
-
name: "
|
|
3726
|
+
name: "Boolean",
|
|
3727
|
+
},
|
|
3728
|
+
},
|
|
3729
|
+
enableIntermediateResults: {
|
|
3730
|
+
serializedName: "enableIntermediateResults",
|
|
3731
|
+
type: {
|
|
3732
|
+
name: "Boolean",
|
|
3720
3733
|
},
|
|
3721
3734
|
},
|
|
3722
3735
|
},
|
|
3723
3736
|
},
|
|
3724
3737
|
};
|
|
3738
|
+
export let discriminators = {
|
|
3739
|
+
MediaStreamingOptionsInternal: MediaStreamingOptionsInternal,
|
|
3740
|
+
TranscriptionOptionsInternal: TranscriptionOptionsInternal,
|
|
3741
|
+
"MediaStreamingOptionsInternal.websocket": WebSocketMediaStreamingOptions,
|
|
3742
|
+
"TranscriptionOptionsInternal.websocket": WebSocketTranscriptionOptions,
|
|
3743
|
+
};
|
|
3725
3744
|
//# sourceMappingURL=mappers.js.map
|