@azure/communication-call-automation 1.6.0-alpha.20250711.2 → 1.6.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -48
- package/dist/browser/callAutomationClient.d.ts +0 -8
- package/dist/browser/callAutomationClient.d.ts.map +1 -1
- package/dist/browser/callAutomationClient.js +87 -141
- package/dist/browser/callAutomationClient.js.map +1 -1
- package/dist/browser/callAutomationEventParser.d.ts.map +1 -1
- package/dist/browser/callAutomationEventParser.js +22 -54
- package/dist/browser/callAutomationEventParser.js.map +1 -1
- package/dist/browser/callConnection.d.ts +12 -14
- package/dist/browser/callConnection.d.ts.map +1 -1
- package/dist/browser/callConnection.js +111 -183
- package/dist/browser/callConnection.js.map +1 -1
- package/dist/browser/callMedia.d.ts +15 -20
- package/dist/browser/callMedia.d.ts.map +1 -1
- package/dist/browser/callMedia.js +58 -177
- package/dist/browser/callMedia.js.map +1 -1
- package/dist/browser/callRecording.d.ts +2 -8
- package/dist/browser/callRecording.d.ts.map +1 -1
- package/dist/browser/callRecording.js +16 -26
- package/dist/browser/callRecording.js.map +1 -1
- package/dist/browser/contentDownloader.js +11 -12
- package/dist/browser/contentDownloader.js.map +1 -1
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
- package/dist/browser/credential/callAutomationAuthPolicy.js +1 -1
- package/dist/browser/credential/callAutomationAuthPolicy.js.map +1 -1
- package/dist/browser/credential/cryptoUtils-browser.mjs.map +1 -1
- package/dist/browser/credential/cryptoUtils.js +1 -2
- package/dist/browser/generated/src/callAutomationApiClient.d.ts +1 -2
- package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +1 -1
- package/dist/browser/generated/src/callAutomationApiClient.js +14 -6
- package/dist/browser/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/browser/generated/src/models/index.d.ts +534 -1064
- package/dist/browser/generated/src/models/index.d.ts.map +1 -1
- package/dist/browser/generated/src/models/index.js +87 -159
- package/dist/browser/generated/src/models/index.js.map +1 -1
- package/dist/browser/generated/src/models/mappers.d.ts +58 -86
- package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/browser/generated/src/models/mappers.js +1173 -2159
- package/dist/browser/generated/src/models/mappers.js.map +1 -1
- package/dist/browser/generated/src/models/parameters.d.ts +2 -7
- package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/browser/generated/src/models/parameters.js +10 -41
- package/dist/browser/generated/src/models/parameters.js.map +1 -1
- package/dist/browser/generated/src/operations/callConnection.d.ts +2 -9
- package/dist/browser/generated/src/operations/callConnection.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/callConnection.js +24 -73
- package/dist/browser/generated/src/operations/callConnection.js.map +1 -1
- package/dist/browser/generated/src/operations/callMedia.d.ts +15 -15
- package/dist/browser/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/callMedia.js +51 -50
- package/dist/browser/generated/src/operations/callMedia.js.map +1 -1
- package/dist/browser/generated/src/operations/callRecording.d.ts +1 -7
- package/dist/browser/generated/src/operations/callRecording.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/callRecording.js +1 -24
- package/dist/browser/generated/src/operations/callRecording.js.map +1 -1
- package/dist/browser/generated/src/operations/index.d.ts +0 -1
- package/dist/browser/generated/src/operations/index.d.ts.map +1 -1
- package/dist/browser/generated/src/operations/index.js +0 -1
- package/dist/browser/generated/src/operations/index.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
- package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
- package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
- package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/callRecording.js.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts +0 -1
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/generated/src/operationsInterfaces/index.js +0 -1
- package/dist/browser/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/generated/src/pagingHelper.js +2 -4
- package/dist/browser/generated/src/pagingHelper.js.map +1 -1
- package/dist/browser/index.d.ts +0 -2
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +0 -2
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/constants.js +1 -1
- package/dist/browser/models/constants.js.map +1 -1
- package/dist/browser/models/events.d.ts +136 -195
- package/dist/browser/models/events.d.ts.map +1 -1
- package/dist/browser/models/events.js.map +1 -1
- package/dist/browser/models/models.d.ts +76 -39
- package/dist/browser/models/models.d.ts.map +1 -1
- package/dist/browser/models/models.js +1 -3
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/models/options.d.ts +64 -30
- package/dist/browser/models/options.d.ts.map +1 -1
- package/dist/browser/models/options.js.map +1 -1
- package/dist/browser/models/responses.d.ts +19 -82
- package/dist/browser/models/responses.d.ts.map +1 -1
- package/dist/browser/models/responses.js.map +1 -1
- package/dist/browser/models/streaming.d.ts +38 -28
- package/dist/browser/models/streaming.d.ts.map +1 -1
- package/dist/browser/models/streaming.js +28 -57
- package/dist/browser/models/streaming.js.map +1 -1
- package/dist/browser/streamingData.d.ts.map +1 -1
- package/dist/browser/streamingData.js +15 -1
- package/dist/browser/streamingData.js.map +1 -1
- package/dist/browser/utli/converters.d.ts +1 -1
- package/dist/browser/utli/converters.d.ts.map +1 -1
- package/dist/browser/utli/converters.js +48 -9
- package/dist/browser/utli/converters.js.map +1 -1
- package/dist/commonjs/callAutomationClient.d.ts +0 -8
- package/dist/commonjs/callAutomationClient.d.ts.map +1 -1
- package/dist/commonjs/callAutomationClient.js +85 -139
- package/dist/commonjs/callAutomationClient.js.map +1 -1
- package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
- package/dist/commonjs/callAutomationEventParser.js +21 -53
- package/dist/commonjs/callAutomationEventParser.js.map +1 -1
- package/dist/commonjs/callConnection.d.ts +12 -14
- package/dist/commonjs/callConnection.d.ts.map +1 -1
- package/dist/commonjs/callConnection.js +113 -185
- package/dist/commonjs/callConnection.js.map +1 -1
- package/dist/commonjs/callMedia.d.ts +15 -20
- package/dist/commonjs/callMedia.d.ts.map +1 -1
- package/dist/commonjs/callMedia.js +66 -185
- package/dist/commonjs/callMedia.js.map +1 -1
- package/dist/commonjs/callRecording.d.ts +2 -8
- package/dist/commonjs/callRecording.d.ts.map +1 -1
- package/dist/commonjs/callRecording.js +17 -27
- package/dist/commonjs/callRecording.js.map +1 -1
- package/dist/commonjs/contentDownloader.js +11 -12
- package/dist/commonjs/contentDownloader.js.map +1 -1
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
- package/dist/commonjs/credential/callAutomationAuthPolicy.js +1 -1
- package/dist/commonjs/credential/callAutomationAuthPolicy.js.map +1 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +1 -2
- package/dist/commonjs/generated/src/callAutomationApiClient.d.ts.map +1 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.js +13 -5
- package/dist/commonjs/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/commonjs/generated/src/models/index.d.ts +534 -1064
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js +88 -160
- package/dist/commonjs/generated/src/models/index.js.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.d.ts +58 -86
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.js +1176 -2162
- package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts +2 -7
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +10 -41
- package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callConnection.d.ts +2 -9
- package/dist/commonjs/generated/src/operations/callConnection.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/callConnection.js +24 -72
- package/dist/commonjs/generated/src/operations/callConnection.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callMedia.d.ts +15 -15
- package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/callMedia.js +51 -50
- package/dist/commonjs/generated/src/operations/callMedia.js.map +1 -1
- package/dist/commonjs/generated/src/operations/callRecording.d.ts +1 -7
- package/dist/commonjs/generated/src/operations/callRecording.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/callRecording.js +1 -24
- package/dist/commonjs/generated/src/operations/callRecording.js.map +1 -1
- package/dist/commonjs/generated/src/operations/index.d.ts +0 -1
- package/dist/commonjs/generated/src/operations/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/index.js +0 -1
- package/dist/commonjs/generated/src/operations/index.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts +0 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +0 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/generated/src/pagingHelper.js +2 -4
- package/dist/commonjs/generated/src/pagingHelper.js.map +1 -1
- package/dist/commonjs/index.d.ts +0 -2
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +0 -2
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/models/constants.js +1 -1
- package/dist/commonjs/models/constants.js.map +1 -1
- package/dist/commonjs/models/events.d.ts +136 -195
- package/dist/commonjs/models/events.d.ts.map +1 -1
- package/dist/commonjs/models/events.js.map +1 -1
- package/dist/commonjs/models/models.d.ts +76 -39
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +2 -21
- package/dist/commonjs/models/models.js.map +1 -1
- package/dist/commonjs/models/options.d.ts +64 -30
- package/dist/commonjs/models/options.d.ts.map +1 -1
- package/dist/commonjs/models/options.js.map +1 -1
- package/dist/commonjs/models/responses.d.ts +19 -82
- package/dist/commonjs/models/responses.d.ts.map +1 -1
- package/dist/commonjs/models/responses.js.map +1 -1
- package/dist/commonjs/models/streaming.d.ts +38 -28
- package/dist/commonjs/models/streaming.d.ts.map +1 -1
- package/dist/commonjs/models/streaming.js +31 -59
- package/dist/commonjs/models/streaming.js.map +1 -1
- package/dist/commonjs/streamingData.d.ts.map +1 -1
- package/dist/commonjs/streamingData.js +15 -1
- package/dist/commonjs/streamingData.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/commonjs/utli/converters.d.ts +1 -1
- package/dist/commonjs/utli/converters.d.ts.map +1 -1
- package/dist/commonjs/utli/converters.js +47 -8
- package/dist/commonjs/utli/converters.js.map +1 -1
- package/dist/esm/callAutomationClient.d.ts +0 -8
- package/dist/esm/callAutomationClient.d.ts.map +1 -1
- package/dist/esm/callAutomationClient.js +87 -141
- package/dist/esm/callAutomationClient.js.map +1 -1
- package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
- package/dist/esm/callAutomationEventParser.js +22 -54
- package/dist/esm/callAutomationEventParser.js.map +1 -1
- package/dist/esm/callConnection.d.ts +12 -14
- package/dist/esm/callConnection.d.ts.map +1 -1
- package/dist/esm/callConnection.js +111 -183
- package/dist/esm/callConnection.js.map +1 -1
- package/dist/esm/callMedia.d.ts +15 -20
- package/dist/esm/callMedia.d.ts.map +1 -1
- package/dist/esm/callMedia.js +58 -177
- package/dist/esm/callMedia.js.map +1 -1
- package/dist/esm/callRecording.d.ts +2 -8
- package/dist/esm/callRecording.d.ts.map +1 -1
- package/dist/esm/callRecording.js +16 -26
- package/dist/esm/callRecording.js.map +1 -1
- package/dist/esm/contentDownloader.js +11 -12
- package/dist/esm/contentDownloader.js.map +1 -1
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
- package/dist/esm/credential/callAutomationAuthPolicy.js +1 -1
- package/dist/esm/credential/callAutomationAuthPolicy.js.map +1 -1
- package/dist/esm/generated/src/callAutomationApiClient.d.ts +1 -2
- package/dist/esm/generated/src/callAutomationApiClient.d.ts.map +1 -1
- package/dist/esm/generated/src/callAutomationApiClient.js +14 -6
- package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +534 -1064
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- package/dist/esm/generated/src/models/index.js +87 -159
- package/dist/esm/generated/src/models/index.js.map +1 -1
- package/dist/esm/generated/src/models/mappers.d.ts +58 -86
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/esm/generated/src/models/mappers.js +1173 -2159
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.d.ts +2 -7
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +10 -41
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/operations/callConnection.d.ts +2 -9
- package/dist/esm/generated/src/operations/callConnection.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/callConnection.js +24 -73
- package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
- package/dist/esm/generated/src/operations/callMedia.d.ts +15 -15
- package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/callMedia.js +51 -50
- package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
- package/dist/esm/generated/src/operations/callRecording.d.ts +1 -7
- package/dist/esm/generated/src/operations/callRecording.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/callRecording.js +1 -24
- package/dist/esm/generated/src/operations/callRecording.js.map +1 -1
- package/dist/esm/generated/src/operations/index.d.ts +0 -1
- package/dist/esm/generated/src/operations/index.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/index.js +0 -1
- package/dist/esm/generated/src/operations/index.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
- package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
- 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/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
- package/dist/esm/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callRecording.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts +0 -1
- package/dist/esm/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/index.js +0 -1
- package/dist/esm/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/generated/src/pagingHelper.js +2 -4
- package/dist/esm/generated/src/pagingHelper.js.map +1 -1
- package/dist/esm/index.d.ts +0 -2
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/constants.js +1 -1
- package/dist/esm/models/constants.js.map +1 -1
- package/dist/esm/models/events.d.ts +136 -195
- 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 +76 -39
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js +1 -3
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/models/options.d.ts +64 -30
- package/dist/esm/models/options.d.ts.map +1 -1
- package/dist/esm/models/options.js.map +1 -1
- package/dist/esm/models/responses.d.ts +19 -82
- package/dist/esm/models/responses.d.ts.map +1 -1
- package/dist/esm/models/responses.js.map +1 -1
- package/dist/esm/models/streaming.d.ts +38 -28
- package/dist/esm/models/streaming.d.ts.map +1 -1
- package/dist/esm/models/streaming.js +28 -57
- package/dist/esm/models/streaming.js.map +1 -1
- package/dist/esm/streamingData.d.ts.map +1 -1
- package/dist/esm/streamingData.js +15 -1
- package/dist/esm/streamingData.js.map +1 -1
- package/dist/esm/utli/converters.d.ts +1 -1
- package/dist/esm/utli/converters.d.ts.map +1 -1
- package/dist/esm/utli/converters.js +48 -9
- package/dist/esm/utli/converters.js.map +1 -1
- package/dist/react-native/callAutomationClient.d.ts +0 -8
- package/dist/react-native/callAutomationClient.d.ts.map +1 -1
- package/dist/react-native/callAutomationClient.js +87 -141
- package/dist/react-native/callAutomationClient.js.map +1 -1
- package/dist/react-native/callAutomationEventParser.d.ts.map +1 -1
- package/dist/react-native/callAutomationEventParser.js +22 -54
- package/dist/react-native/callAutomationEventParser.js.map +1 -1
- package/dist/react-native/callConnection.d.ts +12 -14
- package/dist/react-native/callConnection.d.ts.map +1 -1
- package/dist/react-native/callConnection.js +111 -183
- package/dist/react-native/callConnection.js.map +1 -1
- package/dist/react-native/callMedia.d.ts +15 -20
- package/dist/react-native/callMedia.d.ts.map +1 -1
- package/dist/react-native/callMedia.js +58 -177
- package/dist/react-native/callMedia.js.map +1 -1
- package/dist/react-native/callRecording.d.ts +2 -8
- package/dist/react-native/callRecording.d.ts.map +1 -1
- package/dist/react-native/callRecording.js +16 -26
- package/dist/react-native/callRecording.js.map +1 -1
- package/dist/react-native/contentDownloader.js +11 -12
- package/dist/react-native/contentDownloader.js.map +1 -1
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js +1 -2
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js.map +1 -1
- package/dist/react-native/credential/callAutomationAuthPolicy.js +1 -1
- package/dist/react-native/credential/callAutomationAuthPolicy.js.map +1 -1
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts +1 -2
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +1 -1
- package/dist/react-native/generated/src/callAutomationApiClient.js +14 -6
- package/dist/react-native/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/react-native/generated/src/models/index.d.ts +534 -1064
- package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/index.js +87 -159
- package/dist/react-native/generated/src/models/index.js.map +1 -1
- package/dist/react-native/generated/src/models/mappers.d.ts +58 -86
- package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/mappers.js +1173 -2159
- package/dist/react-native/generated/src/models/mappers.js.map +1 -1
- package/dist/react-native/generated/src/models/parameters.d.ts +2 -7
- package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/react-native/generated/src/models/parameters.js +10 -41
- package/dist/react-native/generated/src/models/parameters.js.map +1 -1
- package/dist/react-native/generated/src/operations/callConnection.d.ts +2 -9
- package/dist/react-native/generated/src/operations/callConnection.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/callConnection.js +24 -73
- package/dist/react-native/generated/src/operations/callConnection.js.map +1 -1
- package/dist/react-native/generated/src/operations/callMedia.d.ts +15 -15
- package/dist/react-native/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/callMedia.js +51 -50
- package/dist/react-native/generated/src/operations/callMedia.js.map +1 -1
- package/dist/react-native/generated/src/operations/callRecording.d.ts +1 -7
- package/dist/react-native/generated/src/operations/callRecording.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/callRecording.js +1 -24
- package/dist/react-native/generated/src/operations/callRecording.js.map +1 -1
- package/dist/react-native/generated/src/operations/index.d.ts +0 -1
- package/dist/react-native/generated/src/operations/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/operations/index.js +0 -1
- package/dist/react-native/generated/src/operations/index.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +2 -9
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +15 -15
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts +1 -7
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.js.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.js +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/generated/src/pagingHelper.js +2 -4
- package/dist/react-native/generated/src/pagingHelper.js.map +1 -1
- package/dist/react-native/index.d.ts +0 -2
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +0 -2
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/models/constants.js +1 -1
- package/dist/react-native/models/constants.js.map +1 -1
- package/dist/react-native/models/events.d.ts +136 -195
- package/dist/react-native/models/events.d.ts.map +1 -1
- package/dist/react-native/models/events.js.map +1 -1
- package/dist/react-native/models/models.d.ts +76 -39
- package/dist/react-native/models/models.d.ts.map +1 -1
- package/dist/react-native/models/models.js +1 -3
- package/dist/react-native/models/models.js.map +1 -1
- package/dist/react-native/models/options.d.ts +64 -30
- package/dist/react-native/models/options.d.ts.map +1 -1
- package/dist/react-native/models/options.js.map +1 -1
- package/dist/react-native/models/responses.d.ts +19 -82
- package/dist/react-native/models/responses.d.ts.map +1 -1
- package/dist/react-native/models/responses.js.map +1 -1
- package/dist/react-native/models/streaming.d.ts +38 -28
- package/dist/react-native/models/streaming.d.ts.map +1 -1
- package/dist/react-native/models/streaming.js +28 -57
- package/dist/react-native/models/streaming.js.map +1 -1
- package/dist/react-native/streamingData.d.ts.map +1 -1
- package/dist/react-native/streamingData.js +15 -1
- package/dist/react-native/streamingData.js.map +1 -1
- package/dist/react-native/utli/converters.d.ts +1 -1
- package/dist/react-native/utli/converters.d.ts.map +1 -1
- package/dist/react-native/utli/converters.js +48 -9
- package/dist/react-native/utli/converters.js.map +1 -1
- package/package.json +35 -36
- package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
- package/dist/browser/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
- package/dist/browser/eventprocessor/callAutomationEventProcessor.js +0 -137
- package/dist/browser/eventprocessor/callAutomationEventProcessor.js.map +0 -1
- package/dist/browser/eventprocessor/eventResponses.d.ts +0 -134
- package/dist/browser/eventprocessor/eventResponses.d.ts.map +0 -1
- package/dist/browser/eventprocessor/eventResponses.js +0 -4
- package/dist/browser/eventprocessor/eventResponses.js.map +0 -1
- package/dist/browser/generated/src/operations/callDialog.d.ts +0 -35
- package/dist/browser/generated/src/operations/callDialog.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/callDialog.js +0 -111
- package/dist/browser/generated/src/operations/callDialog.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
- package/dist/browser/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callDialog.js +0 -9
- package/dist/browser/generated/src/operationsInterfaces/callDialog.js.map +0 -1
- package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
- package/dist/commonjs/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
- package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js +0 -141
- package/dist/commonjs/eventprocessor/callAutomationEventProcessor.js.map +0 -1
- package/dist/commonjs/eventprocessor/eventResponses.d.ts +0 -134
- package/dist/commonjs/eventprocessor/eventResponses.d.ts.map +0 -1
- package/dist/commonjs/eventprocessor/eventResponses.js +0 -5
- package/dist/commonjs/eventprocessor/eventResponses.js.map +0 -1
- package/dist/commonjs/generated/src/operations/callDialog.d.ts +0 -35
- package/dist/commonjs/generated/src/operations/callDialog.d.ts.map +0 -1
- package/dist/commonjs/generated/src/operations/callDialog.js +0 -116
- package/dist/commonjs/generated/src/operations/callDialog.js.map +0 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
- package/dist/commonjs/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js +0 -10
- package/dist/commonjs/generated/src/operationsInterfaces/callDialog.js.map +0 -1
- package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
- package/dist/esm/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
- package/dist/esm/eventprocessor/callAutomationEventProcessor.js +0 -137
- package/dist/esm/eventprocessor/callAutomationEventProcessor.js.map +0 -1
- package/dist/esm/eventprocessor/eventResponses.d.ts +0 -134
- package/dist/esm/eventprocessor/eventResponses.d.ts.map +0 -1
- package/dist/esm/eventprocessor/eventResponses.js +0 -4
- package/dist/esm/eventprocessor/eventResponses.js.map +0 -1
- package/dist/esm/generated/src/operations/callDialog.d.ts +0 -35
- package/dist/esm/generated/src/operations/callDialog.d.ts.map +0 -1
- package/dist/esm/generated/src/operations/callDialog.js +0 -111
- package/dist/esm/generated/src/operations/callDialog.js.map +0 -1
- package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
- package/dist/esm/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
- package/dist/esm/generated/src/operationsInterfaces/callDialog.js +0 -9
- package/dist/esm/generated/src/operationsInterfaces/callDialog.js.map +0 -1
- package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts +0 -39
- package/dist/react-native/eventprocessor/callAutomationEventProcessor.d.ts.map +0 -1
- package/dist/react-native/eventprocessor/callAutomationEventProcessor.js +0 -137
- package/dist/react-native/eventprocessor/callAutomationEventProcessor.js.map +0 -1
- package/dist/react-native/eventprocessor/eventResponses.d.ts +0 -134
- package/dist/react-native/eventprocessor/eventResponses.d.ts.map +0 -1
- package/dist/react-native/eventprocessor/eventResponses.js +0 -4
- package/dist/react-native/eventprocessor/eventResponses.js.map +0 -1
- package/dist/react-native/generated/src/operations/callDialog.d.ts +0 -35
- package/dist/react-native/generated/src/operations/callDialog.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/callDialog.js +0 -111
- package/dist/react-native/generated/src/operations/callDialog.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts +0 -27
- package/dist/react-native/generated/src/operationsInterfaces/callDialog.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callDialog.js +0 -9
- package/dist/react-native/generated/src/operationsInterfaces/callDialog.js.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { CommunicationIdentifier } from "@azure/communication-common";
|
|
2
|
-
import
|
|
2
|
+
import { Tone, ChoiceResult, DtmfResult, RecognitionType, SpeechResult, RecordingKind, MediaStreamingUpdate, TranscriptionUpdate, SipDiagnosticInfo } from "../generated/src/models/index.js";
|
|
3
3
|
import type { CallParticipant, RecordingState, CustomCallingContext } from "./models.js";
|
|
4
4
|
/** Callback events for Call Automation */
|
|
5
|
-
export type CallAutomationEvent = AddParticipantSucceeded | AddParticipantFailed | RemoveParticipantSucceeded | RemoveParticipantFailed |
|
|
5
|
+
export type CallAutomationEvent = AddParticipantSucceeded | AddParticipantFailed | RemoveParticipantSucceeded | RemoveParticipantFailed | CallConnected | CallDisconnected | CallTransferAccepted | CallTransferFailed | ParticipantsUpdated | RecordingStateChanged | PlayStarted | PlayCompleted | PlayFailed | PlayCanceled | RecognizeCompleted | RecognizeCanceled | RecognizeFailed | ContinuousDtmfRecognitionToneReceived | ContinuousDtmfRecognitionToneFailed | ContinuousDtmfRecognitionStopped | SendDtmfTonesCompleted | SendDtmfTonesFailed | CancelAddParticipantSucceeded | CancelAddParticipantFailed | ConnectFailed | TranscriptionStarted | TranscriptionStopped | TranscriptionUpdated | TranscriptionFailed | HoldFailed | MediaStreamingStarted | MediaStreamingStopped | MediaStreamingFailed | CreateCallFailed | AnswerFailed | StartRecordingFailed | IncomingCall | MoveParticipantSucceeded | MoveParticipantFailed | TranscriptionCallSummaryUpdated;
|
|
6
6
|
export interface ResultInformation {
|
|
7
7
|
/** The error code. */
|
|
8
8
|
code: number;
|
|
@@ -10,6 +10,18 @@ export interface ResultInformation {
|
|
|
10
10
|
subCode: number;
|
|
11
11
|
/** The detailed message of the error. */
|
|
12
12
|
message: string;
|
|
13
|
+
/**
|
|
14
|
+
* Sip response from SBC. This can be helpful to troubleshoot PSTN call if this result was unexpected.
|
|
15
|
+
* This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.
|
|
16
|
+
* Do not solely rely on this information for troubleshooting, as it may not always be available.
|
|
17
|
+
*/
|
|
18
|
+
sipDetails?: SipDiagnosticInfo;
|
|
19
|
+
/**
|
|
20
|
+
* Q850 cause from SBC. This can be helpful to troubleshoot call issues if this result was unexpected.
|
|
21
|
+
* This is only applicable for PSTN calls and will be null if SBC/Carrier does not provide this information.
|
|
22
|
+
* Do not solely rely on this information for troubleshooting, as it may not always be available.
|
|
23
|
+
*/
|
|
24
|
+
q850Details?: SipDiagnosticInfo;
|
|
13
25
|
}
|
|
14
26
|
/** The participant successfully added event. */
|
|
15
27
|
export interface AddParticipantSucceeded {
|
|
@@ -19,7 +31,7 @@ export interface AddParticipantSucceeded {
|
|
|
19
31
|
serverCallId: string;
|
|
20
32
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
21
33
|
correlationId: string;
|
|
22
|
-
/**
|
|
34
|
+
/** Use this to correlate the request to the response event. */
|
|
23
35
|
operationContext?: string;
|
|
24
36
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
25
37
|
resultInformation?: ResultInformation;
|
|
@@ -36,7 +48,7 @@ export interface AddParticipantFailed {
|
|
|
36
48
|
serverCallId: string;
|
|
37
49
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
38
50
|
correlationId: string;
|
|
39
|
-
/**
|
|
51
|
+
/** Use this to correlate the request to the response event. */
|
|
40
52
|
operationContext?: string;
|
|
41
53
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
42
54
|
resultInformation?: ResultInformation;
|
|
@@ -53,7 +65,7 @@ export interface RemoveParticipantSucceeded {
|
|
|
53
65
|
serverCallId: string;
|
|
54
66
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
55
67
|
correlationId: string;
|
|
56
|
-
/**
|
|
68
|
+
/** Use this to correlate the request to the response event. */
|
|
57
69
|
operationContext?: string;
|
|
58
70
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
59
71
|
resultInformation?: ResultInformation;
|
|
@@ -70,7 +82,7 @@ export interface RemoveParticipantFailed {
|
|
|
70
82
|
serverCallId: string;
|
|
71
83
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
72
84
|
correlationId: string;
|
|
73
|
-
/**
|
|
85
|
+
/** Use this to correlate the request to the response event. */
|
|
74
86
|
operationContext?: string;
|
|
75
87
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
76
88
|
resultInformation?: ResultInformation;
|
|
@@ -79,44 +91,6 @@ export interface RemoveParticipantFailed {
|
|
|
79
91
|
/** kind of this event. */
|
|
80
92
|
kind: "RemoveParticipantFailed";
|
|
81
93
|
}
|
|
82
|
-
/** The participant successfully moved event. */
|
|
83
|
-
export interface MoveParticipantSucceeded {
|
|
84
|
-
/** The CallConnectionId for the call you want to move the participant from */
|
|
85
|
-
fromCall?: string;
|
|
86
|
-
/** Call connection ID. */
|
|
87
|
-
callConnectionId: string;
|
|
88
|
-
/** Server call ID. */
|
|
89
|
-
serverCallId: string;
|
|
90
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
91
|
-
correlationId: string;
|
|
92
|
-
/** Used this to correlate the request to the response event. */
|
|
93
|
-
operationContext?: string;
|
|
94
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
95
|
-
resultInformation?: ResultInformation;
|
|
96
|
-
/** The participant in the call. */
|
|
97
|
-
participant?: CommunicationIdentifier;
|
|
98
|
-
/** kind of this event. */
|
|
99
|
-
kind: "MoveParticipantSucceeded";
|
|
100
|
-
}
|
|
101
|
-
/** The failed to move participant event. */
|
|
102
|
-
export interface MoveParticipantFailed {
|
|
103
|
-
/** The CallConnectionId for the call you want to move the participant from */
|
|
104
|
-
fromCall?: string;
|
|
105
|
-
/** Call connection ID. */
|
|
106
|
-
callConnectionId: string;
|
|
107
|
-
/** Server call ID. */
|
|
108
|
-
serverCallId: string;
|
|
109
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
110
|
-
correlationId: string;
|
|
111
|
-
/** Used this to correlate the request to the response event. */
|
|
112
|
-
operationContext?: string;
|
|
113
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
114
|
-
resultInformation?: ResultInformation;
|
|
115
|
-
/** The participant in the call. */
|
|
116
|
-
participant?: CommunicationIdentifier;
|
|
117
|
-
/** kind of this event. */
|
|
118
|
-
kind: "MoveParticipantFailed";
|
|
119
|
-
}
|
|
120
94
|
/** Event when call was established. */
|
|
121
95
|
export interface CallConnected {
|
|
122
96
|
/** Call connection ID. */
|
|
@@ -125,7 +99,7 @@ export interface CallConnected {
|
|
|
125
99
|
serverCallId: string;
|
|
126
100
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
127
101
|
correlationId: string;
|
|
128
|
-
/**
|
|
102
|
+
/** Use this to correlate the request to the response event. */
|
|
129
103
|
operationContext?: string;
|
|
130
104
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
131
105
|
resultInformation?: ResultInformation;
|
|
@@ -163,7 +137,7 @@ export interface CallDisconnected {
|
|
|
163
137
|
serverCallId: string;
|
|
164
138
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
165
139
|
correlationId: string;
|
|
166
|
-
/**
|
|
140
|
+
/** Use this to correlate the request to the response event. */
|
|
167
141
|
operationContext?: string;
|
|
168
142
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
169
143
|
resultInformation?: ResultInformation;
|
|
@@ -178,7 +152,7 @@ export interface CallTransferAccepted {
|
|
|
178
152
|
serverCallId: string;
|
|
179
153
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
180
154
|
correlationId: string;
|
|
181
|
-
/**
|
|
155
|
+
/** Use this to correlate the request to the response event. */
|
|
182
156
|
operationContext?: string;
|
|
183
157
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
184
158
|
resultInformation?: ResultInformation;
|
|
@@ -197,7 +171,7 @@ export interface CallTransferFailed {
|
|
|
197
171
|
serverCallId: string;
|
|
198
172
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
199
173
|
correlationId: string;
|
|
200
|
-
/**
|
|
174
|
+
/** Use this to correlate the request to the response event. */
|
|
201
175
|
operationContext?: string;
|
|
202
176
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
203
177
|
resultInformation?: ResultInformation;
|
|
@@ -212,11 +186,11 @@ export interface ParticipantsUpdated {
|
|
|
212
186
|
serverCallId: string;
|
|
213
187
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
214
188
|
correlationId: string;
|
|
215
|
-
/** The list of participants in the call. */
|
|
216
|
-
participants: CallParticipant[];
|
|
217
189
|
/** The Sequence Number of the event */
|
|
218
190
|
sequenceNumber?: number;
|
|
219
|
-
/**
|
|
191
|
+
/** The list of participants in the call. */
|
|
192
|
+
participants: CallParticipant[];
|
|
193
|
+
/** Contains the resulting SIP code/sub-code and message. */
|
|
220
194
|
resultInformation?: ResultInformation;
|
|
221
195
|
/** kind of this event. */
|
|
222
196
|
kind: "ParticipantsUpdated";
|
|
@@ -231,15 +205,44 @@ export interface RecordingStateChanged {
|
|
|
231
205
|
correlationId: string;
|
|
232
206
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
233
207
|
resultInformation?: ResultInformation;
|
|
234
|
-
/** The call recording id*/
|
|
208
|
+
/** The call recording id. */
|
|
235
209
|
recordingId?: string;
|
|
236
210
|
state?: RecordingState;
|
|
237
|
-
/** The time of the recording started*/
|
|
211
|
+
/** The time of the recording started. */
|
|
238
212
|
startDateTime?: Date;
|
|
239
213
|
recordingKind?: RecordingKind;
|
|
240
214
|
/** kind of this event. */
|
|
241
215
|
kind: "RecordingStateChanged";
|
|
242
216
|
}
|
|
217
|
+
export interface StartRecordingFailed {
|
|
218
|
+
/** Call connection ID. */
|
|
219
|
+
callConnectionId: string;
|
|
220
|
+
/** Server call ID. */
|
|
221
|
+
serverCallId: string;
|
|
222
|
+
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
223
|
+
correlationId: string;
|
|
224
|
+
/** Contains the resulting SIP code, sub-code and message. */
|
|
225
|
+
resultInformation?: ResultInformation;
|
|
226
|
+
/** The call recording id */
|
|
227
|
+
recordingId?: string;
|
|
228
|
+
/** kind of this event. */
|
|
229
|
+
kind: "StartRecordingFailed";
|
|
230
|
+
}
|
|
231
|
+
/** Event when Media play was successfully started. */
|
|
232
|
+
export interface PlayStarted {
|
|
233
|
+
/** Call connection ID. */
|
|
234
|
+
callConnectionId: string;
|
|
235
|
+
/** Server call ID. */
|
|
236
|
+
serverCallId: string;
|
|
237
|
+
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
238
|
+
correlationId: string;
|
|
239
|
+
/** Use this to correlate the request to the response event. */
|
|
240
|
+
operationContext?: string;
|
|
241
|
+
/** Contains the resulting SIP code/sub-code and message. */
|
|
242
|
+
resultInformation?: ResultInformation;
|
|
243
|
+
/** kind of this event. */
|
|
244
|
+
kind: "PlayStarted";
|
|
245
|
+
}
|
|
243
246
|
/** Event when Media play was successfully completed. */
|
|
244
247
|
export interface PlayCompleted {
|
|
245
248
|
/** Call connection ID. */
|
|
@@ -250,7 +253,7 @@ export interface PlayCompleted {
|
|
|
250
253
|
resultInformation?: ResultInformation;
|
|
251
254
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
252
255
|
correlationId: string;
|
|
253
|
-
/**
|
|
256
|
+
/** Use this to correlate the request to the response event. */
|
|
254
257
|
operationContext?: string;
|
|
255
258
|
/** kind of this event. */
|
|
256
259
|
kind: "PlayCompleted";
|
|
@@ -265,7 +268,7 @@ export interface PlayFailed {
|
|
|
265
268
|
resultInformation?: ResultInformation;
|
|
266
269
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
267
270
|
correlationId: string;
|
|
268
|
-
/**
|
|
271
|
+
/** Use this to correlate the request to the response event. */
|
|
269
272
|
operationContext?: string;
|
|
270
273
|
/** Contains the index of the failed play source. */
|
|
271
274
|
failedPlaySourceIndex?: number;
|
|
@@ -280,7 +283,7 @@ export interface PlayCanceled {
|
|
|
280
283
|
serverCallId: string;
|
|
281
284
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
282
285
|
correlationId: string;
|
|
283
|
-
/**
|
|
286
|
+
/** Use this to correlate the request to the response event. */
|
|
284
287
|
operationContext?: string;
|
|
285
288
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
286
289
|
resultInformation?: ResultInformation;
|
|
@@ -297,7 +300,7 @@ export interface RecognizeCompleted {
|
|
|
297
300
|
resultInformation?: ResultInformation;
|
|
298
301
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
299
302
|
correlationId: string;
|
|
300
|
-
/**
|
|
303
|
+
/** Use this to correlate the request to the response event. */
|
|
301
304
|
operationContext?: string;
|
|
302
305
|
/**
|
|
303
306
|
* Determines the sub-type of the recognize operation.
|
|
@@ -323,7 +326,7 @@ export interface RecognizeFailed {
|
|
|
323
326
|
resultInformation?: ResultInformation;
|
|
324
327
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
325
328
|
correlationId: string;
|
|
326
|
-
/**
|
|
329
|
+
/** Use this to correlate the request to the response event. */
|
|
327
330
|
operationContext?: string;
|
|
328
331
|
/** Contains the index of the failed play source. */
|
|
329
332
|
failedPlaySourceIndex?: number;
|
|
@@ -338,7 +341,7 @@ export interface RecognizeCanceled {
|
|
|
338
341
|
serverCallId: string;
|
|
339
342
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
340
343
|
correlationId: string;
|
|
341
|
-
/**
|
|
344
|
+
/** Use this to correlate the request to the response event. */
|
|
342
345
|
operationContext?: string;
|
|
343
346
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
344
347
|
resultInformation?: ResultInformation;
|
|
@@ -357,7 +360,7 @@ export interface ContinuousDtmfRecognitionToneReceived {
|
|
|
357
360
|
serverCallId: string;
|
|
358
361
|
/** Correlation ID for event to call correlation. Also called ChainId or skype chain ID. */
|
|
359
362
|
correlationId: string;
|
|
360
|
-
/**
|
|
363
|
+
/** Use this to correlate the request to the response event. */
|
|
361
364
|
operationContext?: string;
|
|
362
365
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
363
366
|
resultInformation?: ResultInformation;
|
|
@@ -372,7 +375,7 @@ export interface ContinuousDtmfRecognitionToneFailed {
|
|
|
372
375
|
serverCallId: string;
|
|
373
376
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
374
377
|
correlationId: string;
|
|
375
|
-
/**
|
|
378
|
+
/** Use this to correlate the request to the response event. */
|
|
376
379
|
operationContext?: string;
|
|
377
380
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
378
381
|
resultInformation?: ResultInformation;
|
|
@@ -387,7 +390,7 @@ export interface ContinuousDtmfRecognitionStopped {
|
|
|
387
390
|
serverCallId: string;
|
|
388
391
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
389
392
|
correlationId: string;
|
|
390
|
-
/**
|
|
393
|
+
/** Use this to correlate the request to the response event. */
|
|
391
394
|
operationContext?: string;
|
|
392
395
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
393
396
|
resultInformation?: ResultInformation;
|
|
@@ -402,7 +405,7 @@ export interface SendDtmfTonesCompleted {
|
|
|
402
405
|
serverCallId: string;
|
|
403
406
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
404
407
|
correlationId: string;
|
|
405
|
-
/**
|
|
408
|
+
/** Use this to correlate the request to the response event. */
|
|
406
409
|
operationContext?: string;
|
|
407
410
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
408
411
|
resultInformation?: ResultInformation;
|
|
@@ -417,7 +420,7 @@ export interface SendDtmfTonesFailed {
|
|
|
417
420
|
serverCallId: string;
|
|
418
421
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
419
422
|
correlationId: string;
|
|
420
|
-
/**
|
|
423
|
+
/** Use this to correlate the request to the response event. */
|
|
421
424
|
operationContext?: string;
|
|
422
425
|
/** Contains the resulting SIP code/sub-code and message. */
|
|
423
426
|
resultInformation?: ResultInformation;
|
|
@@ -432,12 +435,12 @@ export interface CancelAddParticipantSucceeded {
|
|
|
432
435
|
serverCallId: string;
|
|
433
436
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
434
437
|
correlationId: string;
|
|
435
|
-
/**
|
|
438
|
+
/** Use this to correlate the request to the response event. */
|
|
436
439
|
operationContext?: string;
|
|
437
|
-
/** Contains the resulting SIP code/sub-code and message. */
|
|
438
|
-
resultInformation?: ResultInformation;
|
|
439
440
|
/** Invitation ID used to cancel the add participant request. */
|
|
440
441
|
invitationId: string;
|
|
442
|
+
/** Contains the resulting SIP code/sub-code and message. */
|
|
443
|
+
resultInformation?: ResultInformation;
|
|
441
444
|
/** kind of this event. */
|
|
442
445
|
kind: "CancelAddParticipantSucceeded";
|
|
443
446
|
}
|
|
@@ -449,7 +452,7 @@ export interface CancelAddParticipantFailed {
|
|
|
449
452
|
serverCallId: string;
|
|
450
453
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
451
454
|
correlationId: string;
|
|
452
|
-
/**
|
|
455
|
+
/** Use this to correlate the request to the response event. */
|
|
453
456
|
operationContext?: string;
|
|
454
457
|
/** Invitation ID used to cancel the add participant request. */
|
|
455
458
|
invitationId: string;
|
|
@@ -458,128 +461,128 @@ export interface CancelAddParticipantFailed {
|
|
|
458
461
|
/** kind of this event. */
|
|
459
462
|
kind: "CancelAddParticipantFailed";
|
|
460
463
|
}
|
|
461
|
-
export interface
|
|
462
|
-
/** Defines the result for TranscriptionUpdate with the current status and the details about the status */
|
|
463
|
-
transcriptionUpdate?: TranscriptionUpdate;
|
|
464
|
+
export interface ConnectFailed {
|
|
464
465
|
/** Call connection ID. */
|
|
465
466
|
callConnectionId: string;
|
|
466
467
|
/** Server call ID. */
|
|
467
468
|
serverCallId: string;
|
|
468
469
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
469
470
|
correlationId: string;
|
|
470
|
-
/**
|
|
471
|
+
/** Use this to correlate the request to the response event. */
|
|
471
472
|
operationContext?: string;
|
|
472
473
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
473
474
|
resultInformation?: ResultInformation;
|
|
474
475
|
/** kind of this event. */
|
|
475
|
-
kind: "
|
|
476
|
+
kind: "ConnectFailed";
|
|
476
477
|
}
|
|
477
|
-
export interface
|
|
478
|
-
/** Defines the result for TranscriptionUpdate with the current status and the details about the status */
|
|
479
|
-
transcriptionUpdate?: TranscriptionUpdate;
|
|
478
|
+
export interface HoldFailed {
|
|
480
479
|
/** Call connection ID. */
|
|
481
480
|
callConnectionId: string;
|
|
482
481
|
/** Server call ID. */
|
|
483
482
|
serverCallId: string;
|
|
484
483
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
485
484
|
correlationId: string;
|
|
486
|
-
/**
|
|
485
|
+
/** Use this to correlate the request to the response event. */
|
|
487
486
|
operationContext?: string;
|
|
488
487
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
489
488
|
resultInformation?: ResultInformation;
|
|
490
489
|
/** kind of this event. */
|
|
491
|
-
kind: "
|
|
490
|
+
kind: "HoldFailed";
|
|
492
491
|
}
|
|
493
|
-
export interface
|
|
494
|
-
/** Defines the result for TranscriptionUpdate with the current status and the details about the status */
|
|
495
|
-
transcriptionUpdate?: TranscriptionUpdate;
|
|
492
|
+
export interface AnswerFailed {
|
|
496
493
|
/** Call connection ID. */
|
|
497
494
|
callConnectionId: string;
|
|
498
495
|
/** Server call ID. */
|
|
499
496
|
serverCallId: string;
|
|
500
497
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
501
498
|
correlationId: string;
|
|
502
|
-
/**
|
|
499
|
+
/** Use this to correlate the request to the response event. */
|
|
503
500
|
operationContext?: string;
|
|
504
501
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
505
502
|
resultInformation?: ResultInformation;
|
|
506
503
|
/** kind of this event. */
|
|
507
|
-
kind: "
|
|
504
|
+
kind: "AnswerFailed";
|
|
508
505
|
}
|
|
509
|
-
export interface
|
|
510
|
-
/** Defines the result for TranscriptionUpdate with the current status and the details about the status */
|
|
511
|
-
transcriptionUpdate?: TranscriptionUpdate;
|
|
506
|
+
export interface CreateCallFailed {
|
|
512
507
|
/** Call connection ID. */
|
|
513
508
|
callConnectionId: string;
|
|
514
509
|
/** Server call ID. */
|
|
515
510
|
serverCallId: string;
|
|
516
511
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
517
512
|
correlationId: string;
|
|
518
|
-
/**
|
|
513
|
+
/** Use this to correlate the request to the response event. */
|
|
519
514
|
operationContext?: string;
|
|
520
515
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
521
516
|
resultInformation?: ResultInformation;
|
|
522
517
|
/** kind of this event. */
|
|
523
|
-
kind: "
|
|
518
|
+
kind: "CreateCallFailed";
|
|
524
519
|
}
|
|
525
|
-
export interface
|
|
520
|
+
export interface TranscriptionStarted {
|
|
521
|
+
/** Defines the result for TranscriptionUpdate with the current status and the details about the status */
|
|
522
|
+
transcriptionUpdate?: TranscriptionUpdate;
|
|
526
523
|
/** Call connection ID. */
|
|
527
524
|
callConnectionId: string;
|
|
528
525
|
/** Server call ID. */
|
|
529
526
|
serverCallId: string;
|
|
530
527
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
531
528
|
correlationId: string;
|
|
532
|
-
/**
|
|
529
|
+
/** Use this to correlate the request to the response event. */
|
|
533
530
|
operationContext?: string;
|
|
534
531
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
535
532
|
resultInformation?: ResultInformation;
|
|
536
533
|
/** kind of this event. */
|
|
537
|
-
kind: "
|
|
534
|
+
kind: "TranscriptionStarted";
|
|
538
535
|
}
|
|
539
|
-
export interface
|
|
536
|
+
export interface TranscriptionStopped {
|
|
537
|
+
/** Defines the result for TranscriptionUpdate with the current status and the details about the status */
|
|
538
|
+
transcriptionUpdate?: TranscriptionUpdate;
|
|
540
539
|
/** Call connection ID. */
|
|
541
540
|
callConnectionId: string;
|
|
542
541
|
/** Server call ID. */
|
|
543
542
|
serverCallId: string;
|
|
544
543
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
545
544
|
correlationId: string;
|
|
546
|
-
/**
|
|
545
|
+
/** Use this to correlate the request to the response event. */
|
|
547
546
|
operationContext?: string;
|
|
548
547
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
549
548
|
resultInformation?: ResultInformation;
|
|
550
549
|
/** kind of this event. */
|
|
551
|
-
kind: "
|
|
550
|
+
kind: "TranscriptionStopped";
|
|
552
551
|
}
|
|
553
|
-
export interface
|
|
552
|
+
export interface TranscriptionUpdated {
|
|
553
|
+
/** Defines the result for TranscriptionUpdate with the current status and the details about the status */
|
|
554
|
+
transcriptionUpdate?: TranscriptionUpdate;
|
|
554
555
|
/** Call connection ID. */
|
|
555
556
|
callConnectionId: string;
|
|
556
557
|
/** Server call ID. */
|
|
557
558
|
serverCallId: string;
|
|
558
559
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
559
560
|
correlationId: string;
|
|
560
|
-
/**
|
|
561
|
+
/** Use this to correlate the request to the response event. */
|
|
561
562
|
operationContext?: string;
|
|
562
563
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
563
564
|
resultInformation?: ResultInformation;
|
|
564
565
|
/** kind of this event. */
|
|
565
|
-
kind: "
|
|
566
|
+
kind: "TranscriptionUpdated";
|
|
566
567
|
}
|
|
567
|
-
export interface
|
|
568
|
+
export interface TranscriptionFailed {
|
|
569
|
+
/** Defines the result for TranscriptionUpdate with the current status and the details about the status */
|
|
570
|
+
transcriptionUpdate?: TranscriptionUpdate;
|
|
568
571
|
/** Call connection ID. */
|
|
569
572
|
callConnectionId: string;
|
|
570
573
|
/** Server call ID. */
|
|
571
574
|
serverCallId: string;
|
|
572
575
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
573
576
|
correlationId: string;
|
|
574
|
-
/**
|
|
577
|
+
/** Use this to correlate the request to the response event. */
|
|
575
578
|
operationContext?: string;
|
|
576
579
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
577
580
|
resultInformation?: ResultInformation;
|
|
578
581
|
/** kind of this event. */
|
|
579
|
-
kind: "
|
|
582
|
+
kind: "TranscriptionFailed";
|
|
580
583
|
}
|
|
581
584
|
export interface MediaStreamingStarted {
|
|
582
|
-
/** Defines the result for MediaStreamingUpdate with the current status and the details about the status */
|
|
585
|
+
/** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */
|
|
583
586
|
mediaStreamingUpdate?: MediaStreamingUpdate;
|
|
584
587
|
/** Call connection ID. */
|
|
585
588
|
callConnectionId: string;
|
|
@@ -587,7 +590,7 @@ export interface MediaStreamingStarted {
|
|
|
587
590
|
serverCallId: string;
|
|
588
591
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
589
592
|
correlationId: string;
|
|
590
|
-
/**
|
|
593
|
+
/** Use this to correlate the request to the response event. */
|
|
591
594
|
operationContext?: string;
|
|
592
595
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
593
596
|
resultInformation?: ResultInformation;
|
|
@@ -595,7 +598,7 @@ export interface MediaStreamingStarted {
|
|
|
595
598
|
kind: "MediaStreamingStarted";
|
|
596
599
|
}
|
|
597
600
|
export interface MediaStreamingStopped {
|
|
598
|
-
/** Defines the result for MediaStreamingUpdate with the current status and the details about the status */
|
|
601
|
+
/** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */
|
|
599
602
|
mediaStreamingUpdate?: MediaStreamingUpdate;
|
|
600
603
|
/** Call connection ID. */
|
|
601
604
|
callConnectionId: string;
|
|
@@ -603,7 +606,7 @@ export interface MediaStreamingStopped {
|
|
|
603
606
|
serverCallId: string;
|
|
604
607
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
605
608
|
correlationId: string;
|
|
606
|
-
/**
|
|
609
|
+
/** Use this to correlate the request to the response event. */
|
|
607
610
|
operationContext?: string;
|
|
608
611
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
609
612
|
resultInformation?: ResultInformation;
|
|
@@ -611,7 +614,7 @@ export interface MediaStreamingStopped {
|
|
|
611
614
|
kind: "MediaStreamingStopped";
|
|
612
615
|
}
|
|
613
616
|
export interface MediaStreamingFailed {
|
|
614
|
-
/** Defines the result for MediaStreamingUpdate with the current status and the details about the status */
|
|
617
|
+
/** Defines the result for MediaStreamingUpdate with the current status and the details about the status. */
|
|
615
618
|
mediaStreamingUpdate?: MediaStreamingUpdate;
|
|
616
619
|
/** Call connection ID. */
|
|
617
620
|
callConnectionId: string;
|
|
@@ -619,89 +622,17 @@ export interface MediaStreamingFailed {
|
|
|
619
622
|
serverCallId: string;
|
|
620
623
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
621
624
|
correlationId: string;
|
|
622
|
-
/**
|
|
625
|
+
/** Use this to correlate the request to the response event. */
|
|
623
626
|
operationContext?: string;
|
|
624
627
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
625
628
|
resultInformation?: ResultInformation;
|
|
626
629
|
/** kind of this event. */
|
|
627
630
|
kind: "MediaStreamingFailed";
|
|
628
631
|
}
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
serverCallId: string;
|
|
634
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
635
|
-
correlationId: string;
|
|
636
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
637
|
-
resultInformation?: ResultInformation;
|
|
638
|
-
/** The call recording id */
|
|
639
|
-
recordingId?: string;
|
|
640
|
-
/** kind of this event. */
|
|
641
|
-
kind: "StartRecordingFailed";
|
|
642
|
-
}
|
|
643
|
-
/** Event when Media play was successfully started. */
|
|
644
|
-
export interface PlayStarted {
|
|
645
|
-
/** Call connection ID. */
|
|
646
|
-
callConnectionId: string;
|
|
647
|
-
/** Server call ID. */
|
|
648
|
-
serverCallId: string;
|
|
649
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
650
|
-
correlationId: string;
|
|
651
|
-
/** Used this to correlate the request to the response event. */
|
|
652
|
-
operationContext?: string;
|
|
653
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
654
|
-
resultInformation?: ResultInformation;
|
|
655
|
-
/** kind of this event. */
|
|
656
|
-
kind: "PlayStarted";
|
|
657
|
-
}
|
|
658
|
-
/** Event when Media play was successfully paused. */
|
|
659
|
-
export interface PlayPaused {
|
|
660
|
-
/** Call connection ID. */
|
|
661
|
-
callConnectionId: string;
|
|
662
|
-
/** Server call ID. */
|
|
663
|
-
serverCallId: string;
|
|
664
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
665
|
-
correlationId: string;
|
|
666
|
-
/** Used this to correlate the request to the response event. */
|
|
667
|
-
operationContext?: string;
|
|
668
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
669
|
-
resultInformation?: ResultInformation;
|
|
670
|
-
/** kind of this event. */
|
|
671
|
-
kind: "PlayPaused";
|
|
672
|
-
}
|
|
673
|
-
/** Event when Media play was successfully paused. */
|
|
674
|
-
export interface PlayResumed {
|
|
675
|
-
/** Call connection ID. */
|
|
676
|
-
callConnectionId: string;
|
|
677
|
-
/** Server call ID. */
|
|
678
|
-
serverCallId: string;
|
|
679
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
680
|
-
correlationId: string;
|
|
681
|
-
/** Used this to correlate the request to the response event. */
|
|
682
|
-
operationContext?: string;
|
|
683
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
684
|
-
resultInformation?: ResultInformation;
|
|
685
|
-
/** kind of this event. */
|
|
686
|
-
kind: "PlayResumed";
|
|
687
|
-
}
|
|
688
|
-
/** Event when hold audio play was successfully started. */
|
|
689
|
-
export interface HoldAudioStarted {
|
|
690
|
-
/** Call connection ID. */
|
|
691
|
-
callConnectionId: string;
|
|
692
|
-
/** Server call ID. */
|
|
693
|
-
serverCallId: string;
|
|
694
|
-
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
695
|
-
correlationId: string;
|
|
696
|
-
/** Used this to correlate the request to the response event. */
|
|
697
|
-
operationContext?: string;
|
|
698
|
-
/** Contains the resulting SIP code, sub-code and message. */
|
|
699
|
-
resultInformation?: ResultInformation;
|
|
700
|
-
/** kind of this event. */
|
|
701
|
-
kind: "HoldAudioStarted";
|
|
702
|
-
}
|
|
703
|
-
/** Event when hold audio play was successfully paused. */
|
|
704
|
-
export interface HoldAudioPaused {
|
|
632
|
+
/** The participant successfully moved event. */
|
|
633
|
+
export interface MoveParticipantSucceeded {
|
|
634
|
+
/** The CallConnectionId for the call you want to move the participant from */
|
|
635
|
+
fromCall?: string;
|
|
705
636
|
/** Call connection ID. */
|
|
706
637
|
callConnectionId: string;
|
|
707
638
|
/** Server call ID. */
|
|
@@ -710,13 +641,17 @@ export interface HoldAudioPaused {
|
|
|
710
641
|
correlationId: string;
|
|
711
642
|
/** Used this to correlate the request to the response event. */
|
|
712
643
|
operationContext?: string;
|
|
713
|
-
/** Contains the resulting SIP code
|
|
644
|
+
/** Contains the resulting SIP code/sub-code and message. */
|
|
714
645
|
resultInformation?: ResultInformation;
|
|
646
|
+
/** The participant in the call. */
|
|
647
|
+
participant?: CommunicationIdentifier;
|
|
715
648
|
/** kind of this event. */
|
|
716
|
-
kind: "
|
|
649
|
+
kind: "MoveParticipantSucceeded";
|
|
717
650
|
}
|
|
718
|
-
/**
|
|
719
|
-
export interface
|
|
651
|
+
/** The failed to move participant event. */
|
|
652
|
+
export interface MoveParticipantFailed {
|
|
653
|
+
/** The CallConnectionId for the call you want to move the participant from */
|
|
654
|
+
fromCall?: string;
|
|
720
655
|
/** Call connection ID. */
|
|
721
656
|
callConnectionId: string;
|
|
722
657
|
/** Server call ID. */
|
|
@@ -725,24 +660,30 @@ export interface HoldAudioResumed {
|
|
|
725
660
|
correlationId: string;
|
|
726
661
|
/** Used this to correlate the request to the response event. */
|
|
727
662
|
operationContext?: string;
|
|
728
|
-
/** Contains the resulting SIP code
|
|
663
|
+
/** Contains the resulting SIP code/sub-code and message. */
|
|
729
664
|
resultInformation?: ResultInformation;
|
|
665
|
+
/** The participant in the call. */
|
|
666
|
+
participant?: CommunicationIdentifier;
|
|
730
667
|
/** kind of this event. */
|
|
731
|
-
kind: "
|
|
668
|
+
kind: "MoveParticipantFailed";
|
|
732
669
|
}
|
|
733
|
-
|
|
734
|
-
|
|
670
|
+
export interface TranscriptionCallSummaryUpdated {
|
|
671
|
+
/**
|
|
672
|
+
* Defines the result for TranscriptionUpdate with the current status and the details about the status
|
|
673
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
674
|
+
*/
|
|
675
|
+
transcriptionUpdate?: TranscriptionUpdate;
|
|
735
676
|
/** Call connection ID. */
|
|
736
|
-
callConnectionId
|
|
677
|
+
callConnectionId?: string;
|
|
737
678
|
/** Server call ID. */
|
|
738
|
-
serverCallId
|
|
679
|
+
serverCallId?: string;
|
|
739
680
|
/** Correlation ID for event to call correlation. Also called ChainId for skype chain ID. */
|
|
740
|
-
correlationId
|
|
741
|
-
/** Used
|
|
681
|
+
correlationId?: string;
|
|
682
|
+
/** Used by customers when calling mid-call actions to correlate the request to the response event. */
|
|
742
683
|
operationContext?: string;
|
|
743
684
|
/** Contains the resulting SIP code, sub-code and message. */
|
|
744
685
|
resultInformation?: ResultInformation;
|
|
745
686
|
/** kind of this event. */
|
|
746
|
-
kind: "
|
|
687
|
+
kind: "TranscriptionCallSummaryUpdated";
|
|
747
688
|
}
|
|
748
689
|
//# sourceMappingURL=events.d.ts.map
|