@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,422 +1,494 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
var __create = Object.create;
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
27
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
28
|
+
var callConnection_exports = {};
|
|
29
|
+
__export(callConnection_exports, {
|
|
30
|
+
CallConnectionImpl: () => CallConnectionImpl
|
|
31
|
+
});
|
|
32
|
+
module.exports = __toCommonJS(callConnection_exports);
|
|
33
|
+
var import_pagingHelper = require("../pagingHelper.js");
|
|
34
|
+
var coreClient = __toESM(require("@azure/core-client"));
|
|
35
|
+
var Mappers = __toESM(require("../models/mappers.js"));
|
|
36
|
+
var Parameters = __toESM(require("../models/parameters.js"));
|
|
18
37
|
class CallConnectionImpl {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
45
|
-
return this.getParticipantsPagingPage(callConnectionId, options, settings);
|
|
46
|
-
},
|
|
47
|
-
};
|
|
48
|
-
}
|
|
49
|
-
async *getParticipantsPagingPage(callConnectionId, options, settings) {
|
|
50
|
-
let result;
|
|
51
|
-
let continuationToken = settings?.continuationToken;
|
|
52
|
-
if (!continuationToken) {
|
|
53
|
-
result = await this._getParticipants(callConnectionId, options);
|
|
54
|
-
let page = result.value || [];
|
|
55
|
-
continuationToken = result.nextLink;
|
|
56
|
-
(0, pagingHelper_js_1.setContinuationToken)(page, continuationToken);
|
|
57
|
-
yield page;
|
|
38
|
+
client;
|
|
39
|
+
/**
|
|
40
|
+
* Initialize a new instance of the class CallConnection class.
|
|
41
|
+
* @param client Reference to the service client
|
|
42
|
+
*/
|
|
43
|
+
constructor(client) {
|
|
44
|
+
this.client = client;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Get participants from a call. Recording and transcription bots are omitted from this list.
|
|
48
|
+
* @param callConnectionId The call connection Id
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
listParticipants(callConnectionId, options) {
|
|
52
|
+
const iter = this.getParticipantsPagingAll(callConnectionId, options);
|
|
53
|
+
return {
|
|
54
|
+
next() {
|
|
55
|
+
return iter.next();
|
|
56
|
+
},
|
|
57
|
+
[Symbol.asyncIterator]() {
|
|
58
|
+
return this;
|
|
59
|
+
},
|
|
60
|
+
byPage: (settings) => {
|
|
61
|
+
if (settings?.maxPageSize) {
|
|
62
|
+
throw new Error("maxPageSize is not supported by this operation.");
|
|
58
63
|
}
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
*/
|
|
77
|
-
getCall(callConnectionId, options) {
|
|
78
|
-
return this.client.sendOperationRequest({ callConnectionId, options }, getCallOperationSpec);
|
|
79
|
-
}
|
|
80
|
-
/**
|
|
81
|
-
* Hang up call automation service from the call. This will make call automation service leave the
|
|
82
|
-
* call, but does not terminate if there are more than 1 caller in the call.
|
|
83
|
-
* @param callConnectionId The call connection id.
|
|
84
|
-
* @param options The options parameters.
|
|
85
|
-
*/
|
|
86
|
-
hangupCall(callConnectionId, options) {
|
|
87
|
-
return this.client.sendOperationRequest({ callConnectionId, options }, hangupCallOperationSpec);
|
|
88
|
-
}
|
|
89
|
-
/**
|
|
90
|
-
* Terminate a call using CallConnectionId.
|
|
91
|
-
* @param callConnectionId The terminate call request.
|
|
92
|
-
* @param options The options parameters.
|
|
93
|
-
*/
|
|
94
|
-
terminateCall(callConnectionId, options) {
|
|
95
|
-
return this.client.sendOperationRequest({ callConnectionId, options }, terminateCallOperationSpec);
|
|
96
|
-
}
|
|
97
|
-
/**
|
|
98
|
-
* Transfer the call to a participant.
|
|
99
|
-
* @param callConnectionId The call connection id.
|
|
100
|
-
* @param transferToParticipantRequest The transfer to participant request.
|
|
101
|
-
* @param options The options parameters.
|
|
102
|
-
*/
|
|
103
|
-
transferToParticipant(callConnectionId, transferToParticipantRequest, options) {
|
|
104
|
-
return this.client.sendOperationRequest({ callConnectionId, transferToParticipantRequest, options }, transferToParticipantOperationSpec);
|
|
105
|
-
}
|
|
106
|
-
/**
|
|
107
|
-
* Get participants from a call. Recording and transcription bots are omitted from this list.
|
|
108
|
-
* @param callConnectionId The call connection Id
|
|
109
|
-
* @param options The options parameters.
|
|
110
|
-
*/
|
|
111
|
-
_getParticipants(callConnectionId, options) {
|
|
112
|
-
return this.client.sendOperationRequest({ callConnectionId, options }, getParticipantsOperationSpec);
|
|
113
|
-
}
|
|
114
|
-
/**
|
|
115
|
-
* Add a participant to the call.
|
|
116
|
-
* @param callConnectionId The call connection Id
|
|
117
|
-
* @param addParticipantRequest The request payload for adding participant to the call.
|
|
118
|
-
* @param options The options parameters.
|
|
119
|
-
*/
|
|
120
|
-
addParticipant(callConnectionId, addParticipantRequest, options) {
|
|
121
|
-
return this.client.sendOperationRequest({ callConnectionId, addParticipantRequest, options }, addParticipantOperationSpec);
|
|
122
|
-
}
|
|
123
|
-
/**
|
|
124
|
-
* Remove a participant from the call using identifier.
|
|
125
|
-
* @param callConnectionId The call connection id.
|
|
126
|
-
* @param removeParticipantRequest The participant to be removed from the call.
|
|
127
|
-
* @param options The options parameters.
|
|
128
|
-
*/
|
|
129
|
-
removeParticipant(callConnectionId, removeParticipantRequest, options) {
|
|
130
|
-
return this.client.sendOperationRequest({ callConnectionId, removeParticipantRequest, options }, removeParticipantOperationSpec);
|
|
131
|
-
}
|
|
132
|
-
/**
|
|
133
|
-
* Mute participants from the call using identifier.
|
|
134
|
-
* @param callConnectionId The call connection id.
|
|
135
|
-
* @param muteParticipantsRequest The participants to be muted from the call.
|
|
136
|
-
* @param options The options parameters.
|
|
137
|
-
*/
|
|
138
|
-
mute(callConnectionId, muteParticipantsRequest, options) {
|
|
139
|
-
return this.client.sendOperationRequest({ callConnectionId, muteParticipantsRequest, options }, muteOperationSpec);
|
|
140
|
-
}
|
|
141
|
-
/**
|
|
142
|
-
* Cancel add participant operation.
|
|
143
|
-
* @param callConnectionId The call connection Id
|
|
144
|
-
* @param cancelAddParticipantRequest Cancellation request.
|
|
145
|
-
* @param options The options parameters.
|
|
146
|
-
*/
|
|
147
|
-
cancelAddParticipant(callConnectionId, cancelAddParticipantRequest, options) {
|
|
148
|
-
return this.client.sendOperationRequest({ callConnectionId, cancelAddParticipantRequest, options }, cancelAddParticipantOperationSpec);
|
|
64
|
+
return this.getParticipantsPagingPage(
|
|
65
|
+
callConnectionId,
|
|
66
|
+
options,
|
|
67
|
+
settings
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
async *getParticipantsPagingPage(callConnectionId, options, settings) {
|
|
73
|
+
let result;
|
|
74
|
+
let continuationToken = settings?.continuationToken;
|
|
75
|
+
if (!continuationToken) {
|
|
76
|
+
result = await this._getParticipants(callConnectionId, options);
|
|
77
|
+
let page = result.value || [];
|
|
78
|
+
continuationToken = result.nextLink;
|
|
79
|
+
(0, import_pagingHelper.setContinuationToken)(page, continuationToken);
|
|
80
|
+
yield page;
|
|
149
81
|
}
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
82
|
+
while (continuationToken) {
|
|
83
|
+
result = await this._getParticipantsNext(
|
|
84
|
+
callConnectionId,
|
|
85
|
+
continuationToken,
|
|
86
|
+
options
|
|
87
|
+
);
|
|
88
|
+
continuationToken = result.nextLink;
|
|
89
|
+
let page = result.value || [];
|
|
90
|
+
(0, import_pagingHelper.setContinuationToken)(page, continuationToken);
|
|
91
|
+
yield page;
|
|
158
92
|
}
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
return this.client.sendOperationRequest({ callConnectionId, participantRawId, options }, getParticipantOperationSpec);
|
|
167
|
-
}
|
|
168
|
-
/**
|
|
169
|
-
* GetParticipantsNext
|
|
170
|
-
* @param callConnectionId The call connection Id
|
|
171
|
-
* @param nextLink The nextLink from the previous successful call to the GetParticipants method.
|
|
172
|
-
* @param options The options parameters.
|
|
173
|
-
*/
|
|
174
|
-
_getParticipantsNext(callConnectionId, nextLink, options) {
|
|
175
|
-
return this.client.sendOperationRequest({ callConnectionId, nextLink, options }, getParticipantsNextOperationSpec);
|
|
93
|
+
}
|
|
94
|
+
async *getParticipantsPagingAll(callConnectionId, options) {
|
|
95
|
+
for await (const page of this.getParticipantsPagingPage(
|
|
96
|
+
callConnectionId,
|
|
97
|
+
options
|
|
98
|
+
)) {
|
|
99
|
+
yield* page;
|
|
176
100
|
}
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* Get the detail properties of an ongoing call.
|
|
104
|
+
* @param callConnectionId The call connection id.
|
|
105
|
+
* @param options The options parameters.
|
|
106
|
+
*/
|
|
107
|
+
getCall(callConnectionId, options) {
|
|
108
|
+
return this.client.sendOperationRequest(
|
|
109
|
+
{ callConnectionId, options },
|
|
110
|
+
getCallOperationSpec
|
|
111
|
+
);
|
|
112
|
+
}
|
|
113
|
+
/**
|
|
114
|
+
* Hang up call automation service from the call. This will make call automation service leave the
|
|
115
|
+
* call, but does not terminate if there are more than 1 caller in the call.
|
|
116
|
+
* @param callConnectionId The call connection id.
|
|
117
|
+
* @param options The options parameters.
|
|
118
|
+
*/
|
|
119
|
+
hangupCall(callConnectionId, options) {
|
|
120
|
+
return this.client.sendOperationRequest(
|
|
121
|
+
{ callConnectionId, options },
|
|
122
|
+
hangupCallOperationSpec
|
|
123
|
+
);
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Terminate a call using CallConnectionId.
|
|
127
|
+
* @param callConnectionId The terminate call request.
|
|
128
|
+
* @param options The options parameters.
|
|
129
|
+
*/
|
|
130
|
+
terminateCall(callConnectionId, options) {
|
|
131
|
+
return this.client.sendOperationRequest(
|
|
132
|
+
{ callConnectionId, options },
|
|
133
|
+
terminateCallOperationSpec
|
|
134
|
+
);
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Transfer the call to a participant.
|
|
138
|
+
* @param callConnectionId The call connection id.
|
|
139
|
+
* @param transferToParticipantRequest The transfer to participant request.
|
|
140
|
+
* @param options The options parameters.
|
|
141
|
+
*/
|
|
142
|
+
transferToParticipant(callConnectionId, transferToParticipantRequest, options) {
|
|
143
|
+
return this.client.sendOperationRequest(
|
|
144
|
+
{ callConnectionId, transferToParticipantRequest, options },
|
|
145
|
+
transferToParticipantOperationSpec
|
|
146
|
+
);
|
|
147
|
+
}
|
|
148
|
+
/**
|
|
149
|
+
* Get participants from a call. Recording and transcription bots are omitted from this list.
|
|
150
|
+
* @param callConnectionId The call connection Id
|
|
151
|
+
* @param options The options parameters.
|
|
152
|
+
*/
|
|
153
|
+
_getParticipants(callConnectionId, options) {
|
|
154
|
+
return this.client.sendOperationRequest(
|
|
155
|
+
{ callConnectionId, options },
|
|
156
|
+
getParticipantsOperationSpec
|
|
157
|
+
);
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* Add a participant to the call.
|
|
161
|
+
* @param callConnectionId The call connection Id
|
|
162
|
+
* @param addParticipantRequest The request payload for adding participant to the call.
|
|
163
|
+
* @param options The options parameters.
|
|
164
|
+
*/
|
|
165
|
+
addParticipant(callConnectionId, addParticipantRequest, options) {
|
|
166
|
+
return this.client.sendOperationRequest(
|
|
167
|
+
{ callConnectionId, addParticipantRequest, options },
|
|
168
|
+
addParticipantOperationSpec
|
|
169
|
+
);
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* Remove a participant from the call using identifier.
|
|
173
|
+
* @param callConnectionId The call connection id.
|
|
174
|
+
* @param removeParticipantRequest The participant to be removed from the call.
|
|
175
|
+
* @param options The options parameters.
|
|
176
|
+
*/
|
|
177
|
+
removeParticipant(callConnectionId, removeParticipantRequest, options) {
|
|
178
|
+
return this.client.sendOperationRequest(
|
|
179
|
+
{ callConnectionId, removeParticipantRequest, options },
|
|
180
|
+
removeParticipantOperationSpec
|
|
181
|
+
);
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* Mute participants from the call using identifier.
|
|
185
|
+
* @param callConnectionId The call connection id.
|
|
186
|
+
* @param muteParticipantsRequest The participants to be muted from the call.
|
|
187
|
+
* @param options The options parameters.
|
|
188
|
+
*/
|
|
189
|
+
mute(callConnectionId, muteParticipantsRequest, options) {
|
|
190
|
+
return this.client.sendOperationRequest(
|
|
191
|
+
{ callConnectionId, muteParticipantsRequest, options },
|
|
192
|
+
muteOperationSpec
|
|
193
|
+
);
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* Cancel add participant operation.
|
|
197
|
+
* @param callConnectionId The call connection Id
|
|
198
|
+
* @param cancelAddParticipantRequest Cancellation request.
|
|
199
|
+
* @param options The options parameters.
|
|
200
|
+
*/
|
|
201
|
+
cancelAddParticipant(callConnectionId, cancelAddParticipantRequest, options) {
|
|
202
|
+
return this.client.sendOperationRequest(
|
|
203
|
+
{ callConnectionId, cancelAddParticipantRequest, options },
|
|
204
|
+
cancelAddParticipantOperationSpec
|
|
205
|
+
);
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Move a participant to the call.
|
|
209
|
+
* @param callConnectionId The call connection Id
|
|
210
|
+
* @param moveParticipantRequest The move participants request.
|
|
211
|
+
* @param options The options parameters.
|
|
212
|
+
*/
|
|
213
|
+
moveParticipants(callConnectionId, moveParticipantRequest, options) {
|
|
214
|
+
return this.client.sendOperationRequest(
|
|
215
|
+
{ callConnectionId, moveParticipantRequest, options },
|
|
216
|
+
moveParticipantsOperationSpec
|
|
217
|
+
);
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* Get participant from a call.
|
|
221
|
+
* @param callConnectionId The call connection Id
|
|
222
|
+
* @param participantRawId Raw id of the participant to retrieve.
|
|
223
|
+
* @param options The options parameters.
|
|
224
|
+
*/
|
|
225
|
+
getParticipant(callConnectionId, participantRawId, options) {
|
|
226
|
+
return this.client.sendOperationRequest(
|
|
227
|
+
{ callConnectionId, participantRawId, options },
|
|
228
|
+
getParticipantOperationSpec
|
|
229
|
+
);
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* GetParticipantsNext
|
|
233
|
+
* @param callConnectionId The call connection Id
|
|
234
|
+
* @param nextLink The nextLink from the previous successful call to the GetParticipants method.
|
|
235
|
+
* @param options The options parameters.
|
|
236
|
+
*/
|
|
237
|
+
_getParticipantsNext(callConnectionId, nextLink, options) {
|
|
238
|
+
return this.client.sendOperationRequest(
|
|
239
|
+
{ callConnectionId, nextLink, options },
|
|
240
|
+
getParticipantsNextOperationSpec
|
|
241
|
+
);
|
|
242
|
+
}
|
|
177
243
|
}
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
244
|
+
const serializer = coreClient.createSerializer(
|
|
245
|
+
Mappers,
|
|
246
|
+
/* isXml */
|
|
247
|
+
false
|
|
248
|
+
);
|
|
181
249
|
const getCallOperationSpec = {
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
},
|
|
188
|
-
default: {
|
|
189
|
-
bodyMapper: Mappers.CommunicationErrorResponse,
|
|
190
|
-
},
|
|
250
|
+
path: "/calling/callConnections/{callConnectionId}",
|
|
251
|
+
httpMethod: "GET",
|
|
252
|
+
responses: {
|
|
253
|
+
200: {
|
|
254
|
+
bodyMapper: Mappers.CallConnectionPropertiesInternal
|
|
191
255
|
},
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
256
|
+
default: {
|
|
257
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
queryParameters: [Parameters.apiVersion],
|
|
261
|
+
urlParameters: [Parameters.endpoint, Parameters.callConnectionId],
|
|
262
|
+
headerParameters: [Parameters.accept],
|
|
263
|
+
serializer
|
|
196
264
|
};
|
|
197
265
|
const hangupCallOperationSpec = {
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
266
|
+
path: "/calling/callConnections/{callConnectionId}",
|
|
267
|
+
httpMethod: "DELETE",
|
|
268
|
+
responses: {
|
|
269
|
+
204: {},
|
|
270
|
+
default: {
|
|
271
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
queryParameters: [Parameters.apiVersion],
|
|
275
|
+
urlParameters: [Parameters.endpoint, Parameters.callConnectionId],
|
|
276
|
+
headerParameters: [Parameters.accept],
|
|
277
|
+
serializer
|
|
210
278
|
};
|
|
211
279
|
const terminateCallOperationSpec = {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
280
|
+
path: "/calling/callConnections/{callConnectionId}:terminate",
|
|
281
|
+
httpMethod: "POST",
|
|
282
|
+
responses: {
|
|
283
|
+
204: {},
|
|
284
|
+
default: {
|
|
285
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
queryParameters: [Parameters.apiVersion],
|
|
289
|
+
urlParameters: [Parameters.endpoint, Parameters.callConnectionId],
|
|
290
|
+
headerParameters: [
|
|
291
|
+
Parameters.accept,
|
|
292
|
+
Parameters.repeatabilityRequestID,
|
|
293
|
+
Parameters.repeatabilityFirstSent
|
|
294
|
+
],
|
|
295
|
+
serializer
|
|
228
296
|
};
|
|
229
297
|
const transferToParticipantOperationSpec = {
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
},
|
|
236
|
-
default: {
|
|
237
|
-
bodyMapper: Mappers.CommunicationErrorResponse,
|
|
238
|
-
},
|
|
298
|
+
path: "/calling/callConnections/{callConnectionId}:transferToParticipant",
|
|
299
|
+
httpMethod: "POST",
|
|
300
|
+
responses: {
|
|
301
|
+
202: {
|
|
302
|
+
bodyMapper: Mappers.TransferCallResponse
|
|
239
303
|
},
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
304
|
+
default: {
|
|
305
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
306
|
+
}
|
|
307
|
+
},
|
|
308
|
+
requestBody: Parameters.transferToParticipantRequest,
|
|
309
|
+
queryParameters: [Parameters.apiVersion],
|
|
310
|
+
urlParameters: [Parameters.endpoint, Parameters.callConnectionId],
|
|
311
|
+
headerParameters: [
|
|
312
|
+
Parameters.contentType,
|
|
313
|
+
Parameters.accept,
|
|
314
|
+
Parameters.repeatabilityRequestID,
|
|
315
|
+
Parameters.repeatabilityFirstSent
|
|
316
|
+
],
|
|
317
|
+
mediaType: "json",
|
|
318
|
+
serializer
|
|
251
319
|
};
|
|
252
320
|
const getParticipantsOperationSpec = {
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
},
|
|
259
|
-
default: {
|
|
260
|
-
bodyMapper: Mappers.CommunicationErrorResponse,
|
|
261
|
-
},
|
|
321
|
+
path: "/calling/callConnections/{callConnectionId}/participants",
|
|
322
|
+
httpMethod: "GET",
|
|
323
|
+
responses: {
|
|
324
|
+
200: {
|
|
325
|
+
bodyMapper: Mappers.GetParticipantsResponse
|
|
262
326
|
},
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
327
|
+
default: {
|
|
328
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
queryParameters: [Parameters.apiVersion],
|
|
332
|
+
urlParameters: [Parameters.endpoint, Parameters.callConnectionId],
|
|
333
|
+
headerParameters: [Parameters.accept],
|
|
334
|
+
serializer
|
|
267
335
|
};
|
|
268
336
|
const addParticipantOperationSpec = {
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
},
|
|
275
|
-
default: {
|
|
276
|
-
bodyMapper: Mappers.CommunicationErrorResponse,
|
|
277
|
-
},
|
|
337
|
+
path: "/calling/callConnections/{callConnectionId}/participants:add",
|
|
338
|
+
httpMethod: "POST",
|
|
339
|
+
responses: {
|
|
340
|
+
202: {
|
|
341
|
+
bodyMapper: Mappers.AddParticipantResponse
|
|
278
342
|
},
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
343
|
+
default: {
|
|
344
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
requestBody: Parameters.addParticipantRequest,
|
|
348
|
+
queryParameters: [Parameters.apiVersion],
|
|
349
|
+
urlParameters: [Parameters.endpoint, Parameters.callConnectionId],
|
|
350
|
+
headerParameters: [
|
|
351
|
+
Parameters.contentType,
|
|
352
|
+
Parameters.accept,
|
|
353
|
+
Parameters.repeatabilityRequestID,
|
|
354
|
+
Parameters.repeatabilityFirstSent
|
|
355
|
+
],
|
|
356
|
+
mediaType: "json",
|
|
357
|
+
serializer
|
|
290
358
|
};
|
|
291
359
|
const removeParticipantOperationSpec = {
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
},
|
|
298
|
-
default: {
|
|
299
|
-
bodyMapper: Mappers.CommunicationErrorResponse,
|
|
300
|
-
},
|
|
360
|
+
path: "/calling/callConnections/{callConnectionId}/participants:remove",
|
|
361
|
+
httpMethod: "POST",
|
|
362
|
+
responses: {
|
|
363
|
+
202: {
|
|
364
|
+
bodyMapper: Mappers.RemoveParticipantResponse
|
|
301
365
|
},
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
366
|
+
default: {
|
|
367
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
requestBody: Parameters.removeParticipantRequest,
|
|
371
|
+
queryParameters: [Parameters.apiVersion],
|
|
372
|
+
urlParameters: [Parameters.endpoint, Parameters.callConnectionId],
|
|
373
|
+
headerParameters: [
|
|
374
|
+
Parameters.contentType,
|
|
375
|
+
Parameters.accept,
|
|
376
|
+
Parameters.repeatabilityRequestID,
|
|
377
|
+
Parameters.repeatabilityFirstSent
|
|
378
|
+
],
|
|
379
|
+
mediaType: "json",
|
|
380
|
+
serializer
|
|
313
381
|
};
|
|
314
382
|
const muteOperationSpec = {
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
},
|
|
321
|
-
default: {
|
|
322
|
-
bodyMapper: Mappers.CommunicationErrorResponse,
|
|
323
|
-
},
|
|
383
|
+
path: "/calling/callConnections/{callConnectionId}/participants:mute",
|
|
384
|
+
httpMethod: "POST",
|
|
385
|
+
responses: {
|
|
386
|
+
200: {
|
|
387
|
+
bodyMapper: Mappers.MuteParticipantsResult
|
|
324
388
|
},
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
389
|
+
default: {
|
|
390
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
requestBody: Parameters.muteParticipantsRequest,
|
|
394
|
+
queryParameters: [Parameters.apiVersion],
|
|
395
|
+
urlParameters: [Parameters.endpoint, Parameters.callConnectionId],
|
|
396
|
+
headerParameters: [
|
|
397
|
+
Parameters.contentType,
|
|
398
|
+
Parameters.accept,
|
|
399
|
+
Parameters.repeatabilityRequestID,
|
|
400
|
+
Parameters.repeatabilityFirstSent
|
|
401
|
+
],
|
|
402
|
+
mediaType: "json",
|
|
403
|
+
serializer
|
|
336
404
|
};
|
|
337
405
|
const cancelAddParticipantOperationSpec = {
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
},
|
|
344
|
-
default: {
|
|
345
|
-
bodyMapper: Mappers.CommunicationErrorResponse,
|
|
346
|
-
},
|
|
406
|
+
path: "/calling/callConnections/{callConnectionId}/participants:cancelAddParticipant",
|
|
407
|
+
httpMethod: "POST",
|
|
408
|
+
responses: {
|
|
409
|
+
202: {
|
|
410
|
+
bodyMapper: Mappers.CancelAddParticipantResponse
|
|
347
411
|
},
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
412
|
+
default: {
|
|
413
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
requestBody: Parameters.cancelAddParticipantRequest,
|
|
417
|
+
queryParameters: [Parameters.apiVersion],
|
|
418
|
+
urlParameters: [Parameters.endpoint, Parameters.callConnectionId],
|
|
419
|
+
headerParameters: [
|
|
420
|
+
Parameters.contentType,
|
|
421
|
+
Parameters.accept,
|
|
422
|
+
Parameters.repeatabilityRequestID,
|
|
423
|
+
Parameters.repeatabilityFirstSent
|
|
424
|
+
],
|
|
425
|
+
mediaType: "json",
|
|
426
|
+
serializer
|
|
359
427
|
};
|
|
360
428
|
const moveParticipantsOperationSpec = {
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
},
|
|
367
|
-
default: {
|
|
368
|
-
bodyMapper: Mappers.CommunicationErrorResponse,
|
|
369
|
-
},
|
|
429
|
+
path: "/calling/callConnections/{callConnectionId}/participants:moveHere",
|
|
430
|
+
httpMethod: "POST",
|
|
431
|
+
responses: {
|
|
432
|
+
202: {
|
|
433
|
+
bodyMapper: Mappers.MoveParticipantsResponse
|
|
370
434
|
},
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
435
|
+
default: {
|
|
436
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
requestBody: Parameters.moveParticipantRequest,
|
|
440
|
+
queryParameters: [Parameters.apiVersion],
|
|
441
|
+
urlParameters: [Parameters.endpoint, Parameters.callConnectionId],
|
|
442
|
+
headerParameters: [
|
|
443
|
+
Parameters.contentType,
|
|
444
|
+
Parameters.accept,
|
|
445
|
+
Parameters.repeatabilityRequestID,
|
|
446
|
+
Parameters.repeatabilityFirstSent
|
|
447
|
+
],
|
|
448
|
+
mediaType: "json",
|
|
449
|
+
serializer
|
|
382
450
|
};
|
|
383
451
|
const getParticipantOperationSpec = {
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
},
|
|
390
|
-
default: {
|
|
391
|
-
bodyMapper: Mappers.CommunicationErrorResponse,
|
|
392
|
-
},
|
|
452
|
+
path: "/calling/callConnections/{callConnectionId}/participants/{participantRawId}",
|
|
453
|
+
httpMethod: "GET",
|
|
454
|
+
responses: {
|
|
455
|
+
200: {
|
|
456
|
+
bodyMapper: Mappers.CallParticipantInternal
|
|
393
457
|
},
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
458
|
+
default: {
|
|
459
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
queryParameters: [Parameters.apiVersion],
|
|
463
|
+
urlParameters: [
|
|
464
|
+
Parameters.endpoint,
|
|
465
|
+
Parameters.callConnectionId,
|
|
466
|
+
Parameters.participantRawId
|
|
467
|
+
],
|
|
468
|
+
headerParameters: [Parameters.accept],
|
|
469
|
+
serializer
|
|
402
470
|
};
|
|
403
471
|
const getParticipantsNextOperationSpec = {
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
},
|
|
410
|
-
default: {
|
|
411
|
-
bodyMapper: Mappers.CommunicationErrorResponse,
|
|
412
|
-
},
|
|
472
|
+
path: "{nextLink}",
|
|
473
|
+
httpMethod: "GET",
|
|
474
|
+
responses: {
|
|
475
|
+
200: {
|
|
476
|
+
bodyMapper: Mappers.GetParticipantsResponse
|
|
413
477
|
},
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
478
|
+
default: {
|
|
479
|
+
bodyMapper: Mappers.CommunicationErrorResponse
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
urlParameters: [
|
|
483
|
+
Parameters.endpoint,
|
|
484
|
+
Parameters.callConnectionId,
|
|
485
|
+
Parameters.nextLink
|
|
486
|
+
],
|
|
487
|
+
headerParameters: [Parameters.accept],
|
|
488
|
+
serializer
|
|
421
489
|
};
|
|
422
|
-
|
|
490
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
491
|
+
0 && (module.exports = {
|
|
492
|
+
CallConnectionImpl
|
|
493
|
+
});
|
|
494
|
+
//# sourceMappingURL=callConnection.js.map
|