@azure/communication-call-automation 1.6.0-beta.2 → 1.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/dist/commonjs/callAutomationClient.d.ts.map +1 -1
- package/dist/commonjs/callAutomationClient.js +328 -271
- package/dist/commonjs/callAutomationClient.js.map +7 -1
- package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
- package/dist/commonjs/callAutomationEventParser.js +193 -184
- package/dist/commonjs/callAutomationEventParser.js.map +7 -1
- package/dist/commonjs/callConnection.d.ts +5 -5
- package/dist/commonjs/callConnection.d.ts.map +1 -1
- package/dist/commonjs/callConnection.js +339 -287
- package/dist/commonjs/callConnection.js.map +7 -1
- package/dist/commonjs/callMedia.d.ts +3 -8
- package/dist/commonjs/callMedia.d.ts.map +1 -1
- package/dist/commonjs/callMedia.js +402 -429
- package/dist/commonjs/callMedia.js.map +7 -1
- package/dist/commonjs/callRecording.js +214 -190
- package/dist/commonjs/callRecording.js.map +7 -1
- package/dist/commonjs/contentDownloader.d.ts +12 -0
- package/dist/commonjs/contentDownloader.d.ts.map +1 -1
- package/dist/commonjs/contentDownloader.js +139 -101
- package/dist/commonjs/contentDownloader.js.map +7 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +1 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.js +258 -222
- package/dist/commonjs/generated/src/callAutomationApiClient.js.map +7 -1
- package/dist/commonjs/generated/src/index.js +36 -19
- package/dist/commonjs/generated/src/index.js.map +7 -1
- package/dist/commonjs/generated/src/models/index.d.ts +243 -457
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js +278 -367
- package/dist/commonjs/generated/src/models/index.js.map +7 -1
- package/dist/commonjs/generated/src/models/mappers.d.ts +21 -26
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.js +4240 -4281
- package/dist/commonjs/generated/src/models/mappers.js.map +7 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts +0 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +287 -211
- package/dist/commonjs/generated/src/models/parameters.js.map +7 -1
- package/dist/commonjs/generated/src/operations/callConnection.d.ts +1 -1
- package/dist/commonjs/generated/src/operations/callConnection.js +454 -382
- package/dist/commonjs/generated/src/operations/callConnection.js.map +7 -1
- package/dist/commonjs/generated/src/operations/callMedia.d.ts +1 -8
- package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/callMedia.js +394 -354
- package/dist/commonjs/generated/src/operations/callMedia.js.map +7 -1
- package/dist/commonjs/generated/src/operations/callRecording.js +180 -139
- package/dist/commonjs/generated/src/operations/callRecording.js.map +7 -1
- package/dist/commonjs/generated/src/operations/index.js +26 -14
- package/dist/commonjs/generated/src/operations/index.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js +16 -10
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +1 -8
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js +16 -10
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js +16 -10
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +26 -14
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +7 -1
- package/dist/commonjs/generated/src/pagingHelper.js +40 -30
- package/dist/commonjs/generated/src/pagingHelper.js.map +7 -1
- package/dist/commonjs/index.d.ts +3 -3
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +36 -17
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/models/events.d.ts +297 -237
- package/dist/commonjs/models/events.d.ts.map +1 -1
- package/dist/commonjs/models/events.js +16 -5
- package/dist/commonjs/models/events.js.map +7 -1
- package/dist/commonjs/models/logger.js +29 -11
- package/dist/commonjs/models/logger.js.map +7 -1
- package/dist/commonjs/models/mapper.js +99 -78
- package/dist/commonjs/models/mapper.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +8 -29
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +68 -61
- package/dist/commonjs/models/models.js.map +7 -1
- package/dist/commonjs/models/options.d.ts +11 -65
- package/dist/commonjs/models/options.d.ts.map +1 -1
- package/dist/commonjs/models/options.js +16 -5
- package/dist/commonjs/models/options.js.map +7 -1
- package/dist/commonjs/models/responses.js +16 -5
- package/dist/commonjs/models/responses.js.map +7 -1
- package/dist/commonjs/models/streaming.d.ts +1 -12
- package/dist/commonjs/models/streaming.d.ts.map +1 -1
- package/dist/commonjs/models/streaming.js +55 -39
- package/dist/commonjs/models/streaming.js.map +7 -1
- package/dist/commonjs/streamingData.d.ts.map +1 -1
- package/dist/commonjs/streamingData.js +112 -99
- package/dist/commonjs/streamingData.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/commonjs/utli/converters.d.ts.map +1 -1
- package/dist/commonjs/utli/converters.js +285 -275
- package/dist/commonjs/utli/converters.js.map +7 -1
- package/dist/commonjs/utli/recordingUrlValidator.d.ts +9 -0
- package/dist/commonjs/utli/recordingUrlValidator.d.ts.map +1 -0
- package/dist/commonjs/utli/recordingUrlValidator.js +56 -0
- package/dist/commonjs/utli/recordingUrlValidator.js.map +7 -0
- package/dist/esm/callAutomationClient.d.ts.map +1 -1
- package/dist/esm/callAutomationClient.js +1 -4
- package/dist/esm/callAutomationClient.js.map +1 -1
- package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
- package/dist/esm/callAutomationEventParser.js +8 -15
- package/dist/esm/callAutomationEventParser.js.map +1 -1
- package/dist/esm/callConnection.d.ts +5 -5
- package/dist/esm/callConnection.d.ts.map +1 -1
- package/dist/esm/callConnection.js +11 -10
- package/dist/esm/callConnection.js.map +1 -1
- package/dist/esm/callMedia.d.ts +3 -8
- package/dist/esm/callMedia.d.ts.map +1 -1
- package/dist/esm/callMedia.js +7 -35
- package/dist/esm/callMedia.js.map +1 -1
- package/dist/esm/contentDownloader.d.ts +12 -0
- package/dist/esm/contentDownloader.d.ts.map +1 -1
- package/dist/esm/contentDownloader.js +37 -8
- package/dist/esm/contentDownloader.js.map +1 -1
- package/dist/esm/generated/src/callAutomationApiClient.d.ts +1 -1
- package/dist/esm/generated/src/callAutomationApiClient.js +3 -3
- package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +243 -457
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- package/dist/esm/generated/src/models/index.js +28 -40
- package/dist/esm/generated/src/models/index.js.map +1 -1
- package/dist/esm/generated/src/models/mappers.d.ts +21 -26
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/esm/generated/src/models/mappers.js +327 -602
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.d.ts +0 -1
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +2 -6
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/operations/callConnection.d.ts +1 -1
- package/dist/esm/generated/src/operations/callConnection.js +1 -1
- package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
- package/dist/esm/generated/src/operations/callMedia.d.ts +1 -8
- package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/callMedia.js +0 -25
- package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +1 -8
- package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callMedia.js.map +1 -1
- package/dist/esm/index.d.ts +3 -3
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/events.d.ts +297 -237
- 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 +8 -29
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/models/options.d.ts +11 -65
- package/dist/esm/models/options.d.ts.map +1 -1
- package/dist/esm/models/options.js.map +1 -1
- package/dist/esm/models/streaming.d.ts +1 -12
- package/dist/esm/models/streaming.d.ts.map +1 -1
- package/dist/esm/models/streaming.js.map +1 -1
- package/dist/esm/streamingData.d.ts.map +1 -1
- package/dist/esm/streamingData.js +0 -5
- package/dist/esm/streamingData.js.map +1 -1
- package/dist/esm/utli/converters.d.ts.map +1 -1
- package/dist/esm/utli/converters.js +1 -1
- package/dist/esm/utli/converters.js.map +1 -1
- package/dist/esm/utli/recordingUrlValidator.d.ts +9 -0
- package/dist/esm/utli/recordingUrlValidator.d.ts.map +1 -0
- package/dist/esm/utli/recordingUrlValidator.js +45 -0
- package/dist/esm/utli/recordingUrlValidator.js.map +1 -0
- package/package.json +37 -50
- package/dist/browser/callAutomationClient.d.ts +0 -98
- package/dist/browser/callAutomationClient.d.ts.map +0 -1
- package/dist/browser/callAutomationClient.js +0 -275
- package/dist/browser/callAutomationClient.js.map +0 -1
- package/dist/browser/callAutomationEventParser.d.ts +0 -6
- package/dist/browser/callAutomationEventParser.d.ts.map +0 -1
- package/dist/browser/callAutomationEventParser.js +0 -189
- package/dist/browser/callAutomationEventParser.js.map +0 -1
- package/dist/browser/callConnection.d.ts +0 -83
- package/dist/browser/callConnection.d.ts.map +0 -1
- package/dist/browser/callConnection.js +0 -289
- package/dist/browser/callConnection.js.map +0 -1
- package/dist/browser/callMedia.d.ts +0 -114
- package/dist/browser/callMedia.d.ts.map +0 -1
- package/dist/browser/callMedia.js +0 -433
- package/dist/browser/callMedia.js.map +0 -1
- package/dist/browser/callRecording.d.ts +0 -70
- package/dist/browser/callRecording.d.ts.map +0 -1
- package/dist/browser/callRecording.js +0 -195
- package/dist/browser/callRecording.js.map +0 -1
- package/dist/browser/contentDownloader.d.ts +0 -25
- package/dist/browser/contentDownloader.d.ts.map +0 -1
- package/dist/browser/contentDownloader.js +0 -103
- package/dist/browser/contentDownloader.js.map +0 -1
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js +0 -38
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
- package/dist/browser/credential/callAutomationAuthPolicy.d.ts +0 -22
- package/dist/browser/credential/callAutomationAuthPolicy.d.ts.map +0 -1
- package/dist/browser/credential/callAutomationAuthPolicy.js +0 -53
- package/dist/browser/credential/callAutomationAuthPolicy.js.map +0 -1
- package/dist/browser/credential/cryptoUtils-browser.d.mts.map +0 -1
- package/dist/browser/credential/cryptoUtils-browser.mjs.map +0 -1
- package/dist/browser/credential/cryptoUtils.d.ts +0 -3
- package/dist/browser/credential/cryptoUtils.js +0 -20
- package/dist/browser/credential/encodeUtils.browser.d.ts +0 -4
- package/dist/browser/credential/encodeUtils.browser.d.ts.map +0 -1
- package/dist/browser/credential/encodeUtils.browser.js +0 -26
- package/dist/browser/credential/encodeUtils.browser.js.map +0 -1
- package/dist/browser/generated/src/callAutomationApiClient.d.ts +0 -49
- package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +0 -1
- package/dist/browser/generated/src/callAutomationApiClient.js +0 -235
- package/dist/browser/generated/src/callAutomationApiClient.js.map +0 -1
- package/dist/browser/generated/src/index.d.ts +0 -5
- package/dist/browser/generated/src/index.d.ts.map +0 -1
- package/dist/browser/generated/src/index.js +0 -13
- package/dist/browser/generated/src/index.js.map +0 -1
- package/dist/browser/generated/src/models/index.d.ts +0 -2342
- package/dist/browser/generated/src/models/index.d.ts.map +0 -1
- package/dist/browser/generated/src/models/index.js +0 -364
- package/dist/browser/generated/src/models/index.js.map +0 -1
- package/dist/browser/generated/src/models/mappers.d.ts +0 -123
- package/dist/browser/generated/src/models/mappers.d.ts.map +0 -1
- package/dist/browser/generated/src/models/mappers.js +0 -4395
- package/dist/browser/generated/src/models/mappers.js.map +0 -1
- package/dist/browser/generated/src/models/parameters.d.ts +0 -36
- package/dist/browser/generated/src/models/parameters.d.ts.map +0 -1
- package/dist/browser/generated/src/models/parameters.js +0 -208
- package/dist/browser/generated/src/models/parameters.js.map +0 -1
- package/dist/browser/generated/src/operations/callConnection.d.ts +0 -103
- package/dist/browser/generated/src/operations/callConnection.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/callConnection.js +0 -417
- package/dist/browser/generated/src/operations/callConnection.js.map +0 -1
- package/dist/browser/generated/src/operations/callMedia.d.ts +0 -110
- package/dist/browser/generated/src/operations/callMedia.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/callMedia.js +0 -378
- package/dist/browser/generated/src/operations/callMedia.js.map +0 -1
- package/dist/browser/generated/src/operations/callRecording.d.ts +0 -43
- package/dist/browser/generated/src/operations/callRecording.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/callRecording.js +0 -148
- package/dist/browser/generated/src/operations/callRecording.js.map +0 -1
- package/dist/browser/generated/src/operations/index.d.ts +0 -4
- package/dist/browser/generated/src/operations/index.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/index.js +0 -11
- package/dist/browser/generated/src/operations/index.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +0 -80
- package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callConnection.js +0 -9
- package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +0 -102
- package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callMedia.js +0 -9
- package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts +0 -35
- package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callRecording.js +0 -9
- package/dist/browser/generated/src/operationsInterfaces/callRecording.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts +0 -4
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/index.js +0 -11
- package/dist/browser/generated/src/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/generated/src/pagingHelper.d.ts +0 -13
- package/dist/browser/generated/src/pagingHelper.d.ts.map +0 -1
- package/dist/browser/generated/src/pagingHelper.js +0 -30
- package/dist/browser/generated/src/pagingHelper.js.map +0 -1
- package/dist/browser/index.d.ts +0 -12
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/index.js +0 -14
- package/dist/browser/index.js.map +0 -1
- package/dist/browser/models/constants.d.ts +0 -2
- package/dist/browser/models/constants.d.ts.map +0 -1
- package/dist/browser/models/constants.js +0 -4
- package/dist/browser/models/constants.js.map +0 -1
- package/dist/browser/models/events.d.ts +0 -689
- package/dist/browser/models/events.d.ts.map +0 -1
- package/dist/browser/models/events.js +0 -4
- package/dist/browser/models/events.js.map +0 -1
- package/dist/browser/models/logger.d.ts +0 -5
- package/dist/browser/models/logger.d.ts.map +0 -1
- package/dist/browser/models/logger.js +0 -8
- package/dist/browser/models/logger.js.map +0 -1
- package/dist/browser/models/mapper.d.ts +0 -3
- package/dist/browser/models/mapper.d.ts.map +0 -1
- package/dist/browser/models/mapper.js +0 -76
- package/dist/browser/models/mapper.js.map +0 -1
- package/dist/browser/models/models.d.ts +0 -305
- package/dist/browser/models/models.d.ts.map +0 -1
- package/dist/browser/models/models.js +0 -54
- package/dist/browser/models/models.js.map +0 -1
- package/dist/browser/models/options.d.ts +0 -463
- package/dist/browser/models/options.d.ts.map +0 -1
- package/dist/browser/models/options.js +0 -4
- package/dist/browser/models/options.js.map +0 -1
- package/dist/browser/models/responses.d.ts +0 -81
- package/dist/browser/models/responses.d.ts.map +0 -1
- package/dist/browser/models/responses.js +0 -4
- package/dist/browser/models/responses.js.map +0 -1
- package/dist/browser/models/streaming.d.ts +0 -128
- package/dist/browser/models/streaming.d.ts.map +0 -1
- package/dist/browser/models/streaming.js +0 -38
- package/dist/browser/models/streaming.js.map +0 -1
- package/dist/browser/package.json +0 -3
- package/dist/browser/streamingData.d.ts +0 -13
- package/dist/browser/streamingData.d.ts.map +0 -1
- package/dist/browser/streamingData.js +0 -99
- package/dist/browser/streamingData.js.map +0 -1
- package/dist/browser/utli/converters.d.ts +0 -46
- package/dist/browser/utli/converters.d.ts.map +0 -1
- package/dist/browser/utli/converters.js +0 -294
- package/dist/browser/utli/converters.js.map +0 -1
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js +0 -41
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
- package/dist/commonjs/credential/callAutomationAuthPolicy.d.ts +0 -22
- package/dist/commonjs/credential/callAutomationAuthPolicy.d.ts.map +0 -1
- package/dist/commonjs/credential/callAutomationAuthPolicy.js +0 -57
- package/dist/commonjs/credential/callAutomationAuthPolicy.js.map +0 -1
- package/dist/commonjs/credential/cryptoUtils.d.ts +0 -3
- package/dist/commonjs/credential/cryptoUtils.d.ts.map +0 -1
- package/dist/commonjs/credential/cryptoUtils.js +0 -14
- package/dist/commonjs/credential/cryptoUtils.js.map +0 -1
- package/dist/commonjs/credential/encodeUtils.browser.d.ts +0 -4
- package/dist/commonjs/credential/encodeUtils.browser.d.ts.map +0 -1
- package/dist/commonjs/credential/encodeUtils.browser.js +0 -32
- package/dist/commonjs/credential/encodeUtils.browser.js.map +0 -1
- package/dist/commonjs/models/constants.d.ts +0 -2
- package/dist/commonjs/models/constants.d.ts.map +0 -1
- package/dist/commonjs/models/constants.js +0 -7
- package/dist/commonjs/models/constants.js.map +0 -1
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js +0 -38
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
- package/dist/esm/credential/callAutomationAuthPolicy.d.ts +0 -22
- package/dist/esm/credential/callAutomationAuthPolicy.d.ts.map +0 -1
- package/dist/esm/credential/callAutomationAuthPolicy.js +0 -53
- package/dist/esm/credential/callAutomationAuthPolicy.js.map +0 -1
- package/dist/esm/credential/cryptoUtils.d.ts +0 -3
- package/dist/esm/credential/cryptoUtils.d.ts.map +0 -1
- package/dist/esm/credential/cryptoUtils.js +0 -9
- package/dist/esm/credential/cryptoUtils.js.map +0 -1
- package/dist/esm/credential/encodeUtils.browser.d.ts +0 -4
- package/dist/esm/credential/encodeUtils.browser.d.ts.map +0 -1
- package/dist/esm/credential/encodeUtils.browser.js +0 -26
- package/dist/esm/credential/encodeUtils.browser.js.map +0 -1
- package/dist/esm/models/constants.d.ts +0 -2
- package/dist/esm/models/constants.d.ts.map +0 -1
- package/dist/esm/models/constants.js +0 -4
- package/dist/esm/models/constants.js.map +0 -1
- package/dist/react-native/callAutomationClient.d.ts +0 -98
- package/dist/react-native/callAutomationClient.d.ts.map +0 -1
- package/dist/react-native/callAutomationClient.js +0 -275
- package/dist/react-native/callAutomationClient.js.map +0 -1
- package/dist/react-native/callAutomationEventParser.d.ts +0 -6
- package/dist/react-native/callAutomationEventParser.d.ts.map +0 -1
- package/dist/react-native/callAutomationEventParser.js +0 -189
- package/dist/react-native/callAutomationEventParser.js.map +0 -1
- package/dist/react-native/callConnection.d.ts +0 -83
- package/dist/react-native/callConnection.d.ts.map +0 -1
- package/dist/react-native/callConnection.js +0 -289
- package/dist/react-native/callConnection.js.map +0 -1
- package/dist/react-native/callMedia.d.ts +0 -114
- package/dist/react-native/callMedia.d.ts.map +0 -1
- package/dist/react-native/callMedia.js +0 -433
- package/dist/react-native/callMedia.js.map +0 -1
- package/dist/react-native/callRecording.d.ts +0 -70
- package/dist/react-native/callRecording.d.ts.map +0 -1
- package/dist/react-native/callRecording.js +0 -195
- package/dist/react-native/callRecording.js.map +0 -1
- package/dist/react-native/contentDownloader.d.ts +0 -25
- package/dist/react-native/contentDownloader.d.ts.map +0 -1
- package/dist/react-native/contentDownloader.js +0 -103
- package/dist/react-native/contentDownloader.js.map +0 -1
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js +0 -38
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
- package/dist/react-native/credential/callAutomationAuthPolicy.d.ts +0 -22
- package/dist/react-native/credential/callAutomationAuthPolicy.d.ts.map +0 -1
- package/dist/react-native/credential/callAutomationAuthPolicy.js +0 -53
- package/dist/react-native/credential/callAutomationAuthPolicy.js.map +0 -1
- package/dist/react-native/credential/cryptoUtils.d.ts +0 -3
- package/dist/react-native/credential/cryptoUtils.d.ts.map +0 -1
- package/dist/react-native/credential/cryptoUtils.js +0 -9
- package/dist/react-native/credential/cryptoUtils.js.map +0 -1
- package/dist/react-native/credential/encodeUtils.browser.d.ts +0 -4
- package/dist/react-native/credential/encodeUtils.browser.d.ts.map +0 -1
- package/dist/react-native/credential/encodeUtils.browser.js +0 -26
- package/dist/react-native/credential/encodeUtils.browser.js.map +0 -1
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts +0 -49
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +0 -1
- package/dist/react-native/generated/src/callAutomationApiClient.js +0 -235
- package/dist/react-native/generated/src/callAutomationApiClient.js.map +0 -1
- package/dist/react-native/generated/src/index.d.ts +0 -5
- package/dist/react-native/generated/src/index.d.ts.map +0 -1
- package/dist/react-native/generated/src/index.js +0 -13
- package/dist/react-native/generated/src/index.js.map +0 -1
- package/dist/react-native/generated/src/models/index.d.ts +0 -2342
- package/dist/react-native/generated/src/models/index.d.ts.map +0 -1
- package/dist/react-native/generated/src/models/index.js +0 -364
- package/dist/react-native/generated/src/models/index.js.map +0 -1
- package/dist/react-native/generated/src/models/mappers.d.ts +0 -123
- package/dist/react-native/generated/src/models/mappers.d.ts.map +0 -1
- package/dist/react-native/generated/src/models/mappers.js +0 -4395
- package/dist/react-native/generated/src/models/mappers.js.map +0 -1
- package/dist/react-native/generated/src/models/parameters.d.ts +0 -36
- package/dist/react-native/generated/src/models/parameters.d.ts.map +0 -1
- package/dist/react-native/generated/src/models/parameters.js +0 -208
- package/dist/react-native/generated/src/models/parameters.js.map +0 -1
- package/dist/react-native/generated/src/operations/callConnection.d.ts +0 -103
- package/dist/react-native/generated/src/operations/callConnection.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/callConnection.js +0 -417
- package/dist/react-native/generated/src/operations/callConnection.js.map +0 -1
- package/dist/react-native/generated/src/operations/callMedia.d.ts +0 -110
- package/dist/react-native/generated/src/operations/callMedia.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/callMedia.js +0 -378
- package/dist/react-native/generated/src/operations/callMedia.js.map +0 -1
- package/dist/react-native/generated/src/operations/callRecording.d.ts +0 -43
- package/dist/react-native/generated/src/operations/callRecording.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/callRecording.js +0 -148
- package/dist/react-native/generated/src/operations/callRecording.js.map +0 -1
- package/dist/react-native/generated/src/operations/index.d.ts +0 -4
- package/dist/react-native/generated/src/operations/index.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/index.js +0 -11
- package/dist/react-native/generated/src/operations/index.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +0 -80
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.js +0 -9
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +0 -102
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.js +0 -9
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts +0 -35
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.js +0 -9
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +0 -4
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.js +0 -11
- package/dist/react-native/generated/src/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/generated/src/pagingHelper.d.ts +0 -13
- package/dist/react-native/generated/src/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/generated/src/pagingHelper.js +0 -30
- package/dist/react-native/generated/src/pagingHelper.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -12
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -14
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/models/constants.d.ts +0 -2
- package/dist/react-native/models/constants.d.ts.map +0 -1
- package/dist/react-native/models/constants.js +0 -4
- package/dist/react-native/models/constants.js.map +0 -1
- package/dist/react-native/models/events.d.ts +0 -689
- package/dist/react-native/models/events.d.ts.map +0 -1
- package/dist/react-native/models/events.js +0 -4
- package/dist/react-native/models/events.js.map +0 -1
- package/dist/react-native/models/logger.d.ts +0 -5
- package/dist/react-native/models/logger.d.ts.map +0 -1
- package/dist/react-native/models/logger.js +0 -8
- package/dist/react-native/models/logger.js.map +0 -1
- package/dist/react-native/models/mapper.d.ts +0 -3
- package/dist/react-native/models/mapper.d.ts.map +0 -1
- package/dist/react-native/models/mapper.js +0 -76
- package/dist/react-native/models/mapper.js.map +0 -1
- package/dist/react-native/models/models.d.ts +0 -305
- package/dist/react-native/models/models.d.ts.map +0 -1
- package/dist/react-native/models/models.js +0 -54
- package/dist/react-native/models/models.js.map +0 -1
- package/dist/react-native/models/options.d.ts +0 -463
- package/dist/react-native/models/options.d.ts.map +0 -1
- package/dist/react-native/models/options.js +0 -4
- package/dist/react-native/models/options.js.map +0 -1
- package/dist/react-native/models/responses.d.ts +0 -81
- package/dist/react-native/models/responses.d.ts.map +0 -1
- package/dist/react-native/models/responses.js +0 -4
- package/dist/react-native/models/responses.js.map +0 -1
- package/dist/react-native/models/streaming.d.ts +0 -128
- package/dist/react-native/models/streaming.d.ts.map +0 -1
- package/dist/react-native/models/streaming.js +0 -38
- package/dist/react-native/models/streaming.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/streamingData.d.ts +0 -13
- package/dist/react-native/streamingData.d.ts.map +0 -1
- package/dist/react-native/streamingData.js +0 -99
- package/dist/react-native/streamingData.js.map +0 -1
- package/dist/react-native/utli/converters.d.ts +0 -46
- package/dist/react-native/utli/converters.d.ts.map +0 -1
- package/dist/react-native/utli/converters.js +0 -294
- package/dist/react-native/utli/converters.js.map +0 -1
|
@@ -84,12 +84,6 @@ export const CreateCallRequest = {
|
|
|
84
84
|
className: "MicrosoftTeamsAppIdentifierModel",
|
|
85
85
|
},
|
|
86
86
|
},
|
|
87
|
-
enableLoopbackAudio: {
|
|
88
|
-
serializedName: "enableLoopbackAudio",
|
|
89
|
-
type: {
|
|
90
|
-
name: "Boolean",
|
|
91
|
-
},
|
|
92
|
-
},
|
|
93
87
|
},
|
|
94
88
|
},
|
|
95
89
|
};
|
|
@@ -333,6 +327,7 @@ export const TranscriptionOptionsInternal = {
|
|
|
333
327
|
},
|
|
334
328
|
locale: {
|
|
335
329
|
serializedName: "locale",
|
|
330
|
+
required: true,
|
|
336
331
|
type: {
|
|
337
332
|
name: "String",
|
|
338
333
|
},
|
|
@@ -623,12 +618,6 @@ export const AnswerCallRequest = {
|
|
|
623
618
|
className: "TranscriptionOptionsInternal",
|
|
624
619
|
},
|
|
625
620
|
},
|
|
626
|
-
enableLoopbackAudio: {
|
|
627
|
-
serializedName: "enableLoopbackAudio",
|
|
628
|
-
type: {
|
|
629
|
-
name: "Boolean",
|
|
630
|
-
},
|
|
631
|
-
},
|
|
632
621
|
},
|
|
633
622
|
},
|
|
634
623
|
};
|
|
@@ -721,12 +710,6 @@ export const ConnectRequest = {
|
|
|
721
710
|
className: "TranscriptionOptionsInternal",
|
|
722
711
|
},
|
|
723
712
|
},
|
|
724
|
-
enableLoopbackAudio: {
|
|
725
|
-
serializedName: "enableLoopbackAudio",
|
|
726
|
-
type: {
|
|
727
|
-
name: "Boolean",
|
|
728
|
-
},
|
|
729
|
-
},
|
|
730
713
|
},
|
|
731
714
|
},
|
|
732
715
|
};
|
|
@@ -1231,77 +1214,6 @@ export const StartTranscriptionRequest = {
|
|
|
1231
1214
|
name: "String",
|
|
1232
1215
|
},
|
|
1233
1216
|
},
|
|
1234
|
-
piiRedactionOptions: {
|
|
1235
|
-
serializedName: "piiRedactionOptions",
|
|
1236
|
-
type: {
|
|
1237
|
-
name: "Composite",
|
|
1238
|
-
className: "PiiRedactionOptionsInternal",
|
|
1239
|
-
},
|
|
1240
|
-
},
|
|
1241
|
-
enableSentimentAnalysis: {
|
|
1242
|
-
serializedName: "enableSentimentAnalysis",
|
|
1243
|
-
type: {
|
|
1244
|
-
name: "Boolean",
|
|
1245
|
-
},
|
|
1246
|
-
},
|
|
1247
|
-
locales: {
|
|
1248
|
-
serializedName: "locales",
|
|
1249
|
-
type: {
|
|
1250
|
-
name: "Sequence",
|
|
1251
|
-
element: {
|
|
1252
|
-
type: {
|
|
1253
|
-
name: "String",
|
|
1254
|
-
},
|
|
1255
|
-
},
|
|
1256
|
-
},
|
|
1257
|
-
},
|
|
1258
|
-
summarizationOptions: {
|
|
1259
|
-
serializedName: "summarizationOptions",
|
|
1260
|
-
type: {
|
|
1261
|
-
name: "Composite",
|
|
1262
|
-
className: "SummarizationOptionsInternal",
|
|
1263
|
-
},
|
|
1264
|
-
},
|
|
1265
|
-
},
|
|
1266
|
-
},
|
|
1267
|
-
};
|
|
1268
|
-
export const PiiRedactionOptionsInternal = {
|
|
1269
|
-
type: {
|
|
1270
|
-
name: "Composite",
|
|
1271
|
-
className: "PiiRedactionOptionsInternal",
|
|
1272
|
-
modelProperties: {
|
|
1273
|
-
enable: {
|
|
1274
|
-
serializedName: "enable",
|
|
1275
|
-
type: {
|
|
1276
|
-
name: "Boolean",
|
|
1277
|
-
},
|
|
1278
|
-
},
|
|
1279
|
-
redactionType: {
|
|
1280
|
-
serializedName: "redactionType",
|
|
1281
|
-
type: {
|
|
1282
|
-
name: "String",
|
|
1283
|
-
},
|
|
1284
|
-
},
|
|
1285
|
-
},
|
|
1286
|
-
},
|
|
1287
|
-
};
|
|
1288
|
-
export const SummarizationOptionsInternal = {
|
|
1289
|
-
type: {
|
|
1290
|
-
name: "Composite",
|
|
1291
|
-
className: "SummarizationOptionsInternal",
|
|
1292
|
-
modelProperties: {
|
|
1293
|
-
enableEndCallSummary: {
|
|
1294
|
-
serializedName: "enableEndCallSummary",
|
|
1295
|
-
type: {
|
|
1296
|
-
name: "Boolean",
|
|
1297
|
-
},
|
|
1298
|
-
},
|
|
1299
|
-
locale: {
|
|
1300
|
-
serializedName: "locale",
|
|
1301
|
-
type: {
|
|
1302
|
-
name: "String",
|
|
1303
|
-
},
|
|
1304
|
-
},
|
|
1305
1217
|
},
|
|
1306
1218
|
},
|
|
1307
1219
|
};
|
|
@@ -1354,53 +1266,6 @@ export const UpdateTranscriptionRequest = {
|
|
|
1354
1266
|
name: "String",
|
|
1355
1267
|
},
|
|
1356
1268
|
},
|
|
1357
|
-
piiRedactionOptions: {
|
|
1358
|
-
serializedName: "piiRedactionOptions",
|
|
1359
|
-
type: {
|
|
1360
|
-
name: "Composite",
|
|
1361
|
-
className: "PiiRedactionOptionsInternal",
|
|
1362
|
-
},
|
|
1363
|
-
},
|
|
1364
|
-
enableSentimentAnalysis: {
|
|
1365
|
-
serializedName: "enableSentimentAnalysis",
|
|
1366
|
-
type: {
|
|
1367
|
-
name: "Boolean",
|
|
1368
|
-
},
|
|
1369
|
-
},
|
|
1370
|
-
summarizationOptions: {
|
|
1371
|
-
serializedName: "summarizationOptions",
|
|
1372
|
-
type: {
|
|
1373
|
-
name: "Composite",
|
|
1374
|
-
className: "SummarizationOptionsInternal",
|
|
1375
|
-
},
|
|
1376
|
-
},
|
|
1377
|
-
},
|
|
1378
|
-
},
|
|
1379
|
-
};
|
|
1380
|
-
export const SummarizeCallRequest = {
|
|
1381
|
-
type: {
|
|
1382
|
-
name: "Composite",
|
|
1383
|
-
className: "SummarizeCallRequest",
|
|
1384
|
-
modelProperties: {
|
|
1385
|
-
operationContext: {
|
|
1386
|
-
serializedName: "operationContext",
|
|
1387
|
-
type: {
|
|
1388
|
-
name: "String",
|
|
1389
|
-
},
|
|
1390
|
-
},
|
|
1391
|
-
operationCallbackUri: {
|
|
1392
|
-
serializedName: "operationCallbackUri",
|
|
1393
|
-
type: {
|
|
1394
|
-
name: "String",
|
|
1395
|
-
},
|
|
1396
|
-
},
|
|
1397
|
-
summarizationOptions: {
|
|
1398
|
-
serializedName: "summarizationOptions",
|
|
1399
|
-
type: {
|
|
1400
|
-
name: "Composite",
|
|
1401
|
-
className: "SummarizationOptionsInternal",
|
|
1402
|
-
},
|
|
1403
|
-
},
|
|
1404
1269
|
},
|
|
1405
1270
|
},
|
|
1406
1271
|
};
|
|
@@ -1497,23 +1362,6 @@ export const RecognizeOptions = {
|
|
|
1497
1362
|
name: "String",
|
|
1498
1363
|
},
|
|
1499
1364
|
},
|
|
1500
|
-
speechLanguages: {
|
|
1501
|
-
serializedName: "speechLanguages",
|
|
1502
|
-
type: {
|
|
1503
|
-
name: "Sequence",
|
|
1504
|
-
element: {
|
|
1505
|
-
type: {
|
|
1506
|
-
name: "String",
|
|
1507
|
-
},
|
|
1508
|
-
},
|
|
1509
|
-
},
|
|
1510
|
-
},
|
|
1511
|
-
enableSentimentAnalysis: {
|
|
1512
|
-
serializedName: "enableSentimentAnalysis",
|
|
1513
|
-
type: {
|
|
1514
|
-
name: "Boolean",
|
|
1515
|
-
},
|
|
1516
|
-
},
|
|
1517
1365
|
speechRecognitionModelEndpointId: {
|
|
1518
1366
|
serializedName: "speechRecognitionModelEndpointId",
|
|
1519
1367
|
type: {
|
|
@@ -2457,6 +2305,45 @@ export const AddParticipantSucceeded = {
|
|
|
2457
2305
|
},
|
|
2458
2306
|
},
|
|
2459
2307
|
};
|
|
2308
|
+
export const AnswerFailed = {
|
|
2309
|
+
type: {
|
|
2310
|
+
name: "Composite",
|
|
2311
|
+
className: "AnswerFailed",
|
|
2312
|
+
modelProperties: {
|
|
2313
|
+
callConnectionId: {
|
|
2314
|
+
serializedName: "callConnectionId",
|
|
2315
|
+
type: {
|
|
2316
|
+
name: "String",
|
|
2317
|
+
},
|
|
2318
|
+
},
|
|
2319
|
+
serverCallId: {
|
|
2320
|
+
serializedName: "serverCallId",
|
|
2321
|
+
type: {
|
|
2322
|
+
name: "String",
|
|
2323
|
+
},
|
|
2324
|
+
},
|
|
2325
|
+
correlationId: {
|
|
2326
|
+
serializedName: "correlationId",
|
|
2327
|
+
type: {
|
|
2328
|
+
name: "String",
|
|
2329
|
+
},
|
|
2330
|
+
},
|
|
2331
|
+
operationContext: {
|
|
2332
|
+
serializedName: "operationContext",
|
|
2333
|
+
type: {
|
|
2334
|
+
name: "String",
|
|
2335
|
+
},
|
|
2336
|
+
},
|
|
2337
|
+
resultInformation: {
|
|
2338
|
+
serializedName: "resultInformation",
|
|
2339
|
+
type: {
|
|
2340
|
+
name: "Composite",
|
|
2341
|
+
className: "ResultInformation",
|
|
2342
|
+
},
|
|
2343
|
+
},
|
|
2344
|
+
},
|
|
2345
|
+
},
|
|
2346
|
+
};
|
|
2460
2347
|
export const CallConnected = {
|
|
2461
2348
|
type: {
|
|
2462
2349
|
name: "Composite",
|
|
@@ -2627,10 +2514,10 @@ export const CallTransferFailed = {
|
|
|
2627
2514
|
},
|
|
2628
2515
|
},
|
|
2629
2516
|
};
|
|
2630
|
-
export const
|
|
2517
|
+
export const CancelAddParticipantFailed = {
|
|
2631
2518
|
type: {
|
|
2632
2519
|
name: "Composite",
|
|
2633
|
-
className: "
|
|
2520
|
+
className: "CancelAddParticipantFailed",
|
|
2634
2521
|
modelProperties: {
|
|
2635
2522
|
callConnectionId: {
|
|
2636
2523
|
serializedName: "callConnectionId",
|
|
@@ -2650,22 +2537,16 @@ export const ParticipantsUpdated = {
|
|
|
2650
2537
|
name: "String",
|
|
2651
2538
|
},
|
|
2652
2539
|
},
|
|
2653
|
-
|
|
2654
|
-
serializedName: "
|
|
2540
|
+
operationContext: {
|
|
2541
|
+
serializedName: "operationContext",
|
|
2655
2542
|
type: {
|
|
2656
|
-
name: "
|
|
2543
|
+
name: "String",
|
|
2657
2544
|
},
|
|
2658
2545
|
},
|
|
2659
|
-
|
|
2660
|
-
serializedName: "
|
|
2546
|
+
invitationId: {
|
|
2547
|
+
serializedName: "invitationId",
|
|
2661
2548
|
type: {
|
|
2662
|
-
name: "
|
|
2663
|
-
element: {
|
|
2664
|
-
type: {
|
|
2665
|
-
name: "Composite",
|
|
2666
|
-
className: "CallParticipantInternal",
|
|
2667
|
-
},
|
|
2668
|
-
},
|
|
2549
|
+
name: "String",
|
|
2669
2550
|
},
|
|
2670
2551
|
},
|
|
2671
2552
|
resultInformation: {
|
|
@@ -2678,10 +2559,10 @@ export const ParticipantsUpdated = {
|
|
|
2678
2559
|
},
|
|
2679
2560
|
},
|
|
2680
2561
|
};
|
|
2681
|
-
export const
|
|
2562
|
+
export const CancelAddParticipantSucceeded = {
|
|
2682
2563
|
type: {
|
|
2683
2564
|
name: "Composite",
|
|
2684
|
-
className: "
|
|
2565
|
+
className: "CancelAddParticipantSucceeded",
|
|
2685
2566
|
modelProperties: {
|
|
2686
2567
|
callConnectionId: {
|
|
2687
2568
|
serializedName: "callConnectionId",
|
|
@@ -2707,6 +2588,12 @@ export const RemoveParticipantSucceeded = {
|
|
|
2707
2588
|
name: "String",
|
|
2708
2589
|
},
|
|
2709
2590
|
},
|
|
2591
|
+
invitationId: {
|
|
2592
|
+
serializedName: "invitationId",
|
|
2593
|
+
type: {
|
|
2594
|
+
name: "String",
|
|
2595
|
+
},
|
|
2596
|
+
},
|
|
2710
2597
|
resultInformation: {
|
|
2711
2598
|
serializedName: "resultInformation",
|
|
2712
2599
|
type: {
|
|
@@ -2714,20 +2601,39 @@ export const RemoveParticipantSucceeded = {
|
|
|
2714
2601
|
className: "ResultInformation",
|
|
2715
2602
|
},
|
|
2716
2603
|
},
|
|
2717
|
-
|
|
2718
|
-
|
|
2604
|
+
},
|
|
2605
|
+
},
|
|
2606
|
+
};
|
|
2607
|
+
export const ChoiceResult = {
|
|
2608
|
+
type: {
|
|
2609
|
+
name: "Composite",
|
|
2610
|
+
className: "ChoiceResult",
|
|
2611
|
+
modelProperties: {
|
|
2612
|
+
label: {
|
|
2613
|
+
serializedName: "label",
|
|
2719
2614
|
type: {
|
|
2720
|
-
name: "
|
|
2721
|
-
|
|
2615
|
+
name: "String",
|
|
2616
|
+
},
|
|
2617
|
+
},
|
|
2618
|
+
recognizedPhrase: {
|
|
2619
|
+
serializedName: "recognizedPhrase",
|
|
2620
|
+
type: {
|
|
2621
|
+
name: "String",
|
|
2622
|
+
},
|
|
2623
|
+
},
|
|
2624
|
+
confidence: {
|
|
2625
|
+
serializedName: "confidence",
|
|
2626
|
+
type: {
|
|
2627
|
+
name: "Number",
|
|
2722
2628
|
},
|
|
2723
2629
|
},
|
|
2724
2630
|
},
|
|
2725
2631
|
},
|
|
2726
2632
|
};
|
|
2727
|
-
export const
|
|
2633
|
+
export const ConnectFailed = {
|
|
2728
2634
|
type: {
|
|
2729
2635
|
name: "Composite",
|
|
2730
|
-
className: "
|
|
2636
|
+
className: "ConnectFailed",
|
|
2731
2637
|
modelProperties: {
|
|
2732
2638
|
callConnectionId: {
|
|
2733
2639
|
serializedName: "callConnectionId",
|
|
@@ -2760,20 +2666,13 @@ export const RemoveParticipantFailed = {
|
|
|
2760
2666
|
className: "ResultInformation",
|
|
2761
2667
|
},
|
|
2762
2668
|
},
|
|
2763
|
-
participant: {
|
|
2764
|
-
serializedName: "participant",
|
|
2765
|
-
type: {
|
|
2766
|
-
name: "Composite",
|
|
2767
|
-
className: "CommunicationIdentifierModel",
|
|
2768
|
-
},
|
|
2769
|
-
},
|
|
2770
2669
|
},
|
|
2771
2670
|
},
|
|
2772
2671
|
};
|
|
2773
|
-
export const
|
|
2672
|
+
export const ContinuousDtmfRecognitionStopped = {
|
|
2774
2673
|
type: {
|
|
2775
2674
|
name: "Composite",
|
|
2776
|
-
className: "
|
|
2675
|
+
className: "ContinuousDtmfRecognitionStopped",
|
|
2777
2676
|
modelProperties: {
|
|
2778
2677
|
callConnectionId: {
|
|
2779
2678
|
serializedName: "callConnectionId",
|
|
@@ -2799,12 +2698,6 @@ export const CancelAddParticipantSucceeded = {
|
|
|
2799
2698
|
name: "String",
|
|
2800
2699
|
},
|
|
2801
2700
|
},
|
|
2802
|
-
invitationId: {
|
|
2803
|
-
serializedName: "invitationId",
|
|
2804
|
-
type: {
|
|
2805
|
-
name: "String",
|
|
2806
|
-
},
|
|
2807
|
-
},
|
|
2808
2701
|
resultInformation: {
|
|
2809
2702
|
serializedName: "resultInformation",
|
|
2810
2703
|
type: {
|
|
@@ -2815,10 +2708,10 @@ export const CancelAddParticipantSucceeded = {
|
|
|
2815
2708
|
},
|
|
2816
2709
|
},
|
|
2817
2710
|
};
|
|
2818
|
-
export const
|
|
2711
|
+
export const ContinuousDtmfRecognitionToneFailed = {
|
|
2819
2712
|
type: {
|
|
2820
2713
|
name: "Composite",
|
|
2821
|
-
className: "
|
|
2714
|
+
className: "ContinuousDtmfRecognitionToneFailed",
|
|
2822
2715
|
modelProperties: {
|
|
2823
2716
|
callConnectionId: {
|
|
2824
2717
|
serializedName: "callConnectionId",
|
|
@@ -2838,12 +2731,6 @@ export const CancelAddParticipantFailed = {
|
|
|
2838
2731
|
name: "String",
|
|
2839
2732
|
},
|
|
2840
2733
|
},
|
|
2841
|
-
operationContext: {
|
|
2842
|
-
serializedName: "operationContext",
|
|
2843
|
-
type: {
|
|
2844
|
-
name: "String",
|
|
2845
|
-
},
|
|
2846
|
-
},
|
|
2847
2734
|
resultInformation: {
|
|
2848
2735
|
serializedName: "resultInformation",
|
|
2849
2736
|
type: {
|
|
@@ -2851,8 +2738,8 @@ export const CancelAddParticipantFailed = {
|
|
|
2851
2738
|
className: "ResultInformation",
|
|
2852
2739
|
},
|
|
2853
2740
|
},
|
|
2854
|
-
|
|
2855
|
-
serializedName: "
|
|
2741
|
+
operationContext: {
|
|
2742
|
+
serializedName: "operationContext",
|
|
2856
2743
|
type: {
|
|
2857
2744
|
name: "String",
|
|
2858
2745
|
},
|
|
@@ -2860,50 +2747,24 @@ export const CancelAddParticipantFailed = {
|
|
|
2860
2747
|
},
|
|
2861
2748
|
},
|
|
2862
2749
|
};
|
|
2863
|
-
export const
|
|
2750
|
+
export const ContinuousDtmfRecognitionToneReceived = {
|
|
2864
2751
|
type: {
|
|
2865
2752
|
name: "Composite",
|
|
2866
|
-
className: "
|
|
2753
|
+
className: "ContinuousDtmfRecognitionToneReceived",
|
|
2867
2754
|
modelProperties: {
|
|
2868
|
-
|
|
2869
|
-
serializedName: "
|
|
2755
|
+
sequenceId: {
|
|
2756
|
+
serializedName: "sequenceId",
|
|
2757
|
+
readOnly: true,
|
|
2870
2758
|
type: {
|
|
2871
|
-
name: "
|
|
2759
|
+
name: "Number",
|
|
2872
2760
|
},
|
|
2873
2761
|
},
|
|
2874
|
-
|
|
2875
|
-
serializedName: "
|
|
2876
|
-
type: {
|
|
2877
|
-
name: "String",
|
|
2878
|
-
},
|
|
2879
|
-
},
|
|
2880
|
-
correlationId: {
|
|
2881
|
-
serializedName: "correlationId",
|
|
2882
|
-
type: {
|
|
2883
|
-
name: "String",
|
|
2884
|
-
},
|
|
2885
|
-
},
|
|
2886
|
-
operationContext: {
|
|
2887
|
-
serializedName: "operationContext",
|
|
2762
|
+
tone: {
|
|
2763
|
+
serializedName: "tone",
|
|
2888
2764
|
type: {
|
|
2889
2765
|
name: "String",
|
|
2890
2766
|
},
|
|
2891
2767
|
},
|
|
2892
|
-
resultInformation: {
|
|
2893
|
-
serializedName: "resultInformation",
|
|
2894
|
-
type: {
|
|
2895
|
-
name: "Composite",
|
|
2896
|
-
className: "ResultInformation",
|
|
2897
|
-
},
|
|
2898
|
-
},
|
|
2899
|
-
},
|
|
2900
|
-
},
|
|
2901
|
-
};
|
|
2902
|
-
export const CreateCallFailed = {
|
|
2903
|
-
type: {
|
|
2904
|
-
name: "Composite",
|
|
2905
|
-
className: "CreateCallFailed",
|
|
2906
|
-
modelProperties: {
|
|
2907
2768
|
callConnectionId: {
|
|
2908
2769
|
serializedName: "callConnectionId",
|
|
2909
2770
|
type: {
|
|
@@ -2938,10 +2799,10 @@ export const CreateCallFailed = {
|
|
|
2938
2799
|
},
|
|
2939
2800
|
},
|
|
2940
2801
|
};
|
|
2941
|
-
export const
|
|
2802
|
+
export const CreateCallFailed = {
|
|
2942
2803
|
type: {
|
|
2943
2804
|
name: "Composite",
|
|
2944
|
-
className: "
|
|
2805
|
+
className: "CreateCallFailed",
|
|
2945
2806
|
modelProperties: {
|
|
2946
2807
|
callConnectionId: {
|
|
2947
2808
|
serializedName: "callConnectionId",
|
|
@@ -2977,17 +2838,31 @@ export const ConnectFailed = {
|
|
|
2977
2838
|
},
|
|
2978
2839
|
},
|
|
2979
2840
|
};
|
|
2980
|
-
export const
|
|
2841
|
+
export const DtmfResult = {
|
|
2981
2842
|
type: {
|
|
2982
2843
|
name: "Composite",
|
|
2983
|
-
className: "
|
|
2844
|
+
className: "DtmfResult",
|
|
2984
2845
|
modelProperties: {
|
|
2985
|
-
|
|
2986
|
-
serializedName: "
|
|
2846
|
+
tones: {
|
|
2847
|
+
serializedName: "tones",
|
|
2848
|
+
readOnly: true,
|
|
2987
2849
|
type: {
|
|
2988
|
-
name: "
|
|
2850
|
+
name: "Sequence",
|
|
2851
|
+
element: {
|
|
2852
|
+
type: {
|
|
2853
|
+
name: "String",
|
|
2854
|
+
},
|
|
2855
|
+
},
|
|
2989
2856
|
},
|
|
2990
2857
|
},
|
|
2858
|
+
},
|
|
2859
|
+
},
|
|
2860
|
+
};
|
|
2861
|
+
export const HoldFailed = {
|
|
2862
|
+
type: {
|
|
2863
|
+
name: "Composite",
|
|
2864
|
+
className: "HoldFailed",
|
|
2865
|
+
modelProperties: {
|
|
2991
2866
|
callConnectionId: {
|
|
2992
2867
|
serializedName: "callConnectionId",
|
|
2993
2868
|
type: {
|
|
@@ -3019,25 +2894,19 @@ export const MoveParticipantSucceeded = {
|
|
|
3019
2894
|
className: "ResultInformation",
|
|
3020
2895
|
},
|
|
3021
2896
|
},
|
|
3022
|
-
participant: {
|
|
3023
|
-
serializedName: "participant",
|
|
3024
|
-
type: {
|
|
3025
|
-
name: "Composite",
|
|
3026
|
-
className: "CommunicationIdentifierModel",
|
|
3027
|
-
},
|
|
3028
|
-
},
|
|
3029
2897
|
},
|
|
3030
2898
|
},
|
|
3031
2899
|
};
|
|
3032
|
-
export const
|
|
2900
|
+
export const MediaStreamingFailed = {
|
|
3033
2901
|
type: {
|
|
3034
2902
|
name: "Composite",
|
|
3035
|
-
className: "
|
|
2903
|
+
className: "MediaStreamingFailed",
|
|
3036
2904
|
modelProperties: {
|
|
3037
|
-
|
|
3038
|
-
serializedName: "
|
|
2905
|
+
mediaStreamingUpdate: {
|
|
2906
|
+
serializedName: "mediaStreamingUpdate",
|
|
3039
2907
|
type: {
|
|
3040
|
-
name: "
|
|
2908
|
+
name: "Composite",
|
|
2909
|
+
className: "MediaStreamingUpdate",
|
|
3041
2910
|
},
|
|
3042
2911
|
},
|
|
3043
2912
|
callConnectionId: {
|
|
@@ -3071,80 +2940,47 @@ export const MoveParticipantFailed = {
|
|
|
3071
2940
|
className: "ResultInformation",
|
|
3072
2941
|
},
|
|
3073
2942
|
},
|
|
3074
|
-
participant: {
|
|
3075
|
-
serializedName: "participant",
|
|
3076
|
-
type: {
|
|
3077
|
-
name: "Composite",
|
|
3078
|
-
className: "CommunicationIdentifierModel",
|
|
3079
|
-
},
|
|
3080
|
-
},
|
|
3081
2943
|
},
|
|
3082
2944
|
},
|
|
3083
2945
|
};
|
|
3084
|
-
export const
|
|
2946
|
+
export const MediaStreamingUpdate = {
|
|
3085
2947
|
type: {
|
|
3086
2948
|
name: "Composite",
|
|
3087
|
-
className: "
|
|
2949
|
+
className: "MediaStreamingUpdate",
|
|
3088
2950
|
modelProperties: {
|
|
3089
|
-
|
|
3090
|
-
serializedName: "
|
|
3091
|
-
type: {
|
|
3092
|
-
name: "String",
|
|
3093
|
-
},
|
|
3094
|
-
},
|
|
3095
|
-
serverCallId: {
|
|
3096
|
-
serializedName: "serverCallId",
|
|
3097
|
-
type: {
|
|
3098
|
-
name: "String",
|
|
3099
|
-
},
|
|
3100
|
-
},
|
|
3101
|
-
correlationId: {
|
|
3102
|
-
serializedName: "correlationId",
|
|
3103
|
-
type: {
|
|
3104
|
-
name: "String",
|
|
3105
|
-
},
|
|
3106
|
-
},
|
|
3107
|
-
recordingId: {
|
|
3108
|
-
serializedName: "recordingId",
|
|
3109
|
-
readOnly: true,
|
|
2951
|
+
contentType: {
|
|
2952
|
+
serializedName: "contentType",
|
|
3110
2953
|
type: {
|
|
3111
2954
|
name: "String",
|
|
3112
2955
|
},
|
|
3113
2956
|
},
|
|
3114
|
-
|
|
3115
|
-
serializedName: "
|
|
2957
|
+
mediaStreamingStatus: {
|
|
2958
|
+
serializedName: "mediaStreamingStatus",
|
|
3116
2959
|
type: {
|
|
3117
2960
|
name: "String",
|
|
3118
2961
|
},
|
|
3119
2962
|
},
|
|
3120
|
-
|
|
3121
|
-
serializedName: "
|
|
3122
|
-
readOnly: true,
|
|
3123
|
-
type: {
|
|
3124
|
-
name: "DateTime",
|
|
3125
|
-
},
|
|
3126
|
-
},
|
|
3127
|
-
recordingKind: {
|
|
3128
|
-
serializedName: "recordingKind",
|
|
2963
|
+
mediaStreamingStatusDetails: {
|
|
2964
|
+
serializedName: "mediaStreamingStatusDetails",
|
|
3129
2965
|
type: {
|
|
3130
2966
|
name: "String",
|
|
3131
2967
|
},
|
|
3132
2968
|
},
|
|
3133
|
-
resultInformation: {
|
|
3134
|
-
serializedName: "resultInformation",
|
|
3135
|
-
type: {
|
|
3136
|
-
name: "Composite",
|
|
3137
|
-
className: "ResultInformation",
|
|
3138
|
-
},
|
|
3139
|
-
},
|
|
3140
2969
|
},
|
|
3141
2970
|
},
|
|
3142
2971
|
};
|
|
3143
|
-
export const
|
|
2972
|
+
export const MediaStreamingStarted = {
|
|
3144
2973
|
type: {
|
|
3145
2974
|
name: "Composite",
|
|
3146
|
-
className: "
|
|
2975
|
+
className: "MediaStreamingStarted",
|
|
3147
2976
|
modelProperties: {
|
|
2977
|
+
mediaStreamingUpdate: {
|
|
2978
|
+
serializedName: "mediaStreamingUpdate",
|
|
2979
|
+
type: {
|
|
2980
|
+
name: "Composite",
|
|
2981
|
+
className: "MediaStreamingUpdate",
|
|
2982
|
+
},
|
|
2983
|
+
},
|
|
3148
2984
|
callConnectionId: {
|
|
3149
2985
|
serializedName: "callConnectionId",
|
|
3150
2986
|
type: {
|
|
@@ -3179,11 +3015,18 @@ export const PlayStarted = {
|
|
|
3179
3015
|
},
|
|
3180
3016
|
},
|
|
3181
3017
|
};
|
|
3182
|
-
export const
|
|
3018
|
+
export const MediaStreamingStopped = {
|
|
3183
3019
|
type: {
|
|
3184
3020
|
name: "Composite",
|
|
3185
|
-
className: "
|
|
3021
|
+
className: "MediaStreamingStopped",
|
|
3186
3022
|
modelProperties: {
|
|
3023
|
+
mediaStreamingUpdate: {
|
|
3024
|
+
serializedName: "mediaStreamingUpdate",
|
|
3025
|
+
type: {
|
|
3026
|
+
name: "Composite",
|
|
3027
|
+
className: "MediaStreamingUpdate",
|
|
3028
|
+
},
|
|
3029
|
+
},
|
|
3187
3030
|
callConnectionId: {
|
|
3188
3031
|
serializedName: "callConnectionId",
|
|
3189
3032
|
type: {
|
|
@@ -3218,10 +3061,10 @@ export const PlayCompleted = {
|
|
|
3218
3061
|
},
|
|
3219
3062
|
},
|
|
3220
3063
|
};
|
|
3221
|
-
export const
|
|
3064
|
+
export const MoveParticipantFailed = {
|
|
3222
3065
|
type: {
|
|
3223
3066
|
name: "Composite",
|
|
3224
|
-
className: "
|
|
3067
|
+
className: "MoveParticipantFailed",
|
|
3225
3068
|
modelProperties: {
|
|
3226
3069
|
callConnectionId: {
|
|
3227
3070
|
serializedName: "callConnectionId",
|
|
@@ -3254,58 +3097,26 @@ export const PlayFailed = {
|
|
|
3254
3097
|
className: "ResultInformation",
|
|
3255
3098
|
},
|
|
3256
3099
|
},
|
|
3257
|
-
|
|
3258
|
-
serializedName: "
|
|
3259
|
-
type: {
|
|
3260
|
-
name: "Number",
|
|
3261
|
-
},
|
|
3262
|
-
},
|
|
3263
|
-
},
|
|
3264
|
-
},
|
|
3265
|
-
};
|
|
3266
|
-
export const PlayCanceled = {
|
|
3267
|
-
type: {
|
|
3268
|
-
name: "Composite",
|
|
3269
|
-
className: "PlayCanceled",
|
|
3270
|
-
modelProperties: {
|
|
3271
|
-
callConnectionId: {
|
|
3272
|
-
serializedName: "callConnectionId",
|
|
3273
|
-
type: {
|
|
3274
|
-
name: "String",
|
|
3275
|
-
},
|
|
3276
|
-
},
|
|
3277
|
-
serverCallId: {
|
|
3278
|
-
serializedName: "serverCallId",
|
|
3279
|
-
type: {
|
|
3280
|
-
name: "String",
|
|
3281
|
-
},
|
|
3282
|
-
},
|
|
3283
|
-
correlationId: {
|
|
3284
|
-
serializedName: "correlationId",
|
|
3100
|
+
participant: {
|
|
3101
|
+
serializedName: "participant",
|
|
3285
3102
|
type: {
|
|
3286
|
-
name: "
|
|
3103
|
+
name: "Composite",
|
|
3104
|
+
className: "CommunicationIdentifierModel",
|
|
3287
3105
|
},
|
|
3288
3106
|
},
|
|
3289
|
-
|
|
3290
|
-
serializedName: "
|
|
3107
|
+
fromCall: {
|
|
3108
|
+
serializedName: "fromCall",
|
|
3291
3109
|
type: {
|
|
3292
3110
|
name: "String",
|
|
3293
3111
|
},
|
|
3294
3112
|
},
|
|
3295
|
-
resultInformation: {
|
|
3296
|
-
serializedName: "resultInformation",
|
|
3297
|
-
type: {
|
|
3298
|
-
name: "Composite",
|
|
3299
|
-
className: "ResultInformation",
|
|
3300
|
-
},
|
|
3301
|
-
},
|
|
3302
3113
|
},
|
|
3303
3114
|
},
|
|
3304
3115
|
};
|
|
3305
|
-
export const
|
|
3116
|
+
export const MoveParticipantSucceeded = {
|
|
3306
3117
|
type: {
|
|
3307
3118
|
name: "Composite",
|
|
3308
|
-
className: "
|
|
3119
|
+
className: "MoveParticipantSucceeded",
|
|
3309
3120
|
modelProperties: {
|
|
3310
3121
|
callConnectionId: {
|
|
3311
3122
|
serializedName: "callConnectionId",
|
|
@@ -3338,146 +3149,77 @@ export const RecognizeCompleted = {
|
|
|
3338
3149
|
className: "ResultInformation",
|
|
3339
3150
|
},
|
|
3340
3151
|
},
|
|
3341
|
-
|
|
3342
|
-
serializedName: "
|
|
3343
|
-
type: {
|
|
3344
|
-
name: "String",
|
|
3345
|
-
},
|
|
3346
|
-
},
|
|
3347
|
-
dtmfResult: {
|
|
3348
|
-
serializedName: "dtmfResult",
|
|
3349
|
-
type: {
|
|
3350
|
-
name: "Composite",
|
|
3351
|
-
className: "DtmfResult",
|
|
3352
|
-
},
|
|
3353
|
-
},
|
|
3354
|
-
choiceResult: {
|
|
3355
|
-
serializedName: "choiceResult",
|
|
3356
|
-
type: {
|
|
3357
|
-
name: "Composite",
|
|
3358
|
-
className: "ChoiceResult",
|
|
3359
|
-
},
|
|
3360
|
-
},
|
|
3361
|
-
speechResult: {
|
|
3362
|
-
serializedName: "speechResult",
|
|
3152
|
+
participant: {
|
|
3153
|
+
serializedName: "participant",
|
|
3363
3154
|
type: {
|
|
3364
3155
|
name: "Composite",
|
|
3365
|
-
className: "
|
|
3156
|
+
className: "CommunicationIdentifierModel",
|
|
3366
3157
|
},
|
|
3367
3158
|
},
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
};
|
|
3371
|
-
export const DtmfResult = {
|
|
3372
|
-
type: {
|
|
3373
|
-
name: "Composite",
|
|
3374
|
-
className: "DtmfResult",
|
|
3375
|
-
modelProperties: {
|
|
3376
|
-
tones: {
|
|
3377
|
-
serializedName: "tones",
|
|
3378
|
-
readOnly: true,
|
|
3159
|
+
fromCall: {
|
|
3160
|
+
serializedName: "fromCall",
|
|
3379
3161
|
type: {
|
|
3380
|
-
name: "
|
|
3381
|
-
element: {
|
|
3382
|
-
type: {
|
|
3383
|
-
name: "String",
|
|
3384
|
-
},
|
|
3385
|
-
},
|
|
3162
|
+
name: "String",
|
|
3386
3163
|
},
|
|
3387
3164
|
},
|
|
3388
3165
|
},
|
|
3389
3166
|
},
|
|
3390
3167
|
};
|
|
3391
|
-
export const
|
|
3168
|
+
export const ParticipantsUpdated = {
|
|
3392
3169
|
type: {
|
|
3393
3170
|
name: "Composite",
|
|
3394
|
-
className: "
|
|
3171
|
+
className: "ParticipantsUpdated",
|
|
3395
3172
|
modelProperties: {
|
|
3396
|
-
|
|
3397
|
-
serializedName: "
|
|
3398
|
-
type: {
|
|
3399
|
-
name: "String",
|
|
3400
|
-
},
|
|
3401
|
-
},
|
|
3402
|
-
recognizedPhrase: {
|
|
3403
|
-
serializedName: "recognizedPhrase",
|
|
3404
|
-
type: {
|
|
3405
|
-
name: "String",
|
|
3406
|
-
},
|
|
3407
|
-
},
|
|
3408
|
-
confidence: {
|
|
3409
|
-
serializedName: "confidence",
|
|
3410
|
-
type: {
|
|
3411
|
-
name: "Number",
|
|
3412
|
-
},
|
|
3413
|
-
},
|
|
3414
|
-
languageIdentified: {
|
|
3415
|
-
serializedName: "languageIdentified",
|
|
3173
|
+
callConnectionId: {
|
|
3174
|
+
serializedName: "callConnectionId",
|
|
3416
3175
|
type: {
|
|
3417
3176
|
name: "String",
|
|
3418
3177
|
},
|
|
3419
3178
|
},
|
|
3420
|
-
|
|
3421
|
-
serializedName: "
|
|
3422
|
-
type: {
|
|
3423
|
-
name: "Composite",
|
|
3424
|
-
className: "SentimentAnalysisResult",
|
|
3425
|
-
},
|
|
3426
|
-
},
|
|
3427
|
-
},
|
|
3428
|
-
},
|
|
3429
|
-
};
|
|
3430
|
-
export const SentimentAnalysisResult = {
|
|
3431
|
-
type: {
|
|
3432
|
-
name: "Composite",
|
|
3433
|
-
className: "SentimentAnalysisResult",
|
|
3434
|
-
modelProperties: {
|
|
3435
|
-
sentiment: {
|
|
3436
|
-
serializedName: "sentiment",
|
|
3179
|
+
serverCallId: {
|
|
3180
|
+
serializedName: "serverCallId",
|
|
3437
3181
|
type: {
|
|
3438
3182
|
name: "String",
|
|
3439
3183
|
},
|
|
3440
3184
|
},
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
};
|
|
3444
|
-
export const SpeechResult = {
|
|
3445
|
-
type: {
|
|
3446
|
-
name: "Composite",
|
|
3447
|
-
className: "SpeechResult",
|
|
3448
|
-
modelProperties: {
|
|
3449
|
-
speech: {
|
|
3450
|
-
serializedName: "speech",
|
|
3185
|
+
correlationId: {
|
|
3186
|
+
serializedName: "correlationId",
|
|
3451
3187
|
type: {
|
|
3452
3188
|
name: "String",
|
|
3453
3189
|
},
|
|
3454
3190
|
},
|
|
3455
|
-
|
|
3456
|
-
serializedName: "
|
|
3191
|
+
sequenceNumber: {
|
|
3192
|
+
serializedName: "sequenceNumber",
|
|
3457
3193
|
type: {
|
|
3458
3194
|
name: "Number",
|
|
3459
3195
|
},
|
|
3460
3196
|
},
|
|
3461
|
-
|
|
3462
|
-
serializedName: "
|
|
3197
|
+
participants: {
|
|
3198
|
+
serializedName: "participants",
|
|
3463
3199
|
type: {
|
|
3464
|
-
name: "
|
|
3200
|
+
name: "Sequence",
|
|
3201
|
+
element: {
|
|
3202
|
+
type: {
|
|
3203
|
+
name: "Composite",
|
|
3204
|
+
className: "CallParticipantInternal",
|
|
3205
|
+
},
|
|
3206
|
+
},
|
|
3465
3207
|
},
|
|
3466
3208
|
},
|
|
3467
|
-
|
|
3468
|
-
serializedName: "
|
|
3209
|
+
resultInformation: {
|
|
3210
|
+
serializedName: "resultInformation",
|
|
3469
3211
|
type: {
|
|
3470
3212
|
name: "Composite",
|
|
3471
|
-
className: "
|
|
3213
|
+
className: "ResultInformation",
|
|
3472
3214
|
},
|
|
3473
3215
|
},
|
|
3474
3216
|
},
|
|
3475
3217
|
},
|
|
3476
3218
|
};
|
|
3477
|
-
export const
|
|
3219
|
+
export const PlayCanceled = {
|
|
3478
3220
|
type: {
|
|
3479
3221
|
name: "Composite",
|
|
3480
|
-
className: "
|
|
3222
|
+
className: "PlayCanceled",
|
|
3481
3223
|
modelProperties: {
|
|
3482
3224
|
callConnectionId: {
|
|
3483
3225
|
serializedName: "callConnectionId",
|
|
@@ -3510,19 +3252,13 @@ export const RecognizeFailed = {
|
|
|
3510
3252
|
className: "ResultInformation",
|
|
3511
3253
|
},
|
|
3512
3254
|
},
|
|
3513
|
-
failedPlaySourceIndex: {
|
|
3514
|
-
serializedName: "failedPlaySourceIndex",
|
|
3515
|
-
type: {
|
|
3516
|
-
name: "Number",
|
|
3517
|
-
},
|
|
3518
|
-
},
|
|
3519
3255
|
},
|
|
3520
3256
|
},
|
|
3521
3257
|
};
|
|
3522
|
-
export const
|
|
3258
|
+
export const PlayCompleted = {
|
|
3523
3259
|
type: {
|
|
3524
3260
|
name: "Composite",
|
|
3525
|
-
className: "
|
|
3261
|
+
className: "PlayCompleted",
|
|
3526
3262
|
modelProperties: {
|
|
3527
3263
|
callConnectionId: {
|
|
3528
3264
|
serializedName: "callConnectionId",
|
|
@@ -3558,10 +3294,10 @@ export const RecognizeCanceled = {
|
|
|
3558
3294
|
},
|
|
3559
3295
|
},
|
|
3560
3296
|
};
|
|
3561
|
-
export const
|
|
3297
|
+
export const PlayFailed = {
|
|
3562
3298
|
type: {
|
|
3563
3299
|
name: "Composite",
|
|
3564
|
-
className: "
|
|
3300
|
+
className: "PlayFailed",
|
|
3565
3301
|
modelProperties: {
|
|
3566
3302
|
callConnectionId: {
|
|
3567
3303
|
serializedName: "callConnectionId",
|
|
@@ -3581,6 +3317,12 @@ export const ContinuousDtmfRecognitionToneFailed = {
|
|
|
3581
3317
|
name: "String",
|
|
3582
3318
|
},
|
|
3583
3319
|
},
|
|
3320
|
+
operationContext: {
|
|
3321
|
+
serializedName: "operationContext",
|
|
3322
|
+
type: {
|
|
3323
|
+
name: "String",
|
|
3324
|
+
},
|
|
3325
|
+
},
|
|
3584
3326
|
resultInformation: {
|
|
3585
3327
|
serializedName: "resultInformation",
|
|
3586
3328
|
type: {
|
|
@@ -3588,33 +3330,20 @@ export const ContinuousDtmfRecognitionToneFailed = {
|
|
|
3588
3330
|
className: "ResultInformation",
|
|
3589
3331
|
},
|
|
3590
3332
|
},
|
|
3591
|
-
|
|
3592
|
-
serializedName: "
|
|
3333
|
+
failedPlaySourceIndex: {
|
|
3334
|
+
serializedName: "failedPlaySourceIndex",
|
|
3593
3335
|
type: {
|
|
3594
|
-
name: "
|
|
3336
|
+
name: "Number",
|
|
3595
3337
|
},
|
|
3596
3338
|
},
|
|
3597
3339
|
},
|
|
3598
3340
|
},
|
|
3599
3341
|
};
|
|
3600
|
-
export const
|
|
3342
|
+
export const PlayStarted = {
|
|
3601
3343
|
type: {
|
|
3602
3344
|
name: "Composite",
|
|
3603
|
-
className: "
|
|
3345
|
+
className: "PlayStarted",
|
|
3604
3346
|
modelProperties: {
|
|
3605
|
-
sequenceId: {
|
|
3606
|
-
serializedName: "sequenceId",
|
|
3607
|
-
readOnly: true,
|
|
3608
|
-
type: {
|
|
3609
|
-
name: "Number",
|
|
3610
|
-
},
|
|
3611
|
-
},
|
|
3612
|
-
tone: {
|
|
3613
|
-
serializedName: "tone",
|
|
3614
|
-
type: {
|
|
3615
|
-
name: "String",
|
|
3616
|
-
},
|
|
3617
|
-
},
|
|
3618
3347
|
callConnectionId: {
|
|
3619
3348
|
serializedName: "callConnectionId",
|
|
3620
3349
|
type: {
|
|
@@ -3649,10 +3378,10 @@ export const ContinuousDtmfRecognitionToneReceived = {
|
|
|
3649
3378
|
},
|
|
3650
3379
|
},
|
|
3651
3380
|
};
|
|
3652
|
-
export const
|
|
3381
|
+
export const RecognizeCanceled = {
|
|
3653
3382
|
type: {
|
|
3654
3383
|
name: "Composite",
|
|
3655
|
-
className: "
|
|
3384
|
+
className: "RecognizeCanceled",
|
|
3656
3385
|
modelProperties: {
|
|
3657
3386
|
callConnectionId: {
|
|
3658
3387
|
serializedName: "callConnectionId",
|
|
@@ -3688,10 +3417,10 @@ export const ContinuousDtmfRecognitionStopped = {
|
|
|
3688
3417
|
},
|
|
3689
3418
|
},
|
|
3690
3419
|
};
|
|
3691
|
-
export const
|
|
3420
|
+
export const RecognizeCompleted = {
|
|
3692
3421
|
type: {
|
|
3693
3422
|
name: "Composite",
|
|
3694
|
-
className: "
|
|
3423
|
+
className: "RecognizeCompleted",
|
|
3695
3424
|
modelProperties: {
|
|
3696
3425
|
callConnectionId: {
|
|
3697
3426
|
serializedName: "callConnectionId",
|
|
@@ -3724,13 +3453,60 @@ export const SendDtmfTonesCompleted = {
|
|
|
3724
3453
|
className: "ResultInformation",
|
|
3725
3454
|
},
|
|
3726
3455
|
},
|
|
3456
|
+
recognitionType: {
|
|
3457
|
+
serializedName: "recognitionType",
|
|
3458
|
+
type: {
|
|
3459
|
+
name: "String",
|
|
3460
|
+
},
|
|
3461
|
+
},
|
|
3462
|
+
dtmfResult: {
|
|
3463
|
+
serializedName: "dtmfResult",
|
|
3464
|
+
type: {
|
|
3465
|
+
name: "Composite",
|
|
3466
|
+
className: "DtmfResult",
|
|
3467
|
+
},
|
|
3468
|
+
},
|
|
3469
|
+
choiceResult: {
|
|
3470
|
+
serializedName: "choiceResult",
|
|
3471
|
+
type: {
|
|
3472
|
+
name: "Composite",
|
|
3473
|
+
className: "ChoiceResult",
|
|
3474
|
+
},
|
|
3475
|
+
},
|
|
3476
|
+
speechResult: {
|
|
3477
|
+
serializedName: "speechResult",
|
|
3478
|
+
type: {
|
|
3479
|
+
name: "Composite",
|
|
3480
|
+
className: "SpeechResult",
|
|
3481
|
+
},
|
|
3482
|
+
},
|
|
3727
3483
|
},
|
|
3728
3484
|
},
|
|
3729
3485
|
};
|
|
3730
|
-
export const
|
|
3486
|
+
export const SpeechResult = {
|
|
3731
3487
|
type: {
|
|
3732
3488
|
name: "Composite",
|
|
3733
|
-
className: "
|
|
3489
|
+
className: "SpeechResult",
|
|
3490
|
+
modelProperties: {
|
|
3491
|
+
speech: {
|
|
3492
|
+
serializedName: "speech",
|
|
3493
|
+
type: {
|
|
3494
|
+
name: "String",
|
|
3495
|
+
},
|
|
3496
|
+
},
|
|
3497
|
+
confidence: {
|
|
3498
|
+
serializedName: "confidence",
|
|
3499
|
+
type: {
|
|
3500
|
+
name: "Number",
|
|
3501
|
+
},
|
|
3502
|
+
},
|
|
3503
|
+
},
|
|
3504
|
+
},
|
|
3505
|
+
};
|
|
3506
|
+
export const RecognizeFailed = {
|
|
3507
|
+
type: {
|
|
3508
|
+
name: "Composite",
|
|
3509
|
+
className: "RecognizeFailed",
|
|
3734
3510
|
modelProperties: {
|
|
3735
3511
|
callConnectionId: {
|
|
3736
3512
|
serializedName: "callConnectionId",
|
|
@@ -3763,21 +3539,20 @@ export const SendDtmfTonesFailed = {
|
|
|
3763
3539
|
className: "ResultInformation",
|
|
3764
3540
|
},
|
|
3765
3541
|
},
|
|
3542
|
+
failedPlaySourceIndex: {
|
|
3543
|
+
serializedName: "failedPlaySourceIndex",
|
|
3544
|
+
type: {
|
|
3545
|
+
name: "Number",
|
|
3546
|
+
},
|
|
3547
|
+
},
|
|
3766
3548
|
},
|
|
3767
3549
|
},
|
|
3768
3550
|
};
|
|
3769
|
-
export const
|
|
3551
|
+
export const RecordingStateChanged = {
|
|
3770
3552
|
type: {
|
|
3771
3553
|
name: "Composite",
|
|
3772
|
-
className: "
|
|
3554
|
+
className: "RecordingStateChanged",
|
|
3773
3555
|
modelProperties: {
|
|
3774
|
-
mediaStreamingUpdate: {
|
|
3775
|
-
serializedName: "mediaStreamingUpdate",
|
|
3776
|
-
type: {
|
|
3777
|
-
name: "Composite",
|
|
3778
|
-
className: "MediaStreamingUpdate",
|
|
3779
|
-
},
|
|
3780
|
-
},
|
|
3781
3556
|
callConnectionId: {
|
|
3782
3557
|
serializedName: "callConnectionId",
|
|
3783
3558
|
type: {
|
|
@@ -3796,8 +3571,28 @@ export const MediaStreamingFailed = {
|
|
|
3796
3571
|
name: "String",
|
|
3797
3572
|
},
|
|
3798
3573
|
},
|
|
3799
|
-
|
|
3800
|
-
serializedName: "
|
|
3574
|
+
recordingId: {
|
|
3575
|
+
serializedName: "recordingId",
|
|
3576
|
+
readOnly: true,
|
|
3577
|
+
type: {
|
|
3578
|
+
name: "String",
|
|
3579
|
+
},
|
|
3580
|
+
},
|
|
3581
|
+
state: {
|
|
3582
|
+
serializedName: "state",
|
|
3583
|
+
type: {
|
|
3584
|
+
name: "String",
|
|
3585
|
+
},
|
|
3586
|
+
},
|
|
3587
|
+
startDateTime: {
|
|
3588
|
+
serializedName: "startDateTime",
|
|
3589
|
+
readOnly: true,
|
|
3590
|
+
type: {
|
|
3591
|
+
name: "DateTime",
|
|
3592
|
+
},
|
|
3593
|
+
},
|
|
3594
|
+
recordingKind: {
|
|
3595
|
+
serializedName: "recordingKind",
|
|
3801
3596
|
type: {
|
|
3802
3597
|
name: "String",
|
|
3803
3598
|
},
|
|
@@ -3812,44 +3607,57 @@ export const MediaStreamingFailed = {
|
|
|
3812
3607
|
},
|
|
3813
3608
|
},
|
|
3814
3609
|
};
|
|
3815
|
-
export const
|
|
3610
|
+
export const RemoveParticipantFailed = {
|
|
3816
3611
|
type: {
|
|
3817
3612
|
name: "Composite",
|
|
3818
|
-
className: "
|
|
3613
|
+
className: "RemoveParticipantFailed",
|
|
3819
3614
|
modelProperties: {
|
|
3820
|
-
|
|
3821
|
-
serializedName: "
|
|
3615
|
+
callConnectionId: {
|
|
3616
|
+
serializedName: "callConnectionId",
|
|
3822
3617
|
type: {
|
|
3823
3618
|
name: "String",
|
|
3824
3619
|
},
|
|
3825
3620
|
},
|
|
3826
|
-
|
|
3827
|
-
serializedName: "
|
|
3621
|
+
serverCallId: {
|
|
3622
|
+
serializedName: "serverCallId",
|
|
3828
3623
|
type: {
|
|
3829
3624
|
name: "String",
|
|
3830
3625
|
},
|
|
3831
3626
|
},
|
|
3832
|
-
|
|
3833
|
-
serializedName: "
|
|
3627
|
+
correlationId: {
|
|
3628
|
+
serializedName: "correlationId",
|
|
3629
|
+
type: {
|
|
3630
|
+
name: "String",
|
|
3631
|
+
},
|
|
3632
|
+
},
|
|
3633
|
+
operationContext: {
|
|
3634
|
+
serializedName: "operationContext",
|
|
3834
3635
|
type: {
|
|
3835
3636
|
name: "String",
|
|
3836
3637
|
},
|
|
3837
3638
|
},
|
|
3639
|
+
resultInformation: {
|
|
3640
|
+
serializedName: "resultInformation",
|
|
3641
|
+
type: {
|
|
3642
|
+
name: "Composite",
|
|
3643
|
+
className: "ResultInformation",
|
|
3644
|
+
},
|
|
3645
|
+
},
|
|
3646
|
+
participant: {
|
|
3647
|
+
serializedName: "participant",
|
|
3648
|
+
type: {
|
|
3649
|
+
name: "Composite",
|
|
3650
|
+
className: "CommunicationIdentifierModel",
|
|
3651
|
+
},
|
|
3652
|
+
},
|
|
3838
3653
|
},
|
|
3839
3654
|
},
|
|
3840
3655
|
};
|
|
3841
|
-
export const
|
|
3656
|
+
export const RemoveParticipantSucceeded = {
|
|
3842
3657
|
type: {
|
|
3843
3658
|
name: "Composite",
|
|
3844
|
-
className: "
|
|
3659
|
+
className: "RemoveParticipantSucceeded",
|
|
3845
3660
|
modelProperties: {
|
|
3846
|
-
mediaStreamingUpdate: {
|
|
3847
|
-
serializedName: "mediaStreamingUpdate",
|
|
3848
|
-
type: {
|
|
3849
|
-
name: "Composite",
|
|
3850
|
-
className: "MediaStreamingUpdate",
|
|
3851
|
-
},
|
|
3852
|
-
},
|
|
3853
3661
|
callConnectionId: {
|
|
3854
3662
|
serializedName: "callConnectionId",
|
|
3855
3663
|
type: {
|
|
@@ -3881,21 +3689,21 @@ export const MediaStreamingStarted = {
|
|
|
3881
3689
|
className: "ResultInformation",
|
|
3882
3690
|
},
|
|
3883
3691
|
},
|
|
3692
|
+
participant: {
|
|
3693
|
+
serializedName: "participant",
|
|
3694
|
+
type: {
|
|
3695
|
+
name: "Composite",
|
|
3696
|
+
className: "CommunicationIdentifierModel",
|
|
3697
|
+
},
|
|
3698
|
+
},
|
|
3884
3699
|
},
|
|
3885
3700
|
},
|
|
3886
3701
|
};
|
|
3887
|
-
export const
|
|
3702
|
+
export const SendDtmfTonesCompleted = {
|
|
3888
3703
|
type: {
|
|
3889
3704
|
name: "Composite",
|
|
3890
|
-
className: "
|
|
3705
|
+
className: "SendDtmfTonesCompleted",
|
|
3891
3706
|
modelProperties: {
|
|
3892
|
-
mediaStreamingUpdate: {
|
|
3893
|
-
serializedName: "mediaStreamingUpdate",
|
|
3894
|
-
type: {
|
|
3895
|
-
name: "Composite",
|
|
3896
|
-
className: "MediaStreamingUpdate",
|
|
3897
|
-
},
|
|
3898
|
-
},
|
|
3899
3707
|
callConnectionId: {
|
|
3900
3708
|
serializedName: "callConnectionId",
|
|
3901
3709
|
type: {
|
|
@@ -3930,10 +3738,10 @@ export const MediaStreamingStopped = {
|
|
|
3930
3738
|
},
|
|
3931
3739
|
},
|
|
3932
3740
|
};
|
|
3933
|
-
export const
|
|
3741
|
+
export const SendDtmfTonesFailed = {
|
|
3934
3742
|
type: {
|
|
3935
3743
|
name: "Composite",
|
|
3936
|
-
className: "
|
|
3744
|
+
className: "SendDtmfTonesFailed",
|
|
3937
3745
|
modelProperties: {
|
|
3938
3746
|
callConnectionId: {
|
|
3939
3747
|
serializedName: "callConnectionId",
|
|
@@ -4078,12 +3886,6 @@ export const TranscriptionUpdate = {
|
|
|
4078
3886
|
name: "String",
|
|
4079
3887
|
},
|
|
4080
3888
|
},
|
|
4081
|
-
transcriptionMessage: {
|
|
4082
|
-
serializedName: "transcriptionMessage",
|
|
4083
|
-
type: {
|
|
4084
|
-
name: "String",
|
|
4085
|
-
},
|
|
4086
|
-
},
|
|
4087
3889
|
},
|
|
4088
3890
|
},
|
|
4089
3891
|
};
|
|
@@ -4225,52 +4027,6 @@ export const TranscriptionUpdated = {
|
|
|
4225
4027
|
},
|
|
4226
4028
|
},
|
|
4227
4029
|
};
|
|
4228
|
-
export const TranscriptionCallSummaryUpdated = {
|
|
4229
|
-
type: {
|
|
4230
|
-
name: "Composite",
|
|
4231
|
-
className: "TranscriptionCallSummaryUpdated",
|
|
4232
|
-
modelProperties: {
|
|
4233
|
-
transcriptionUpdate: {
|
|
4234
|
-
serializedName: "transcriptionUpdate",
|
|
4235
|
-
type: {
|
|
4236
|
-
name: "Composite",
|
|
4237
|
-
className: "TranscriptionUpdate",
|
|
4238
|
-
},
|
|
4239
|
-
},
|
|
4240
|
-
callConnectionId: {
|
|
4241
|
-
serializedName: "callConnectionId",
|
|
4242
|
-
type: {
|
|
4243
|
-
name: "String",
|
|
4244
|
-
},
|
|
4245
|
-
},
|
|
4246
|
-
serverCallId: {
|
|
4247
|
-
serializedName: "serverCallId",
|
|
4248
|
-
type: {
|
|
4249
|
-
name: "String",
|
|
4250
|
-
},
|
|
4251
|
-
},
|
|
4252
|
-
correlationId: {
|
|
4253
|
-
serializedName: "correlationId",
|
|
4254
|
-
type: {
|
|
4255
|
-
name: "String",
|
|
4256
|
-
},
|
|
4257
|
-
},
|
|
4258
|
-
operationContext: {
|
|
4259
|
-
serializedName: "operationContext",
|
|
4260
|
-
type: {
|
|
4261
|
-
name: "String",
|
|
4262
|
-
},
|
|
4263
|
-
},
|
|
4264
|
-
resultInformation: {
|
|
4265
|
-
serializedName: "resultInformation",
|
|
4266
|
-
type: {
|
|
4267
|
-
name: "Composite",
|
|
4268
|
-
className: "ResultInformation",
|
|
4269
|
-
},
|
|
4270
|
-
},
|
|
4271
|
-
},
|
|
4272
|
-
},
|
|
4273
|
-
};
|
|
4274
4030
|
export const WebSocketMediaStreamingOptions = {
|
|
4275
4031
|
serializedName: "websocket",
|
|
4276
4032
|
type: {
|
|
@@ -4352,37 +4108,6 @@ export const WebSocketTranscriptionOptions = {
|
|
|
4352
4108
|
name: "Boolean",
|
|
4353
4109
|
},
|
|
4354
4110
|
},
|
|
4355
|
-
piiRedactionOptions: {
|
|
4356
|
-
serializedName: "piiRedactionOptions",
|
|
4357
|
-
type: {
|
|
4358
|
-
name: "Composite",
|
|
4359
|
-
className: "PiiRedactionOptionsInternal",
|
|
4360
|
-
},
|
|
4361
|
-
},
|
|
4362
|
-
enableSentimentAnalysis: {
|
|
4363
|
-
serializedName: "enableSentimentAnalysis",
|
|
4364
|
-
type: {
|
|
4365
|
-
name: "Boolean",
|
|
4366
|
-
},
|
|
4367
|
-
},
|
|
4368
|
-
locales: {
|
|
4369
|
-
serializedName: "locales",
|
|
4370
|
-
type: {
|
|
4371
|
-
name: "Sequence",
|
|
4372
|
-
element: {
|
|
4373
|
-
type: {
|
|
4374
|
-
name: "String",
|
|
4375
|
-
},
|
|
4376
|
-
},
|
|
4377
|
-
},
|
|
4378
|
-
},
|
|
4379
|
-
summarizationOptions: {
|
|
4380
|
-
serializedName: "summarizationOptions",
|
|
4381
|
-
type: {
|
|
4382
|
-
name: "Composite",
|
|
4383
|
-
className: "SummarizationOptionsInternal",
|
|
4384
|
-
},
|
|
4385
|
-
},
|
|
4386
4111
|
},
|
|
4387
4112
|
},
|
|
4388
4113
|
};
|