@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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/models/events.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/models/events.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __copyProps = (to, from, except, desc) => {
|
|
6
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
for (let key of __getOwnPropNames(from))
|
|
8
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
9
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
+
}
|
|
11
|
+
return to;
|
|
12
|
+
};
|
|
13
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
14
|
+
var events_exports = {};
|
|
15
|
+
module.exports = __toCommonJS(events_exports);
|
|
16
|
+
//# sourceMappingURL=events.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{"version":3,"file":"events.js","sourceRoot":"","sources":["../../../src/models/events.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CommunicationIdentifier } from \"@azure/communication-common\";\n\nimport {\n Tone,\n ChoiceResult,\n DtmfResult,\n RecognitionType,\n SpeechResult,\n RecordingKind,\n MediaStreamingUpdate,\n TranscriptionUpdate,\n SipDiagnosticInfo,\n} from \"../generated/src/models/index.js\";\n\nimport type { CallParticipant, RecordingState, CustomCallingContext } from \"./models.js\";\n\n/** Callback events for Call Automation */\nexport type CallAutomationEvent =\n | AddParticipantSucceeded\n | AddParticipantFailed\n | RemoveParticipantSucceeded\n | RemoveParticipantFailed\n | CallConnected\n | CallDisconnected\n | CallTransferAccepted\n | CallTransferFailed\n | ParticipantsUpdated\n | RecordingStateChanged\n | PlayStarted\n | PlayCompleted\n | PlayFailed\n | PlayCanceled\n | RecognizeCompleted\n | RecognizeCanceled\n | RecognizeFailed\n | ContinuousDtmfRecognitionToneReceived\n | ContinuousDtmfRecognitionToneFailed\n | ContinuousDtmfRecognitionStopped\n | SendDtmfTonesCompleted\n | SendDtmfTonesFailed\n | CancelAddParticipantSucceeded\n | CancelAddParticipantFailed\n | ConnectFailed\n | TranscriptionStarted\n | TranscriptionStopped\n | TranscriptionUpdated\n | TranscriptionFailed\n | HoldFailed\n | MediaStreamingStarted\n | MediaStreamingStopped\n | MediaStreamingFailed\n | CreateCallFailed\n | AnswerFailed\n | StartRecordingFailed\n | IncomingCall\n | MoveParticipantSucceeded\n | MoveParticipantFailed\n | TranscriptionCallSummaryUpdated;\n\nexport interface ResultInformation {\n /** The error code. */\n code: number;\n /** The sub code of error. */\n subCode: number;\n /** The detailed message of the error. */\n message: string;\n /**\n * Sip response from SBC. This can be helpful to troubleshoot PSTN call if this result was unexpected.\n * This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.\n * Do not solely rely on this information for troubleshooting, as it may not always be available.\n */\n sipDetails?: SipDiagnosticInfo;\n /**\n * Q850 cause from SBC. This can be helpful to troubleshoot call issues if this result was unexpected.\n * This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.\n * Do not solely rely on this information for troubleshooting, as it may not always be available.\n */\n q850Details?: SipDiagnosticInfo;\n}\n\n/** The participant successfully added event. */\nexport interface AddParticipantSucceeded {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"AddParticipantSucceeded\";\n}\n\n/** The failed to add participant event. */\nexport interface AddParticipantFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"AddParticipantFailed\";\n}\n\n/** The participant successfully removed event. */\nexport interface RemoveParticipantSucceeded {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"RemoveParticipantSucceeded\";\n}\n\n/** The failed to remove participant event. */\nexport interface RemoveParticipantFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"RemoveParticipantFailed\";\n}\n\n/** Event when call was established. */\nexport interface CallConnected {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallConnected\";\n}\n\n/** Event when call was initiated. */\nexport interface IncomingCall {\n /** Call connection ID. */\n callConnectionId: string;\n /** The communication identifier of the target user.*/\n to?: CommunicationIdentifier;\n /** The communication identifier of the user who initiated the call.*/\n from?: CommunicationIdentifier;\n /** Display name of caller.*/\n callerDisplayName?: string;\n /** Custom Context of Incoming Call */\n customContext?: CustomCallingContext;\n /** Incoming call context.*/\n incomingCallContext?: string;\n /** The communication identifier of the user on behalf of whom the call is made.*/\n onBehalfOfCallee?: CommunicationIdentifier;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"IncomingCall\";\n}\n\n/** Event when all participants left and call was terminated. */\nexport interface CallDisconnected {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallDisconnected\";\n}\n\n/** Event when transfer request was successful. */\nexport interface CallTransferAccepted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Participant that was transferred away */\n transferee: CommunicationIdentifier;\n /** Target that transferee is transferred to */\n transferTarget: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"CallTransferAccepted\";\n}\n\n/** Event when transfer request was failed. */\nexport interface CallTransferFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallTransferFailed\";\n}\n\n/** Event when there was an update to participant(s). */\nexport interface ParticipantsUpdated {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** The Sequence Number of the event */\n sequenceNumber?: number;\n /** The list of participants in the call. */\n participants: CallParticipant[];\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ParticipantsUpdated\";\n}\n\n/** Event when Recording state has been changed. */\nexport interface RecordingStateChanged {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The call recording id. */\n recordingId?: string;\n state?: RecordingState;\n /** The time of the recording started. */\n startDateTime?: Date;\n recordingKind?: RecordingKind;\n /** kind of this event. */\n kind: \"RecordingStateChanged\";\n}\n\nexport interface StartRecordingFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** The call recording id */\n recordingId?: string;\n /** kind of this event. */\n kind: \"StartRecordingFailed\";\n}\n\n/** Event when Media play was successfully started. */\nexport interface PlayStarted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayStarted\";\n}\n\n/** Event when Media play was successfully completed. */\nexport interface PlayCompleted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** kind of this event. */\n kind: \"PlayCompleted\";\n}\n\n/** Event when Media play was failed. */\nexport interface PlayFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the index of the failed play source. */\n failedPlaySourceIndex?: number;\n /** kind of this event. */\n kind: \"PlayFailed\";\n}\n\n/** Event when Media play was canceled by Cancel operation. */\nexport interface PlayCanceled {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayCanceled\";\n}\n\n/** Event when Media recognize was successfully completed. */\nexport interface RecognizeCompleted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /**\n * Determines the sub-type of the recognize operation.\n * In case of cancel operation the this field is not set and is returned empty\n */\n recognitionType?: RecognitionType;\n /** Defines the result for RecognitionType = Dtmf */\n dtmfResult?: DtmfResult;\n /** Defines the result for RecognitionType = Choices */\n choiceResult?: ChoiceResult;\n /** Defines the result for RecognitionType = Speech and SpeechOrDtmf */\n speechResult?: SpeechResult;\n /** kind of this event. */\n kind: \"RecognizeCompleted\";\n}\n\n/** Event when Media recognize was failed. */\nexport interface RecognizeFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the index of the failed play source. */\n failedPlaySourceIndex?: number;\n /** kind of this event. */\n kind: \"RecognizeFailed\";\n}\n\n/** Event when Media recognize was canceled by Cancel operation. */\nexport interface RecognizeCanceled {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"RecognizeCanceled\";\n}\n\n/** Event sent when Dtmf tone received from targeted participant in call. */\nexport interface ContinuousDtmfRecognitionToneReceived {\n /** The sequence id which can be used to determine if the same tone was played multiple times or if any tones were missed. */\n sequenceId: number;\n /** Defines values for Tone. */\n tone: Tone;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId or skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionToneReceived\";\n}\n\n/** Event sent when failed to recognize continuous Dtmf tone. */\nexport interface ContinuousDtmfRecognitionToneFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionToneFailed\";\n}\n\n/** Event sent when continuous Dtmf recognition stopped. */\nexport interface ContinuousDtmfRecognitionStopped {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionStopped\";\n}\n\n/** Event sent when Dtmf tones send successfully. */\nexport interface SendDtmfTonesCompleted {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"SendDtmfTonesCompleted\";\n}\n\n/** Event sent when Dtmf tones send failed. */\nexport interface SendDtmfTonesFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"SendDtmfTonesFailed\";\n}\n\n/** Successful cancel add participant event. */\nexport interface CancelAddParticipantSucceeded {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Invitation ID used to cancel the add participant request. */\n invitationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CancelAddParticipantSucceeded\";\n}\n\n/** The failed to cancel add participant event. */\nexport interface CancelAddParticipantFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Invitation ID used to cancel the add participant request. */\n invitationId: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CancelAddParticipantFailed\";\n}\n\nexport interface ConnectFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ConnectFailed\";\n}\n\nexport interface HoldFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"HoldFailed\";\n}\n\nexport interface AnswerFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"AnswerFailed\";\n}\n\nexport interface CreateCallFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CreateCallFailed\";\n}\n\nexport interface TranscriptionStarted {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionStarted\";\n}\n\nexport interface TranscriptionStopped {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionStopped\";\n}\n\nexport interface TranscriptionUpdated {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionUpdated\";\n}\n\nexport interface TranscriptionFailed {\n /** Defines the result for TranscriptionUpdate with the current status and the details about the status */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionFailed\";\n}\n\nexport interface MediaStreamingStarted {\n /** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */\n mediaStreamingUpdate?: MediaStreamingUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingStarted\";\n}\n\nexport interface MediaStreamingStopped {\n /** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */\n mediaStreamingUpdate?: MediaStreamingUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingStopped\";\n}\n\nexport interface MediaStreamingFailed {\n /** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */\n mediaStreamingUpdate?: MediaStreamingUpdate;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Use this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingFailed\";\n}\n/** The participant successfully moved event. */\nexport interface MoveParticipantSucceeded {\n /** The CallConnectionId for the call you want to move the participant from */\n fromCall?: string;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"MoveParticipantSucceeded\";\n}\n\n/** The failed to move participant event. */\nexport interface MoveParticipantFailed {\n /** The CallConnectionId for the call you want to move the participant from */\n fromCall?: string;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"MoveParticipantFailed\";\n}\n\nexport interface TranscriptionCallSummaryUpdated {\n /**\n * Defines the result for TranscriptionUpdate with the current status and the details about the status\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n transcriptionUpdate?: TranscriptionUpdate;\n /** Call connection ID. */\n callConnectionId?: string;\n /** Server call ID. */\n serverCallId?: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId?: string;\n /** Used by customers when calling mid-call actions to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionCallSummaryUpdated\";\n}\n"]}
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/models/events.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CommunicationIdentifier } from \"@azure/communication-common\";\n\nimport type { Tone } from \"../generated/src/models/index.js\";\nimport type {\n AddParticipantSucceeded as RestAddParticipantSucceeded,\n AddParticipantFailed as RestAddParticipantFailed,\n RemoveParticipantSucceeded as RestRemoveParticipantSucceeded,\n RemoveParticipantFailed as RestRemoveParticipantFailed,\n CallConnected as RestCallConnected,\n CallDisconnected as RestCallDisconnected,\n CallTransferAccepted as RestCallTransferAccepted,\n CallTransferFailed as RestCallTransferFailed,\n ParticipantsUpdated as RestParticipantsUpdated,\n RecordingStateChanged as RestRecordingStateChanged,\n PlayStarted as RestPlayStarted,\n PlayCompleted as RestPlayCompleted,\n PlayFailed as RestPlayFailed,\n PlayCanceled as RestPlayCanceled,\n RecognizeCompleted as RestRecognizeCompleted,\n RecognizeFailed as RestRecognizeFailed,\n RecognizeCanceled as RestRecognizeCanceled,\n ResultInformation as RestResultInformation,\n SipDiagnosticInfo,\n ContinuousDtmfRecognitionToneReceived as RestContinuousDtmfRecognitionToneReceived,\n ContinuousDtmfRecognitionToneFailed as RestContinuousDtmfRecognitionToneFailed,\n ContinuousDtmfRecognitionStopped as RestContinuousDtmfRecognitionStopped,\n SendDtmfTonesCompleted as RestSendDtmfTonesCompleted,\n SendDtmfTonesFailed as RestSendDtmfTonesFailed,\n CancelAddParticipantSucceeded as RestCancelAddParticipantSucceeded,\n CancelAddParticipantFailed as RestCancelAddParticipantFailed,\n ConnectFailed as RestConnectFailed,\n HoldFailed as RestHoldFailed,\n AnswerFailed as RestAnswerFailed,\n CreateCallFailed as RestCreateCallFailed,\n TranscriptionStarted as RestTranscriptionStarted,\n TranscriptionStopped as RestTranscriptionStopped,\n TranscriptionUpdated as RestTranscriptionUpdated,\n TranscriptionFailed as RestTranscriptionFailed,\n MediaStreamingStarted as RestMediaStreamingStarted,\n MediaStreamingStopped as RestMediaStreamingStopped,\n MediaStreamingFailed as RestMediaStreamingFailed,\n} from \"../generated/src/models/index.js\";\n\nimport type { CallParticipant } from \"./models.js\";\n\n/** Callback events for Call Automation */\nexport type CallAutomationEvent =\n | AddParticipantSucceeded\n | AddParticipantFailed\n | RemoveParticipantSucceeded\n | RemoveParticipantFailed\n | MoveParticipantSucceeded\n | MoveParticipantFailed\n | CallConnected\n | CallDisconnected\n | CallTransferAccepted\n | CallTransferFailed\n | ParticipantsUpdated\n | RecordingStateChanged\n | PlayCompleted\n | PlayFailed\n | PlayCanceled\n | RecognizeCompleted\n | RecognizeCanceled\n | RecognizeFailed\n | ContinuousDtmfRecognitionToneReceived\n | ContinuousDtmfRecognitionToneFailed\n | ContinuousDtmfRecognitionStopped\n | SendDtmfTonesCompleted\n | SendDtmfTonesFailed\n | CancelAddParticipantSucceeded\n | CancelAddParticipantFailed\n | TranscriptionStarted\n | TranscriptionStopped\n | TranscriptionUpdated\n | TranscriptionFailed\n | CreateCallFailed\n | AnswerFailed\n | HoldFailed\n | ConnectFailed\n | MediaStreamingStarted\n | MediaStreamingStopped\n | MediaStreamingFailed\n | PlayStarted\n | StartRecordingFailed;\nexport type {\n RestAddParticipantSucceeded,\n RestAddParticipantFailed,\n RestRemoveParticipantSucceeded,\n RestRemoveParticipantFailed,\n RestCallConnected,\n RestCallDisconnected,\n RestCallTransferAccepted,\n RestCallTransferFailed,\n RestParticipantsUpdated,\n RestRecordingStateChanged,\n RestPlayStarted,\n RestPlayCompleted,\n RestPlayFailed,\n RestPlayCanceled,\n RestRecognizeCompleted,\n RestRecognizeFailed,\n RestRecognizeCanceled,\n RestResultInformation,\n SipDiagnosticInfo,\n RestContinuousDtmfRecognitionToneReceived,\n RestContinuousDtmfRecognitionToneFailed,\n RestContinuousDtmfRecognitionStopped,\n RestSendDtmfTonesCompleted,\n RestSendDtmfTonesFailed,\n RestCancelAddParticipantSucceeded,\n RestCancelAddParticipantFailed,\n RestConnectFailed,\n RestTranscriptionStarted,\n RestTranscriptionStopped,\n RestTranscriptionUpdated,\n RestTranscriptionFailed,\n RestHoldFailed,\n RestMediaStreamingStarted,\n RestMediaStreamingStopped,\n RestMediaStreamingFailed,\n RestCreateCallFailed,\n RestAnswerFailed,\n};\nexport interface ResultInformation\n /**\n * @deprecated RestResultInformation is deprecated.\n * Use ResultInformation instead.\n */\n extends Omit<RestResultInformation, \"code\" | \"subCode\" | \"message\"> {\n /** The error code. */\n code: number;\n /** The sub code of error. */\n subCode: number;\n /** The detailed message of the error. */\n message: string;\n}\n\n/** The participant successfully added event. */\nexport interface AddParticipantSucceeded\n /**\n * @deprecated RestAddParticipantSucceeded is deprecated.\n * Use AddParticipantSucceeded instead.\n */\n extends Omit<\n RestAddParticipantSucceeded,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"participant\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"AddParticipantSucceeded\";\n}\n\n/** The failed to add participant event. */\nexport interface AddParticipantFailed\n /**\n * @deprecated RestAddParticipantFailed is deprecated.\n * Use AddParticipantFailed instead.\n */\n extends Omit<\n RestAddParticipantFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"participant\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"AddParticipantFailed\";\n}\n\n/** The participant successfully removed event. */\nexport interface RemoveParticipantSucceeded\n /**\n * @deprecated RestRemoveParticipantSucceeded is deprecated.\n * Use RemoveParticipantSucceeded instead.\n */\n extends Omit<\n RestRemoveParticipantSucceeded,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"participant\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"RemoveParticipantSucceeded\";\n}\n\n/** The failed to remove participant event. */\nexport interface RemoveParticipantFailed\n /**\n * @deprecated RestRemoveParticipantFailed is deprecated.\n * Use RemoveParticipantFailed instead.\n */\n extends Omit<\n RestRemoveParticipantFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"participant\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"RemoveParticipantFailed\";\n}\n\n/** The participant successfully moved event. */\nexport interface MoveParticipantSucceeded {\n /** The CallConnectionId for the call you want to move the participant from */\n fromCall?: string;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"MoveParticipantSucceeded\";\n}\n\n/** The failed to move participant event. */\nexport interface MoveParticipantFailed {\n /** The CallConnectionId for the call you want to move the participant from */\n fromCall?: string;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** Contains the resulting SIP code/sub-code and message. */\n resultInformation?: ResultInformation;\n /** The participant in the call. */\n participant?: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"MoveParticipantFailed\";\n}\n\n/** Event when call was established. */\nexport interface CallConnected\n /**\n * @deprecated RestCallConnected is deprecated.\n * Use CallConnected instead.\n */\n extends Omit<\n RestCallConnected,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallConnected\";\n}\n\n/** Event when all participants left and call was terminated. */\nexport interface CallDisconnected\n /**\n * @deprecated RestCallDisconnected is deprecated.\n * Use CallDisconnected instead.\n */\n extends Omit<\n RestCallDisconnected,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallDisconnected\";\n}\n\n/** Event when transfer request was successful. */\nexport interface CallTransferAccepted\n /**\n * @deprecated RestCallTransferAccepted is deprecated.\n * Use CallTransferAccepted instead.\n */\n extends Omit<\n RestCallTransferAccepted,\n | \"callConnectionId\"\n | \"serverCallId\"\n | \"correlationId\"\n | \"resultInformation\"\n | \"transferee\"\n | \"transferTarget\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** Participant that was transferred away */\n transferee: CommunicationIdentifier;\n /** Target that transferee is transferred to */\n transferTarget: CommunicationIdentifier;\n /** kind of this event. */\n kind: \"CallTransferAccepted\";\n}\n\n/** Event when transfer request was failed. */\nexport interface CallTransferFailed\n /**\n * @deprecated RestCallTransferFailed is deprecated.\n * Use CallTransferFailed instead.\n */\n extends Omit<\n RestCallTransferFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CallTransferFailed\";\n}\n\n/** Event when there was an update to participant(s). */\nexport interface ParticipantsUpdated\n /**\n * @deprecated RestParticipantsUpdated is deprecated.\n * Use ParticipantsUpdated instead.\n */\n extends Omit<\n RestParticipantsUpdated,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"participants\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** The list of participants in the call. */\n participants: CallParticipant[];\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ParticipantsUpdated\";\n}\n\n/** Event when Recording state has been changed. */\nexport interface RecordingStateChanged\n /**\n * @deprecated RestRecordingStateChanged is deprecated.\n * Use RecordingStateChanged instead.\n */\n extends Omit<\n RestRecordingStateChanged,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"RecordingStateChanged\";\n}\n\n/** Event when StartRecording was failed. */\nexport interface StartRecordingFailed {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** The call recording id */\n recordingId?: string;\n /** Used this to correlate the request to the response event. */\n operationContext?: string;\n /** kind of this event. */\n kind: \"StartRecordingFailed\";\n}\n\n/** Event when Media play was successfully started. */\nexport interface PlayStarted\n /**\n * @deprecated RestPlayStarted is deprecated.\n * Use PlayStarted instead.\n */\n extends Omit<\n RestPlayStarted,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayStarted\";\n}\n\n/** Event when Media play was successfully completed. */\nexport interface PlayCompleted\n /**\n * @deprecated RestPlayCompleted is deprecated.\n * Use PlayCompleted instead.\n */\n extends Omit<\n RestPlayCompleted,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** kind of this event. */\n kind: \"PlayCompleted\";\n}\n\n/** Event when Media play was failed. */\nexport interface PlayFailed\n /**\n * @deprecated RestPlayFailed is deprecated.\n * Use PlayFailed instead.\n */\n extends Omit<\n RestPlayFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** kind of this event. */\n kind: \"PlayFailed\";\n}\n\n/** Event when Media play was canceled by Cancel operation. */\nexport interface PlayCanceled\n /**\n * @deprecated RestPlayCanceled is deprecated.\n * Use PlayCanceled instead.\n */\n extends Omit<\n RestPlayCanceled,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"PlayCanceled\";\n}\n\n/** Event when Media recognize was successfully completed. */\nexport interface RecognizeCompleted\n /**\n * @deprecated RestRecognizeCompleted is deprecated.\n * Use RecognizeCompleted instead.\n */\n extends Omit<\n RestRecognizeCompleted,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** kind of this event. */\n kind: \"RecognizeCompleted\";\n}\n\n/** Event when Media recognize was failed. */\nexport interface RecognizeFailed\n /**\n * @deprecated RestRecognizeFailed is deprecated.\n * Use RecognizeFailed instead.\n */\n extends Omit<\n RestRecognizeFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** kind of this event. */\n kind: \"RecognizeFailed\";\n}\n\n/** Event when Media recognize was canceled by Cancel operation. */\nexport interface RecognizeCanceled\n /**\n * @deprecated RestRecognizeCanceled is deprecated.\n * Use RecognizeCanceled instead.\n */\n extends Omit<\n RestRecognizeCanceled,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"RecognizeCanceled\";\n}\n\n/** Event sent when Dtmf tone received from targeted participant in call. */\nexport interface ContinuousDtmfRecognitionToneReceived\n /**\n * @deprecated RestContinuousDtmfRecognitionToneReceived is deprecated.\n * Use ContinuousDtmfRecognitionToneReceived instead.\n */\n extends Omit<\n RestContinuousDtmfRecognitionToneReceived,\n | \"sequenceId\"\n | \"tone\"\n | \"callConnectionId\"\n | \"serverCallId\"\n | \"correlationId\"\n | \"resultInformation\"\n > {\n /** The sequence id which can be used to determine if the same tone was played multiple times or if any tones were missed. */\n sequenceId: number;\n /** Defines values for Tone. */\n tone: Tone;\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId or skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionToneReceived\";\n}\n\n/** Event sent when failed to recognize continuous Dtmf tone. */\nexport interface ContinuousDtmfRecognitionToneFailed\n /**\n * @deprecated RestContinuousDtmfRecognitionToneFailed is deprecated.\n * Use ContinuousDtmfRecognitionToneFailed instead.\n */\n extends Omit<\n RestContinuousDtmfRecognitionToneFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionToneFailed\";\n}\n\n/** Event sent when continuous Dtmf recognition stopped. */\nexport interface ContinuousDtmfRecognitionStopped\n /**\n * @deprecated RestContinuousDtmfRecognitionStopped is deprecated.\n * Use ContinuousDtmfRecognitionStopped instead.\n */\n extends Omit<\n RestContinuousDtmfRecognitionStopped,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ContinuousDtmfRecognitionStopped\";\n}\n\n/** Event sent when Dtmf tones send successfully. */\nexport interface SendDtmfTonesCompleted\n /**\n * @deprecated RestSendDtmfTonesCompleted is deprecated.\n * Use SendDtmfTonesCompleted instead.\n */\n extends Omit<\n RestSendDtmfTonesCompleted,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"SendDtmfTonesCompleted\";\n}\n\n/** Event sent when Dtmf tones send failed. */\nexport interface SendDtmfTonesFailed\n /**\n * @deprecated RestSendDtmfTonesFailed is deprecated.\n * Use SendDtmfTonesFailed instead.\n */\n extends Omit<\n RestSendDtmfTonesFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"SendDtmfTonesFailed\";\n}\n\n/** Successful cancel add participant event. */\nexport interface CancelAddParticipantSucceeded\n /**\n * @deprecated RestCancelAddParticipantSucceeded is deprecated.\n * Use CancelAddParticipantSucceeded instead.\n */\n extends Omit<\n RestCancelAddParticipantSucceeded,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"invitationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Invitation ID used to cancel the add participant request. */\n invitationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CancelAddParticipantSucceeded\";\n}\n\n/** The failed to cancel add participant event. */\nexport interface CancelAddParticipantFailed\n /**\n * @deprecated RestCancelAddParticipantFailed is deprecated.\n * Use CancelAddParticipantFailed instead.\n */\n extends Omit<\n RestCancelAddParticipantFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"invitationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Invitation ID used to cancel the add participant request. */\n invitationId: string;\n /** Contains the resulting SIP code/sub-code and message from NGC services. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CancelAddParticipantFailed\";\n}\n\nexport interface ConnectFailed\n /**\n * @deprecated RestConnectFailed is deprecated.\n * Use ConnectFailed instead.\n */\n extends Omit<\n RestConnectFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"ConnectFailed\";\n}\n\nexport interface HoldFailed\n /**\n * @deprecated RestHoldFailed is deprecated.\n * Use HoldFailed instead.\n */\n extends Omit<\n RestHoldFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"HoldFailed\";\n}\n\nexport interface AnswerFailed\n /**\n * @deprecated RestAnswerFailed is deprecated.\n * Use AnswerFailed instead.\n */\n extends Omit<\n RestAnswerFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"AnswerFailed\";\n}\n\nexport interface CreateCallFailed\n /**\n * @deprecated RestCreateCallFailed is deprecated.\n * Use CreateCallFailed instead.\n */\n extends Omit<\n RestCreateCallFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CreateCallFailed\";\n}\nexport interface TranscriptionStarted\n /**\n * @deprecated RestTranscriptionStarted is deprecated.\n * Use TranscriptionStarted instead.\n */\n extends Omit<\n RestTranscriptionStarted,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: RestResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionStarted\";\n}\n\nexport interface TranscriptionStopped\n /**\n * @deprecated RestTranscriptionStopped is deprecated.\n * Use TranscriptionStopped instead.\n */\n extends Omit<\n RestTranscriptionStopped,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: RestResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionStopped\";\n}\n\nexport interface TranscriptionUpdated\n /**\n * @deprecated RestTranscriptionUpdated is deprecated.\n * Use TranscriptionUpdated instead.\n */\n extends Omit<\n RestTranscriptionUpdated,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: RestResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionUpdated\";\n}\n\nexport interface TranscriptionFailed\n /**\n * @deprecated RestTranscriptionFailed is deprecated.\n * Use TranscriptionFailed instead.\n */\n extends Omit<\n RestTranscriptionFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: RestResultInformation;\n /** kind of this event. */\n kind: \"TranscriptionFailed\";\n}\n\nexport interface MediaStreamingStarted\n /**\n * @deprecated RestMediaStreamingStarted is deprecated.\n * Use MediaStreamingStarted instead.\n */\n extends Omit<\n RestMediaStreamingStarted,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingStarted\";\n}\n\nexport interface MediaStreamingStopped\n /**\n * @deprecated RestMediaStreamingStopped is deprecated.\n * Use MediaStreamingStopped instead.\n */\n extends Omit<\n RestMediaStreamingStopped,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingStopped\";\n}\n\nexport interface MediaStreamingFailed\n /**\n * @deprecated RestMediaStreamingFailed is deprecated.\n * Use MediaStreamingFailed instead.\n */\n extends Omit<\n RestMediaStreamingFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"MediaStreamingFailed\";\n}\n\nexport interface CreateCallFailed\n /**\n * @deprecated RestCreateCallFailed is deprecated.\n * Use CreateCallFailed instead.\n */\n extends Omit<\n RestCreateCallFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"CreateCallFailed\";\n}\nexport interface AnswerFailed\n /**\n * @deprecated RestAnswerFailed is deprecated.\n * Use AnswerFailed instead.\n */\n extends Omit<\n RestAnswerFailed,\n \"callConnectionId\" | \"serverCallId\" | \"correlationId\" | \"resultInformation\"\n > {\n /** Call connection ID. */\n callConnectionId: string;\n /** Server call ID. */\n serverCallId: string;\n /** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */\n correlationId: string;\n /** Contains the resulting SIP code, sub-code and message. */\n resultInformation?: ResultInformation;\n /** kind of this event. */\n kind: \"AnswerFailed\";\n}\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;AAAA;AAAA;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,11 +1,29 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var logger_exports = {};
|
|
19
|
+
__export(logger_exports, {
|
|
20
|
+
logger: () => logger
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(logger_exports);
|
|
23
|
+
var import_logger = require("@azure/logger");
|
|
24
|
+
const logger = (0, import_logger.createClientLogger)("communication-call-automation");
|
|
25
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
26
|
+
0 && (module.exports = {
|
|
27
|
+
logger
|
|
28
|
+
});
|
|
29
|
+
//# sourceMappingURL=logger.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/models/logger.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { createClientLogger } from \"@azure/logger\";\n\n/**\n * The \\@azure/logger configuration for this package.\n */\nexport const logger = createClientLogger(\"communication-call-automation\");\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,oBAAmC;AAK5B,MAAM,aAAS,kCAAmB,+BAA+B;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,79 +1,100 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
name: "Composite",
|
|
9
|
-
className: "CloudEvent",
|
|
10
|
-
additionalProperties: { type: { name: "Object" } },
|
|
11
|
-
modelProperties: {
|
|
12
|
-
id: {
|
|
13
|
-
serializedName: "id",
|
|
14
|
-
required: true,
|
|
15
|
-
type: {
|
|
16
|
-
name: "String",
|
|
17
|
-
},
|
|
18
|
-
},
|
|
19
|
-
source: {
|
|
20
|
-
serializedName: "source",
|
|
21
|
-
required: true,
|
|
22
|
-
type: {
|
|
23
|
-
name: "String",
|
|
24
|
-
},
|
|
25
|
-
},
|
|
26
|
-
data: {
|
|
27
|
-
serializedName: "data",
|
|
28
|
-
type: {
|
|
29
|
-
name: "any",
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
dataBase64: {
|
|
33
|
-
serializedName: "data_base64",
|
|
34
|
-
type: {
|
|
35
|
-
name: "ByteArray",
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
|
-
type: {
|
|
39
|
-
serializedName: "type",
|
|
40
|
-
required: true,
|
|
41
|
-
type: {
|
|
42
|
-
name: "String",
|
|
43
|
-
},
|
|
44
|
-
},
|
|
45
|
-
time: {
|
|
46
|
-
serializedName: "time",
|
|
47
|
-
type: {
|
|
48
|
-
name: "DateTime",
|
|
49
|
-
},
|
|
50
|
-
},
|
|
51
|
-
specversion: {
|
|
52
|
-
serializedName: "specversion",
|
|
53
|
-
required: true,
|
|
54
|
-
type: {
|
|
55
|
-
name: "String",
|
|
56
|
-
},
|
|
57
|
-
},
|
|
58
|
-
dataschema: {
|
|
59
|
-
serializedName: "dataschema",
|
|
60
|
-
type: {
|
|
61
|
-
name: "String",
|
|
62
|
-
},
|
|
63
|
-
},
|
|
64
|
-
datacontenttype: {
|
|
65
|
-
serializedName: "datacontenttype",
|
|
66
|
-
type: {
|
|
67
|
-
name: "String",
|
|
68
|
-
},
|
|
69
|
-
},
|
|
70
|
-
subject: {
|
|
71
|
-
serializedName: "subject",
|
|
72
|
-
type: {
|
|
73
|
-
name: "String",
|
|
74
|
-
},
|
|
75
|
-
},
|
|
76
|
-
},
|
|
77
|
-
},
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
78
8
|
};
|
|
79
|
-
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var mapper_exports = {};
|
|
19
|
+
__export(mapper_exports, {
|
|
20
|
+
CloudEventMapper: () => CloudEventMapper
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(mapper_exports);
|
|
23
|
+
const CloudEventMapper = {
|
|
24
|
+
type: {
|
|
25
|
+
name: "Composite",
|
|
26
|
+
className: "CloudEvent",
|
|
27
|
+
additionalProperties: { type: { name: "Object" } },
|
|
28
|
+
modelProperties: {
|
|
29
|
+
id: {
|
|
30
|
+
serializedName: "id",
|
|
31
|
+
required: true,
|
|
32
|
+
type: {
|
|
33
|
+
name: "String"
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
source: {
|
|
37
|
+
serializedName: "source",
|
|
38
|
+
required: true,
|
|
39
|
+
type: {
|
|
40
|
+
name: "String"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
data: {
|
|
44
|
+
serializedName: "data",
|
|
45
|
+
type: {
|
|
46
|
+
name: "any"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
dataBase64: {
|
|
50
|
+
serializedName: "data_base64",
|
|
51
|
+
type: {
|
|
52
|
+
name: "ByteArray"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
type: {
|
|
56
|
+
serializedName: "type",
|
|
57
|
+
required: true,
|
|
58
|
+
type: {
|
|
59
|
+
name: "String"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
time: {
|
|
63
|
+
serializedName: "time",
|
|
64
|
+
type: {
|
|
65
|
+
name: "DateTime"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
specversion: {
|
|
69
|
+
serializedName: "specversion",
|
|
70
|
+
required: true,
|
|
71
|
+
type: {
|
|
72
|
+
name: "String"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
dataschema: {
|
|
76
|
+
serializedName: "dataschema",
|
|
77
|
+
type: {
|
|
78
|
+
name: "String"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
datacontenttype: {
|
|
82
|
+
serializedName: "datacontenttype",
|
|
83
|
+
type: {
|
|
84
|
+
name: "String"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
subject: {
|
|
88
|
+
serializedName: "subject",
|
|
89
|
+
type: {
|
|
90
|
+
name: "String"
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
};
|
|
96
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
97
|
+
0 && (module.exports = {
|
|
98
|
+
CloudEventMapper
|
|
99
|
+
});
|
|
100
|
+
//# sourceMappingURL=mapper.js.map
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/models/mapper.ts"],
|
|
4
|
+
"sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { CompositeMapper } from \"@azure/core-client\";\n\nexport const CloudEventMapper: CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudEvent\",\n additionalProperties: { type: { name: \"Object\" } },\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n source: {\n serializedName: \"source\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n data: {\n serializedName: \"data\",\n type: {\n name: \"any\",\n },\n },\n dataBase64: {\n serializedName: \"data_base64\",\n type: {\n name: \"ByteArray\",\n },\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n time: {\n serializedName: \"time\",\n type: {\n name: \"DateTime\",\n },\n },\n specversion: {\n serializedName: \"specversion\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n dataschema: {\n serializedName: \"dataschema\",\n type: {\n name: \"String\",\n },\n },\n datacontenttype: {\n serializedName: \"datacontenttype\",\n type: {\n name: \"String\",\n },\n },\n subject: {\n serializedName: \"subject\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAKO,MAAM,mBAAoC;AAAA,EAC/C,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,WAAW;AAAA,IACX,sBAAsB,EAAE,MAAM,EAAE,MAAM,SAAS,EAAE;AAAA,IACjD,iBAAiB;AAAA,MACf,IAAI;AAAA,QACF,gBAAgB;AAAA,QAChB,UAAU;AAAA,QACV,MAAM;AAAA,UACJ,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,QAAQ;AAAA,QACN,gBAAgB;AAAA,QAChB,UAAU;AAAA,QACV,MAAM;AAAA,UACJ,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,MAAM;AAAA,QACJ,gBAAgB;AAAA,QAChB,MAAM;AAAA,UACJ,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,YAAY;AAAA,QACV,gBAAgB;AAAA,QAChB,MAAM;AAAA,UACJ,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,MAAM;AAAA,QACJ,gBAAgB;AAAA,QAChB,UAAU;AAAA,QACV,MAAM;AAAA,UACJ,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,MAAM;AAAA,QACJ,gBAAgB;AAAA,QAChB,MAAM;AAAA,UACJ,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,aAAa;AAAA,QACX,gBAAgB;AAAA,QAChB,UAAU;AAAA,QACV,MAAM;AAAA,UACJ,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,YAAY;AAAA,QACV,gBAAgB;AAAA,QAChB,MAAM;AAAA,UACJ,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,iBAAiB;AAAA,QACf,gBAAgB;AAAA,QAChB,MAAM;AAAA,UACJ,MAAM;AAAA,QACR;AAAA,MACF;AAAA,MACA,SAAS;AAAA,QACP,gBAAgB;AAAA,QAChB,MAAM;AAAA,UACJ,MAAM;AAAA,QACR;AAAA,MACF;AAAA,IACF;AAAA,EACF;AACF;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { CommunicationIdentifier, CommunicationUserIdentifier, MicrosoftTeamsUserIdentifier, MicrosoftTeamsAppIdentifier, PhoneNumberIdentifier, TeamsExtensionUserIdentifier } from "@azure/communication-common";
|
|
2
|
-
import type { CallConnectionStateModel, MediaStreamingSubscription, TranscriptionSubscription, MediaStreamingAudioChannelType, MediaStreamingContentType, AudioFormat
|
|
3
|
-
export { CallConnectionStateModel, CallRejectReason, KnownCallRejectReason, KnownMediaStreamingAudioChannelType, KnownMediaStreamingContentType, KnownStreamingTransportType, RecognitionType, ChoiceResult, DtmfResult, SpeechResult, RecordingState, Tone, MediaStreamingAudioChannelType, MediaStreamingContentType, AudioFormat, TranscriptionUpdate, MediaStreamingUpdate, } from "../generated/src/models/index.js";
|
|
2
|
+
import type { CallConnectionStateModel, MediaStreamingSubscription, TranscriptionSubscription, MediaStreamingAudioChannelType, MediaStreamingContentType, AudioFormat } from "../generated/src/index.js";
|
|
3
|
+
export { type CallConnectionStateModel, type CallRejectReason, KnownCallRejectReason, KnownMediaStreamingAudioChannelType, KnownMediaStreamingContentType, KnownStreamingTransportType, type RecognitionType, type ChoiceResult, type DtmfResult, type SpeechResult, type RecordingState, type Tone, type MediaStreamingAudioChannelType, type MediaStreamingContentType, type AudioFormat, type TranscriptionUpdate, type MediaStreamingUpdate, } from "../generated/src/models/index.js";
|
|
4
4
|
/** Properties of a call connection */
|
|
5
5
|
export interface CallConnectionProperties {
|
|
6
6
|
/** The call connection id. */
|
|
@@ -174,15 +174,19 @@ interface CustomCallingContextHeader {
|
|
|
174
174
|
}
|
|
175
175
|
/** VOIP header. */
|
|
176
176
|
export interface VoipHeader extends CustomCallingContextHeader {
|
|
177
|
+
/** Discriminator for VOIP header entries. */
|
|
177
178
|
kind: "voip";
|
|
178
179
|
}
|
|
179
180
|
/** SIP User To User header. */
|
|
180
181
|
export interface SipUserToUserHeader extends CustomCallingContextHeader {
|
|
182
|
+
/** Discriminator for SIP User-To-User header entries. */
|
|
181
183
|
kind: "sipuui";
|
|
182
184
|
}
|
|
183
185
|
/** SIP Custom header. */
|
|
184
186
|
export interface SipCustomHeader extends CustomCallingContextHeader {
|
|
187
|
+
/** Discriminator for SIP custom header entries. */
|
|
185
188
|
kind: "sipx";
|
|
189
|
+
/** Optional prefix for custom SIP headers. */
|
|
186
190
|
sipHeaderPrefix?: SipHeaderPrefix;
|
|
187
191
|
}
|
|
188
192
|
/** The type of the Sip header prefix. */
|
|
@@ -215,7 +219,7 @@ export interface MediaStreamingOptions {
|
|
|
215
219
|
/** Options for media streaming. */
|
|
216
220
|
export interface TranscriptionOptions {
|
|
217
221
|
/** Specifies the Locale used for transcription, e.g., en-CA or en-AU. */
|
|
218
|
-
locale
|
|
222
|
+
locale: string;
|
|
219
223
|
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
220
224
|
transportType: "websocket";
|
|
221
225
|
/** The URL used for live transcription transport. */
|
|
@@ -226,35 +230,10 @@ export interface TranscriptionOptions {
|
|
|
226
230
|
startTranscription?: boolean;
|
|
227
231
|
/** Enables intermediate results for the transcribed speech. */
|
|
228
232
|
enableIntermediateResults?: boolean;
|
|
229
|
-
/** PII redaction configuration options. */
|
|
230
|
-
piiRedactionOptions?: PiiRedactionOptions;
|
|
231
|
-
/** Indicating if sentiment analysis should be enabled. */
|
|
232
|
-
enableSentimentAnalysis?: boolean;
|
|
233
|
-
/**
|
|
234
|
-
* List of locales for Language Identification.
|
|
235
|
-
* Supports upto 4 locales in the format: ["en-us", "fr-fr", "hi-in"] etc.
|
|
236
|
-
*/
|
|
237
|
-
locales?: string[];
|
|
238
|
-
/** Summarization configuration options. */
|
|
239
|
-
summarizationOptions?: SummarizationOptions;
|
|
240
|
-
}
|
|
241
|
-
/** PII redaction configuration options. */
|
|
242
|
-
export interface PiiRedactionOptions {
|
|
243
|
-
/** Value indicating if PII redaction is enabled. */
|
|
244
|
-
enable?: boolean;
|
|
245
|
-
/** Value indicating the PII redaction type to be used. */
|
|
246
|
-
redactionType?: RedactionType;
|
|
247
|
-
}
|
|
248
|
-
/** Configuration options for call summarization. */
|
|
249
|
-
export interface SummarizationOptions {
|
|
250
|
-
/** Indicating whether end call summary should be enabled. */
|
|
251
|
-
enableEndCallSummary?: boolean;
|
|
252
|
-
/** Locale for summarization (e.g., en-US). */
|
|
253
|
-
locale?: string;
|
|
254
233
|
}
|
|
255
234
|
/** Teams phone call details */
|
|
256
235
|
export interface TeamsPhoneCallDetails {
|
|
257
|
-
kind: "
|
|
236
|
+
kind: "TeamsPhoneCallDetails";
|
|
258
237
|
/** Container for details relating to the original caller of the call */
|
|
259
238
|
teamsPhoneCallerDetails?: TeamsPhoneCallerDetails;
|
|
260
239
|
/** Container for details relating to the entity responsible for the creation of these call details */
|