@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
|
@@ -1,689 +0,0 @@
|
|
|
1
|
-
import type { CommunicationIdentifier } from "@azure/communication-common";
|
|
2
|
-
import { Tone, ChoiceResult, DtmfResult, RecognitionType, SpeechResult, RecordingKind, MediaStreamingUpdate, TranscriptionUpdate, SipDiagnosticInfo } from "../generated/src/models/index.js";
|
|
3
|
-
import type { CallParticipant, RecordingState, CustomCallingContext } from "./models.js";
|
|
4
|
-
/** Callback events for Call Automation */
|
|
5
|
-
export type CallAutomationEvent = AddParticipantSucceeded | AddParticipantFailed | RemoveParticipantSucceeded | RemoveParticipantFailed | CallConnected | CallDisconnected | CallTransferAccepted | CallTransferFailed | ParticipantsUpdated | RecordingStateChanged | PlayStarted | PlayCompleted | PlayFailed | PlayCanceled | RecognizeCompleted | RecognizeCanceled | RecognizeFailed | ContinuousDtmfRecognitionToneReceived | ContinuousDtmfRecognitionToneFailed | ContinuousDtmfRecognitionStopped | SendDtmfTonesCompleted | SendDtmfTonesFailed | CancelAddParticipantSucceeded | CancelAddParticipantFailed | ConnectFailed | TranscriptionStarted | TranscriptionStopped | TranscriptionUpdated | TranscriptionFailed | HoldFailed | MediaStreamingStarted | MediaStreamingStopped | MediaStreamingFailed | CreateCallFailed | AnswerFailed | StartRecordingFailed | IncomingCall | MoveParticipantSucceeded | MoveParticipantFailed | TranscriptionCallSummaryUpdated;
|
|
6
|
-
export interface ResultInformation {
|
|
7
|
-
/** The error code. */
|
|
8
|
-
code: number;
|
|
9
|
-
/** The sub code of error. */
|
|
10
|
-
subCode: number;
|
|
11
|
-
/** The detailed message of the error. */
|
|
12
|
-
message: string;
|
|
13
|
-
/**
|
|
14
|
-
* Sip response from SBC. This can be helpful to troubleshoot PSTN call if this result was unexpected.
|
|
15
|
-
* This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.
|
|
16
|
-
* Do not solely rely on this information for troubleshooting, as it may not always be available.
|
|
17
|
-
*/
|
|
18
|
-
sipDetails?: SipDiagnosticInfo;
|
|
19
|
-
/**
|
|
20
|
-
* Q850 cause from SBC. This can be helpful to troubleshoot call issues if this result was unexpected.
|
|
21
|
-
* This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.
|
|
22
|
-
* Do not solely rely on this information for troubleshooting, as it may not always be available.
|
|
23
|
-
*/
|
|
24
|
-
q850Details?: SipDiagnosticInfo;
|
|
25
|
-
}
|
|
26
|
-
/** The participant successfully added event. */
|
|
27
|
-
export interface AddParticipantSucceeded {
|
|
28
|
-
/** Call connection ID. */
|
|
29
|
-
callConnectionId: string;
|
|
30
|
-
/** Server call ID. */
|
|
31
|
-
serverCallId: string;
|
|
32
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
33
|
-
correlationId: string;
|
|
34
|
-
/** Use this to correlate the request to the response event. */
|
|
35
|
-
operationContext?: string;
|
|
36
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
37
|
-
resultInformation?: ResultInformation;
|
|
38
|
-
/** The participant in the call. */
|
|
39
|
-
participant?: CommunicationIdentifier;
|
|
40
|
-
/** kind of this event. */
|
|
41
|
-
kind: "AddParticipantSucceeded";
|
|
42
|
-
}
|
|
43
|
-
/** The failed to add participant event. */
|
|
44
|
-
export interface AddParticipantFailed {
|
|
45
|
-
/** Call connection ID. */
|
|
46
|
-
callConnectionId: string;
|
|
47
|
-
/** Server call ID. */
|
|
48
|
-
serverCallId: string;
|
|
49
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
50
|
-
correlationId: string;
|
|
51
|
-
/** Use this to correlate the request to the response event. */
|
|
52
|
-
operationContext?: string;
|
|
53
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
54
|
-
resultInformation?: ResultInformation;
|
|
55
|
-
/** The participant in the call. */
|
|
56
|
-
participant?: CommunicationIdentifier;
|
|
57
|
-
/** kind of this event. */
|
|
58
|
-
kind: "AddParticipantFailed";
|
|
59
|
-
}
|
|
60
|
-
/** The participant successfully removed event. */
|
|
61
|
-
export interface RemoveParticipantSucceeded {
|
|
62
|
-
/** Call connection ID. */
|
|
63
|
-
callConnectionId: string;
|
|
64
|
-
/** Server call ID. */
|
|
65
|
-
serverCallId: string;
|
|
66
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
67
|
-
correlationId: string;
|
|
68
|
-
/** Use this to correlate the request to the response event. */
|
|
69
|
-
operationContext?: string;
|
|
70
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
71
|
-
resultInformation?: ResultInformation;
|
|
72
|
-
/** The participant in the call. */
|
|
73
|
-
participant?: CommunicationIdentifier;
|
|
74
|
-
/** kind of this event. */
|
|
75
|
-
kind: "RemoveParticipantSucceeded";
|
|
76
|
-
}
|
|
77
|
-
/** The failed to remove participant event. */
|
|
78
|
-
export interface RemoveParticipantFailed {
|
|
79
|
-
/** Call connection ID. */
|
|
80
|
-
callConnectionId: string;
|
|
81
|
-
/** Server call ID. */
|
|
82
|
-
serverCallId: string;
|
|
83
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
84
|
-
correlationId: string;
|
|
85
|
-
/** Use this to correlate the request to the response event. */
|
|
86
|
-
operationContext?: string;
|
|
87
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
88
|
-
resultInformation?: ResultInformation;
|
|
89
|
-
/** The participant in the call. */
|
|
90
|
-
participant?: CommunicationIdentifier;
|
|
91
|
-
/** kind of this event. */
|
|
92
|
-
kind: "RemoveParticipantFailed";
|
|
93
|
-
}
|
|
94
|
-
/** Event when call was established. */
|
|
95
|
-
export interface CallConnected {
|
|
96
|
-
/** Call connection ID. */
|
|
97
|
-
callConnectionId: string;
|
|
98
|
-
/** Server call ID. */
|
|
99
|
-
serverCallId: string;
|
|
100
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
101
|
-
correlationId: string;
|
|
102
|
-
/** Use this to correlate the request to the response event. */
|
|
103
|
-
operationContext?: string;
|
|
104
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
105
|
-
resultInformation?: ResultInformation;
|
|
106
|
-
/** kind of this event. */
|
|
107
|
-
kind: "CallConnected";
|
|
108
|
-
}
|
|
109
|
-
/** Event when call was initiated. */
|
|
110
|
-
export interface IncomingCall {
|
|
111
|
-
/** Call connection ID. */
|
|
112
|
-
callConnectionId: string;
|
|
113
|
-
/** The communication identifier of the target user.*/
|
|
114
|
-
to?: CommunicationIdentifier;
|
|
115
|
-
/** The communication identifier of the user who initiated the call.*/
|
|
116
|
-
from?: CommunicationIdentifier;
|
|
117
|
-
/** Display name of caller.*/
|
|
118
|
-
callerDisplayName?: string;
|
|
119
|
-
/** Custom Context of Incoming Call */
|
|
120
|
-
customContext?: CustomCallingContext;
|
|
121
|
-
/** Incoming call context.*/
|
|
122
|
-
incomingCallContext?: string;
|
|
123
|
-
/** The communication identifier of the user on behalf of whom the call is made.*/
|
|
124
|
-
onBehalfOfCallee?: CommunicationIdentifier;
|
|
125
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
126
|
-
correlationId: string;
|
|
127
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
128
|
-
resultInformation?: ResultInformation;
|
|
129
|
-
/** kind of this event. */
|
|
130
|
-
kind: "IncomingCall";
|
|
131
|
-
}
|
|
132
|
-
/** Event when all participants left and call was terminated. */
|
|
133
|
-
export interface CallDisconnected {
|
|
134
|
-
/** Call connection ID. */
|
|
135
|
-
callConnectionId: string;
|
|
136
|
-
/** Server call ID. */
|
|
137
|
-
serverCallId: string;
|
|
138
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
139
|
-
correlationId: string;
|
|
140
|
-
/** Use this to correlate the request to the response event. */
|
|
141
|
-
operationContext?: string;
|
|
142
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
143
|
-
resultInformation?: ResultInformation;
|
|
144
|
-
/** kind of this event. */
|
|
145
|
-
kind: "CallDisconnected";
|
|
146
|
-
}
|
|
147
|
-
/** Event when transfer request was successful. */
|
|
148
|
-
export interface CallTransferAccepted {
|
|
149
|
-
/** Call connection ID. */
|
|
150
|
-
callConnectionId: string;
|
|
151
|
-
/** Server call ID. */
|
|
152
|
-
serverCallId: string;
|
|
153
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
154
|
-
correlationId: string;
|
|
155
|
-
/** Use this to correlate the request to the response event. */
|
|
156
|
-
operationContext?: string;
|
|
157
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
158
|
-
resultInformation?: ResultInformation;
|
|
159
|
-
/** Participant that was transferred away */
|
|
160
|
-
transferee: CommunicationIdentifier;
|
|
161
|
-
/** Target that transferee is transferred to */
|
|
162
|
-
transferTarget: CommunicationIdentifier;
|
|
163
|
-
/** kind of this event. */
|
|
164
|
-
kind: "CallTransferAccepted";
|
|
165
|
-
}
|
|
166
|
-
/** Event when transfer request was failed. */
|
|
167
|
-
export interface CallTransferFailed {
|
|
168
|
-
/** Call connection ID. */
|
|
169
|
-
callConnectionId: string;
|
|
170
|
-
/** Server call ID. */
|
|
171
|
-
serverCallId: string;
|
|
172
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
173
|
-
correlationId: string;
|
|
174
|
-
/** Use this to correlate the request to the response event. */
|
|
175
|
-
operationContext?: string;
|
|
176
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
177
|
-
resultInformation?: ResultInformation;
|
|
178
|
-
/** kind of this event. */
|
|
179
|
-
kind: "CallTransferFailed";
|
|
180
|
-
}
|
|
181
|
-
/** Event when there was an update to participant(s). */
|
|
182
|
-
export interface ParticipantsUpdated {
|
|
183
|
-
/** Call connection ID. */
|
|
184
|
-
callConnectionId: string;
|
|
185
|
-
/** Server call ID. */
|
|
186
|
-
serverCallId: string;
|
|
187
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
188
|
-
correlationId: string;
|
|
189
|
-
/** The Sequence Number of the event */
|
|
190
|
-
sequenceNumber?: number;
|
|
191
|
-
/** The list of participants in the call. */
|
|
192
|
-
participants: CallParticipant[];
|
|
193
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
194
|
-
resultInformation?: ResultInformation;
|
|
195
|
-
/** kind of this event. */
|
|
196
|
-
kind: "ParticipantsUpdated";
|
|
197
|
-
}
|
|
198
|
-
/** Event when Recording state has been changed. */
|
|
199
|
-
export interface RecordingStateChanged {
|
|
200
|
-
/** Call connection ID. */
|
|
201
|
-
callConnectionId: string;
|
|
202
|
-
/** Server call ID. */
|
|
203
|
-
serverCallId: string;
|
|
204
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
205
|
-
correlationId: string;
|
|
206
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
207
|
-
resultInformation?: ResultInformation;
|
|
208
|
-
/** The call recording id. */
|
|
209
|
-
recordingId?: string;
|
|
210
|
-
state?: RecordingState;
|
|
211
|
-
/** The time of the recording started. */
|
|
212
|
-
startDateTime?: Date;
|
|
213
|
-
recordingKind?: RecordingKind;
|
|
214
|
-
/** kind of this event. */
|
|
215
|
-
kind: "RecordingStateChanged";
|
|
216
|
-
}
|
|
217
|
-
export interface StartRecordingFailed {
|
|
218
|
-
/** Call connection ID. */
|
|
219
|
-
callConnectionId: string;
|
|
220
|
-
/** Server call ID. */
|
|
221
|
-
serverCallId: string;
|
|
222
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
223
|
-
correlationId: string;
|
|
224
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
225
|
-
resultInformation?: ResultInformation;
|
|
226
|
-
/** The call recording id */
|
|
227
|
-
recordingId?: string;
|
|
228
|
-
/** kind of this event. */
|
|
229
|
-
kind: "StartRecordingFailed";
|
|
230
|
-
}
|
|
231
|
-
/** Event when Media play was successfully started. */
|
|
232
|
-
export interface PlayStarted {
|
|
233
|
-
/** Call connection ID. */
|
|
234
|
-
callConnectionId: string;
|
|
235
|
-
/** Server call ID. */
|
|
236
|
-
serverCallId: string;
|
|
237
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
238
|
-
correlationId: string;
|
|
239
|
-
/** Use this to correlate the request to the response event. */
|
|
240
|
-
operationContext?: string;
|
|
241
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
242
|
-
resultInformation?: ResultInformation;
|
|
243
|
-
/** kind of this event. */
|
|
244
|
-
kind: "PlayStarted";
|
|
245
|
-
}
|
|
246
|
-
/** Event when Media play was successfully completed. */
|
|
247
|
-
export interface PlayCompleted {
|
|
248
|
-
/** Call connection ID. */
|
|
249
|
-
callConnectionId: string;
|
|
250
|
-
/** Server call ID. */
|
|
251
|
-
serverCallId: string;
|
|
252
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
253
|
-
resultInformation?: ResultInformation;
|
|
254
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
255
|
-
correlationId: string;
|
|
256
|
-
/** Use this to correlate the request to the response event. */
|
|
257
|
-
operationContext?: string;
|
|
258
|
-
/** kind of this event. */
|
|
259
|
-
kind: "PlayCompleted";
|
|
260
|
-
}
|
|
261
|
-
/** Event when Media play was failed. */
|
|
262
|
-
export interface PlayFailed {
|
|
263
|
-
/** Call connection ID. */
|
|
264
|
-
callConnectionId: string;
|
|
265
|
-
/** Server call ID. */
|
|
266
|
-
serverCallId: string;
|
|
267
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
268
|
-
resultInformation?: ResultInformation;
|
|
269
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
270
|
-
correlationId: string;
|
|
271
|
-
/** Use this to correlate the request to the response event. */
|
|
272
|
-
operationContext?: string;
|
|
273
|
-
/** Contains the index of the failed play source. */
|
|
274
|
-
failedPlaySourceIndex?: number;
|
|
275
|
-
/** kind of this event. */
|
|
276
|
-
kind: "PlayFailed";
|
|
277
|
-
}
|
|
278
|
-
/** Event when Media play was canceled by Cancel operation. */
|
|
279
|
-
export interface PlayCanceled {
|
|
280
|
-
/** Call connection ID. */
|
|
281
|
-
callConnectionId: string;
|
|
282
|
-
/** Server call ID. */
|
|
283
|
-
serverCallId: string;
|
|
284
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
285
|
-
correlationId: string;
|
|
286
|
-
/** Use this to correlate the request to the response event. */
|
|
287
|
-
operationContext?: string;
|
|
288
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
289
|
-
resultInformation?: ResultInformation;
|
|
290
|
-
/** kind of this event. */
|
|
291
|
-
kind: "PlayCanceled";
|
|
292
|
-
}
|
|
293
|
-
/** Event when Media recognize was successfully completed. */
|
|
294
|
-
export interface RecognizeCompleted {
|
|
295
|
-
/** Call connection ID. */
|
|
296
|
-
callConnectionId: string;
|
|
297
|
-
/** Server call ID. */
|
|
298
|
-
serverCallId: string;
|
|
299
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
300
|
-
resultInformation?: ResultInformation;
|
|
301
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
302
|
-
correlationId: string;
|
|
303
|
-
/** Use this to correlate the request to the response event. */
|
|
304
|
-
operationContext?: string;
|
|
305
|
-
/**
|
|
306
|
-
* Determines the sub-type of the recognize operation.
|
|
307
|
-
* In case of cancel operation the this field is not set and is returned empty
|
|
308
|
-
*/
|
|
309
|
-
recognitionType?: RecognitionType;
|
|
310
|
-
/** Defines the result for RecognitionType = Dtmf */
|
|
311
|
-
dtmfResult?: DtmfResult;
|
|
312
|
-
/** Defines the result for RecognitionType = Choices */
|
|
313
|
-
choiceResult?: ChoiceResult;
|
|
314
|
-
/** Defines the result for RecognitionType = Speech and SpeechOrDtmf */
|
|
315
|
-
speechResult?: SpeechResult;
|
|
316
|
-
/** kind of this event. */
|
|
317
|
-
kind: "RecognizeCompleted";
|
|
318
|
-
}
|
|
319
|
-
/** Event when Media recognize was failed. */
|
|
320
|
-
export interface RecognizeFailed {
|
|
321
|
-
/** Call connection ID. */
|
|
322
|
-
callConnectionId: string;
|
|
323
|
-
/** Server call ID. */
|
|
324
|
-
serverCallId: string;
|
|
325
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
326
|
-
resultInformation?: ResultInformation;
|
|
327
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
328
|
-
correlationId: string;
|
|
329
|
-
/** Use this to correlate the request to the response event. */
|
|
330
|
-
operationContext?: string;
|
|
331
|
-
/** Contains the index of the failed play source. */
|
|
332
|
-
failedPlaySourceIndex?: number;
|
|
333
|
-
/** kind of this event. */
|
|
334
|
-
kind: "RecognizeFailed";
|
|
335
|
-
}
|
|
336
|
-
/** Event when Media recognize was canceled by Cancel operation. */
|
|
337
|
-
export interface RecognizeCanceled {
|
|
338
|
-
/** Call connection ID. */
|
|
339
|
-
callConnectionId: string;
|
|
340
|
-
/** Server call ID. */
|
|
341
|
-
serverCallId: string;
|
|
342
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
343
|
-
correlationId: string;
|
|
344
|
-
/** Use this to correlate the request to the response event. */
|
|
345
|
-
operationContext?: string;
|
|
346
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
347
|
-
resultInformation?: ResultInformation;
|
|
348
|
-
/** kind of this event. */
|
|
349
|
-
kind: "RecognizeCanceled";
|
|
350
|
-
}
|
|
351
|
-
/** Event sent when Dtmf tone received from targeted participant in call. */
|
|
352
|
-
export interface ContinuousDtmfRecognitionToneReceived {
|
|
353
|
-
/** The sequence id which can be used to determine if the same tone was played multiple times or if any tones were missed. */
|
|
354
|
-
sequenceId: number;
|
|
355
|
-
/** Defines values for Tone. */
|
|
356
|
-
tone: Tone;
|
|
357
|
-
/** Call connection ID. */
|
|
358
|
-
callConnectionId: string;
|
|
359
|
-
/** Server call ID. */
|
|
360
|
-
serverCallId: string;
|
|
361
|
-
/** Correlation ID for event to call correlation. Also called ChainId or skype chain ID. */
|
|
362
|
-
correlationId: string;
|
|
363
|
-
/** Use this to correlate the request to the response event. */
|
|
364
|
-
operationContext?: string;
|
|
365
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
366
|
-
resultInformation?: ResultInformation;
|
|
367
|
-
/** kind of this event. */
|
|
368
|
-
kind: "ContinuousDtmfRecognitionToneReceived";
|
|
369
|
-
}
|
|
370
|
-
/** Event sent when failed to recognize continuous Dtmf tone. */
|
|
371
|
-
export interface ContinuousDtmfRecognitionToneFailed {
|
|
372
|
-
/** Call connection ID. */
|
|
373
|
-
callConnectionId: string;
|
|
374
|
-
/** Server call ID. */
|
|
375
|
-
serverCallId: string;
|
|
376
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
377
|
-
correlationId: string;
|
|
378
|
-
/** Use this to correlate the request to the response event. */
|
|
379
|
-
operationContext?: string;
|
|
380
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
381
|
-
resultInformation?: ResultInformation;
|
|
382
|
-
/** kind of this event. */
|
|
383
|
-
kind: "ContinuousDtmfRecognitionToneFailed";
|
|
384
|
-
}
|
|
385
|
-
/** Event sent when continuous Dtmf recognition stopped. */
|
|
386
|
-
export interface ContinuousDtmfRecognitionStopped {
|
|
387
|
-
/** Call connection ID. */
|
|
388
|
-
callConnectionId: string;
|
|
389
|
-
/** Server call ID. */
|
|
390
|
-
serverCallId: string;
|
|
391
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
392
|
-
correlationId: string;
|
|
393
|
-
/** Use this to correlate the request to the response event. */
|
|
394
|
-
operationContext?: string;
|
|
395
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
396
|
-
resultInformation?: ResultInformation;
|
|
397
|
-
/** kind of this event. */
|
|
398
|
-
kind: "ContinuousDtmfRecognitionStopped";
|
|
399
|
-
}
|
|
400
|
-
/** Event sent when Dtmf tones send successfully. */
|
|
401
|
-
export interface SendDtmfTonesCompleted {
|
|
402
|
-
/** Call connection ID. */
|
|
403
|
-
callConnectionId: string;
|
|
404
|
-
/** Server call ID. */
|
|
405
|
-
serverCallId: string;
|
|
406
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
407
|
-
correlationId: string;
|
|
408
|
-
/** Use this to correlate the request to the response event. */
|
|
409
|
-
operationContext?: string;
|
|
410
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
411
|
-
resultInformation?: ResultInformation;
|
|
412
|
-
/** kind of this event. */
|
|
413
|
-
kind: "SendDtmfTonesCompleted";
|
|
414
|
-
}
|
|
415
|
-
/** Event sent when Dtmf tones send failed. */
|
|
416
|
-
export interface SendDtmfTonesFailed {
|
|
417
|
-
/** Call connection ID. */
|
|
418
|
-
callConnectionId: string;
|
|
419
|
-
/** Server call ID. */
|
|
420
|
-
serverCallId: string;
|
|
421
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
422
|
-
correlationId: string;
|
|
423
|
-
/** Use this to correlate the request to the response event. */
|
|
424
|
-
operationContext?: string;
|
|
425
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
426
|
-
resultInformation?: ResultInformation;
|
|
427
|
-
/** kind of this event. */
|
|
428
|
-
kind: "SendDtmfTonesFailed";
|
|
429
|
-
}
|
|
430
|
-
/** Successful cancel add participant event. */
|
|
431
|
-
export interface CancelAddParticipantSucceeded {
|
|
432
|
-
/** Call connection ID. */
|
|
433
|
-
callConnectionId: string;
|
|
434
|
-
/** Server call ID. */
|
|
435
|
-
serverCallId: string;
|
|
436
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
437
|
-
correlationId: string;
|
|
438
|
-
/** Use this to correlate the request to the response event. */
|
|
439
|
-
operationContext?: string;
|
|
440
|
-
/** Invitation ID used to cancel the add participant request. */
|
|
441
|
-
invitationId: string;
|
|
442
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
443
|
-
resultInformation?: ResultInformation;
|
|
444
|
-
/** kind of this event. */
|
|
445
|
-
kind: "CancelAddParticipantSucceeded";
|
|
446
|
-
}
|
|
447
|
-
/** The failed to cancel add participant event. */
|
|
448
|
-
export interface CancelAddParticipantFailed {
|
|
449
|
-
/** Call connection ID. */
|
|
450
|
-
callConnectionId: string;
|
|
451
|
-
/** Server call ID. */
|
|
452
|
-
serverCallId: string;
|
|
453
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
454
|
-
correlationId: string;
|
|
455
|
-
/** Use this to correlate the request to the response event. */
|
|
456
|
-
operationContext?: string;
|
|
457
|
-
/** Invitation ID used to cancel the add participant request. */
|
|
458
|
-
invitationId: string;
|
|
459
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
460
|
-
resultInformation?: ResultInformation;
|
|
461
|
-
/** kind of this event. */
|
|
462
|
-
kind: "CancelAddParticipantFailed";
|
|
463
|
-
}
|
|
464
|
-
export interface ConnectFailed {
|
|
465
|
-
/** Call connection ID. */
|
|
466
|
-
callConnectionId: string;
|
|
467
|
-
/** Server call ID. */
|
|
468
|
-
serverCallId: string;
|
|
469
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
470
|
-
correlationId: string;
|
|
471
|
-
/** Use this to correlate the request to the response event. */
|
|
472
|
-
operationContext?: string;
|
|
473
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
474
|
-
resultInformation?: ResultInformation;
|
|
475
|
-
/** kind of this event. */
|
|
476
|
-
kind: "ConnectFailed";
|
|
477
|
-
}
|
|
478
|
-
export interface HoldFailed {
|
|
479
|
-
/** Call connection ID. */
|
|
480
|
-
callConnectionId: string;
|
|
481
|
-
/** Server call ID. */
|
|
482
|
-
serverCallId: string;
|
|
483
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
484
|
-
correlationId: string;
|
|
485
|
-
/** Use this to correlate the request to the response event. */
|
|
486
|
-
operationContext?: string;
|
|
487
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
488
|
-
resultInformation?: ResultInformation;
|
|
489
|
-
/** kind of this event. */
|
|
490
|
-
kind: "HoldFailed";
|
|
491
|
-
}
|
|
492
|
-
export interface AnswerFailed {
|
|
493
|
-
/** Call connection ID. */
|
|
494
|
-
callConnectionId: string;
|
|
495
|
-
/** Server call ID. */
|
|
496
|
-
serverCallId: string;
|
|
497
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
498
|
-
correlationId: string;
|
|
499
|
-
/** Use this to correlate the request to the response event. */
|
|
500
|
-
operationContext?: string;
|
|
501
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
502
|
-
resultInformation?: ResultInformation;
|
|
503
|
-
/** kind of this event. */
|
|
504
|
-
kind: "AnswerFailed";
|
|
505
|
-
}
|
|
506
|
-
export interface CreateCallFailed {
|
|
507
|
-
/** Call connection ID. */
|
|
508
|
-
callConnectionId: string;
|
|
509
|
-
/** Server call ID. */
|
|
510
|
-
serverCallId: string;
|
|
511
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
512
|
-
correlationId: string;
|
|
513
|
-
/** Use this to correlate the request to the response event. */
|
|
514
|
-
operationContext?: string;
|
|
515
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
516
|
-
resultInformation?: ResultInformation;
|
|
517
|
-
/** kind of this event. */
|
|
518
|
-
kind: "CreateCallFailed";
|
|
519
|
-
}
|
|
520
|
-
export interface TranscriptionStarted {
|
|
521
|
-
/** Defines the result for TranscriptionUpdate with the current status and the details about the status */
|
|
522
|
-
transcriptionUpdate?: TranscriptionUpdate;
|
|
523
|
-
/** Call connection ID. */
|
|
524
|
-
callConnectionId: string;
|
|
525
|
-
/** Server call ID. */
|
|
526
|
-
serverCallId: string;
|
|
527
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
528
|
-
correlationId: string;
|
|
529
|
-
/** Use this to correlate the request to the response event. */
|
|
530
|
-
operationContext?: string;
|
|
531
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
532
|
-
resultInformation?: ResultInformation;
|
|
533
|
-
/** kind of this event. */
|
|
534
|
-
kind: "TranscriptionStarted";
|
|
535
|
-
}
|
|
536
|
-
export interface TranscriptionStopped {
|
|
537
|
-
/** Defines the result for TranscriptionUpdate with the current status and the details about the status */
|
|
538
|
-
transcriptionUpdate?: TranscriptionUpdate;
|
|
539
|
-
/** Call connection ID. */
|
|
540
|
-
callConnectionId: string;
|
|
541
|
-
/** Server call ID. */
|
|
542
|
-
serverCallId: string;
|
|
543
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
544
|
-
correlationId: string;
|
|
545
|
-
/** Use this to correlate the request to the response event. */
|
|
546
|
-
operationContext?: string;
|
|
547
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
548
|
-
resultInformation?: ResultInformation;
|
|
549
|
-
/** kind of this event. */
|
|
550
|
-
kind: "TranscriptionStopped";
|
|
551
|
-
}
|
|
552
|
-
export interface TranscriptionUpdated {
|
|
553
|
-
/** Defines the result for TranscriptionUpdate with the current status and the details about the status */
|
|
554
|
-
transcriptionUpdate?: TranscriptionUpdate;
|
|
555
|
-
/** Call connection ID. */
|
|
556
|
-
callConnectionId: string;
|
|
557
|
-
/** Server call ID. */
|
|
558
|
-
serverCallId: string;
|
|
559
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
560
|
-
correlationId: string;
|
|
561
|
-
/** Use this to correlate the request to the response event. */
|
|
562
|
-
operationContext?: string;
|
|
563
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
564
|
-
resultInformation?: ResultInformation;
|
|
565
|
-
/** kind of this event. */
|
|
566
|
-
kind: "TranscriptionUpdated";
|
|
567
|
-
}
|
|
568
|
-
export interface TranscriptionFailed {
|
|
569
|
-
/** Defines the result for TranscriptionUpdate with the current status and the details about the status */
|
|
570
|
-
transcriptionUpdate?: TranscriptionUpdate;
|
|
571
|
-
/** Call connection ID. */
|
|
572
|
-
callConnectionId: string;
|
|
573
|
-
/** Server call ID. */
|
|
574
|
-
serverCallId: string;
|
|
575
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
576
|
-
correlationId: string;
|
|
577
|
-
/** Use this to correlate the request to the response event. */
|
|
578
|
-
operationContext?: string;
|
|
579
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
580
|
-
resultInformation?: ResultInformation;
|
|
581
|
-
/** kind of this event. */
|
|
582
|
-
kind: "TranscriptionFailed";
|
|
583
|
-
}
|
|
584
|
-
export interface MediaStreamingStarted {
|
|
585
|
-
/** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */
|
|
586
|
-
mediaStreamingUpdate?: MediaStreamingUpdate;
|
|
587
|
-
/** Call connection ID. */
|
|
588
|
-
callConnectionId: string;
|
|
589
|
-
/** Server call ID. */
|
|
590
|
-
serverCallId: string;
|
|
591
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
592
|
-
correlationId: string;
|
|
593
|
-
/** Use this to correlate the request to the response event. */
|
|
594
|
-
operationContext?: string;
|
|
595
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
596
|
-
resultInformation?: ResultInformation;
|
|
597
|
-
/** kind of this event. */
|
|
598
|
-
kind: "MediaStreamingStarted";
|
|
599
|
-
}
|
|
600
|
-
export interface MediaStreamingStopped {
|
|
601
|
-
/** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */
|
|
602
|
-
mediaStreamingUpdate?: MediaStreamingUpdate;
|
|
603
|
-
/** Call connection ID. */
|
|
604
|
-
callConnectionId: string;
|
|
605
|
-
/** Server call ID. */
|
|
606
|
-
serverCallId: string;
|
|
607
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
608
|
-
correlationId: string;
|
|
609
|
-
/** Use this to correlate the request to the response event. */
|
|
610
|
-
operationContext?: string;
|
|
611
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
612
|
-
resultInformation?: ResultInformation;
|
|
613
|
-
/** kind of this event. */
|
|
614
|
-
kind: "MediaStreamingStopped";
|
|
615
|
-
}
|
|
616
|
-
export interface MediaStreamingFailed {
|
|
617
|
-
/** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */
|
|
618
|
-
mediaStreamingUpdate?: MediaStreamingUpdate;
|
|
619
|
-
/** Call connection ID. */
|
|
620
|
-
callConnectionId: string;
|
|
621
|
-
/** Server call ID. */
|
|
622
|
-
serverCallId: string;
|
|
623
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
624
|
-
correlationId: string;
|
|
625
|
-
/** Use this to correlate the request to the response event. */
|
|
626
|
-
operationContext?: string;
|
|
627
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
628
|
-
resultInformation?: ResultInformation;
|
|
629
|
-
/** kind of this event. */
|
|
630
|
-
kind: "MediaStreamingFailed";
|
|
631
|
-
}
|
|
632
|
-
/** The participant successfully moved event. */
|
|
633
|
-
export interface MoveParticipantSucceeded {
|
|
634
|
-
/** The CallConnectionId for the call you want to move the participant from */
|
|
635
|
-
fromCall?: string;
|
|
636
|
-
/** Call connection ID. */
|
|
637
|
-
callConnectionId: string;
|
|
638
|
-
/** Server call ID. */
|
|
639
|
-
serverCallId: string;
|
|
640
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
641
|
-
correlationId: string;
|
|
642
|
-
/** Used this to correlate the request to the response event. */
|
|
643
|
-
operationContext?: string;
|
|
644
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
645
|
-
resultInformation?: ResultInformation;
|
|
646
|
-
/** The participant in the call. */
|
|
647
|
-
participant?: CommunicationIdentifier;
|
|
648
|
-
/** kind of this event. */
|
|
649
|
-
kind: "MoveParticipantSucceeded";
|
|
650
|
-
}
|
|
651
|
-
/** The failed to move participant event. */
|
|
652
|
-
export interface MoveParticipantFailed {
|
|
653
|
-
/** The CallConnectionId for the call you want to move the participant from */
|
|
654
|
-
fromCall?: string;
|
|
655
|
-
/** Call connection ID. */
|
|
656
|
-
callConnectionId: string;
|
|
657
|
-
/** Server call ID. */
|
|
658
|
-
serverCallId: string;
|
|
659
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
660
|
-
correlationId: string;
|
|
661
|
-
/** Used this to correlate the request to the response event. */
|
|
662
|
-
operationContext?: string;
|
|
663
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
664
|
-
resultInformation?: ResultInformation;
|
|
665
|
-
/** The participant in the call. */
|
|
666
|
-
participant?: CommunicationIdentifier;
|
|
667
|
-
/** kind of this event. */
|
|
668
|
-
kind: "MoveParticipantFailed";
|
|
669
|
-
}
|
|
670
|
-
export interface TranscriptionCallSummaryUpdated {
|
|
671
|
-
/**
|
|
672
|
-
* Defines the result for TranscriptionUpdate with the current status and the details about the status
|
|
673
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
674
|
-
*/
|
|
675
|
-
transcriptionUpdate?: TranscriptionUpdate;
|
|
676
|
-
/** Call connection ID. */
|
|
677
|
-
callConnectionId?: string;
|
|
678
|
-
/** Server call ID. */
|
|
679
|
-
serverCallId?: string;
|
|
680
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
681
|
-
correlationId?: string;
|
|
682
|
-
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
683
|
-
operationContext?: string;
|
|
684
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
685
|
-
resultInformation?: ResultInformation;
|
|
686
|
-
/** kind of this event. */
|
|
687
|
-
kind: "TranscriptionCallSummaryUpdated";
|
|
688
|
-
}
|
|
689
|
-
//# sourceMappingURL=events.d.ts.map
|