@azure/communication-call-automation 1.6.0-beta.2 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commonjs/callAutomationClient.d.ts.map +1 -1
- package/dist/commonjs/callAutomationClient.js +328 -271
- package/dist/commonjs/callAutomationClient.js.map +7 -1
- package/dist/commonjs/callAutomationEventParser.d.ts.map +1 -1
- package/dist/commonjs/callAutomationEventParser.js +193 -184
- package/dist/commonjs/callAutomationEventParser.js.map +7 -1
- package/dist/commonjs/callConnection.d.ts +5 -5
- package/dist/commonjs/callConnection.d.ts.map +1 -1
- package/dist/commonjs/callConnection.js +339 -287
- package/dist/commonjs/callConnection.js.map +7 -1
- package/dist/commonjs/callMedia.d.ts +3 -8
- package/dist/commonjs/callMedia.d.ts.map +1 -1
- package/dist/commonjs/callMedia.js +402 -429
- package/dist/commonjs/callMedia.js.map +7 -1
- package/dist/commonjs/callRecording.js +214 -190
- package/dist/commonjs/callRecording.js.map +7 -1
- package/dist/commonjs/contentDownloader.d.ts +12 -0
- package/dist/commonjs/contentDownloader.d.ts.map +1 -1
- package/dist/commonjs/contentDownloader.js +139 -101
- package/dist/commonjs/contentDownloader.js.map +7 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.d.ts +1 -1
- package/dist/commonjs/generated/src/callAutomationApiClient.js +258 -222
- package/dist/commonjs/generated/src/callAutomationApiClient.js.map +7 -1
- package/dist/commonjs/generated/src/index.js +36 -19
- package/dist/commonjs/generated/src/index.js.map +7 -1
- package/dist/commonjs/generated/src/models/index.d.ts +243 -457
- package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/index.js +278 -367
- package/dist/commonjs/generated/src/models/index.js.map +7 -1
- package/dist/commonjs/generated/src/models/mappers.d.ts +21 -26
- package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/mappers.js +4240 -4281
- package/dist/commonjs/generated/src/models/mappers.js.map +7 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts +0 -1
- package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models/parameters.js +287 -211
- package/dist/commonjs/generated/src/models/parameters.js.map +7 -1
- package/dist/commonjs/generated/src/operations/callConnection.d.ts +1 -1
- package/dist/commonjs/generated/src/operations/callConnection.js +454 -382
- package/dist/commonjs/generated/src/operations/callConnection.js.map +7 -1
- package/dist/commonjs/generated/src/operations/callMedia.d.ts +1 -8
- package/dist/commonjs/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operations/callMedia.js +394 -354
- package/dist/commonjs/generated/src/operations/callMedia.js.map +7 -1
- package/dist/commonjs/generated/src/operations/callRecording.js +180 -139
- package/dist/commonjs/generated/src/operations/callRecording.js.map +7 -1
- package/dist/commonjs/generated/src/operations/index.js +26 -14
- package/dist/commonjs/generated/src/operations/index.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.d.ts +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js +16 -10
- package/dist/commonjs/generated/src/operationsInterfaces/callConnection.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts +1 -8
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js +16 -10
- package/dist/commonjs/generated/src/operationsInterfaces/callMedia.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js +16 -10
- package/dist/commonjs/generated/src/operationsInterfaces/callRecording.js.map +7 -1
- package/dist/commonjs/generated/src/operationsInterfaces/index.js +26 -14
- package/dist/commonjs/generated/src/operationsInterfaces/index.js.map +7 -1
- package/dist/commonjs/generated/src/pagingHelper.js +40 -30
- package/dist/commonjs/generated/src/pagingHelper.js.map +7 -1
- package/dist/commonjs/index.d.ts +3 -3
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +36 -17
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/models/events.d.ts +297 -237
- package/dist/commonjs/models/events.d.ts.map +1 -1
- package/dist/commonjs/models/events.js +16 -5
- package/dist/commonjs/models/events.js.map +7 -1
- package/dist/commonjs/models/logger.js +29 -11
- package/dist/commonjs/models/logger.js.map +7 -1
- package/dist/commonjs/models/mapper.js +99 -78
- package/dist/commonjs/models/mapper.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +8 -29
- package/dist/commonjs/models/models.d.ts.map +1 -1
- package/dist/commonjs/models/models.js +68 -61
- package/dist/commonjs/models/models.js.map +7 -1
- package/dist/commonjs/models/options.d.ts +11 -65
- package/dist/commonjs/models/options.d.ts.map +1 -1
- package/dist/commonjs/models/options.js +16 -5
- package/dist/commonjs/models/options.js.map +7 -1
- package/dist/commonjs/models/responses.js +16 -5
- package/dist/commonjs/models/responses.js.map +7 -1
- package/dist/commonjs/models/streaming.d.ts +1 -12
- package/dist/commonjs/models/streaming.d.ts.map +1 -1
- package/dist/commonjs/models/streaming.js +55 -39
- package/dist/commonjs/models/streaming.js.map +7 -1
- package/dist/commonjs/streamingData.d.ts.map +1 -1
- package/dist/commonjs/streamingData.js +112 -99
- package/dist/commonjs/streamingData.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/commonjs/utli/converters.d.ts.map +1 -1
- package/dist/commonjs/utli/converters.js +285 -275
- package/dist/commonjs/utli/converters.js.map +7 -1
- package/dist/commonjs/utli/recordingUrlValidator.d.ts +9 -0
- package/dist/commonjs/utli/recordingUrlValidator.d.ts.map +1 -0
- package/dist/commonjs/utli/recordingUrlValidator.js +56 -0
- package/dist/commonjs/utli/recordingUrlValidator.js.map +7 -0
- package/dist/esm/callAutomationClient.d.ts.map +1 -1
- package/dist/esm/callAutomationClient.js +1 -4
- package/dist/esm/callAutomationClient.js.map +1 -1
- package/dist/esm/callAutomationEventParser.d.ts.map +1 -1
- package/dist/esm/callAutomationEventParser.js +8 -15
- package/dist/esm/callAutomationEventParser.js.map +1 -1
- package/dist/esm/callConnection.d.ts +5 -5
- package/dist/esm/callConnection.d.ts.map +1 -1
- package/dist/esm/callConnection.js +11 -10
- package/dist/esm/callConnection.js.map +1 -1
- package/dist/esm/callMedia.d.ts +3 -8
- package/dist/esm/callMedia.d.ts.map +1 -1
- package/dist/esm/callMedia.js +7 -35
- package/dist/esm/callMedia.js.map +1 -1
- package/dist/esm/contentDownloader.d.ts +12 -0
- package/dist/esm/contentDownloader.d.ts.map +1 -1
- package/dist/esm/contentDownloader.js +37 -8
- package/dist/esm/contentDownloader.js.map +1 -1
- package/dist/esm/generated/src/callAutomationApiClient.d.ts +1 -1
- package/dist/esm/generated/src/callAutomationApiClient.js +3 -3
- package/dist/esm/generated/src/callAutomationApiClient.js.map +1 -1
- package/dist/esm/generated/src/models/index.d.ts +243 -457
- package/dist/esm/generated/src/models/index.d.ts.map +1 -1
- package/dist/esm/generated/src/models/index.js +28 -40
- package/dist/esm/generated/src/models/index.js.map +1 -1
- package/dist/esm/generated/src/models/mappers.d.ts +21 -26
- package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
- package/dist/esm/generated/src/models/mappers.js +327 -602
- package/dist/esm/generated/src/models/mappers.js.map +1 -1
- package/dist/esm/generated/src/models/parameters.d.ts +0 -1
- package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
- package/dist/esm/generated/src/models/parameters.js +2 -6
- package/dist/esm/generated/src/models/parameters.js.map +1 -1
- package/dist/esm/generated/src/operations/callConnection.d.ts +1 -1
- package/dist/esm/generated/src/operations/callConnection.js +1 -1
- package/dist/esm/generated/src/operations/callConnection.js.map +1 -1
- package/dist/esm/generated/src/operations/callMedia.d.ts +1 -8
- package/dist/esm/generated/src/operations/callMedia.d.ts.map +1 -1
- package/dist/esm/generated/src/operations/callMedia.js +0 -25
- package/dist/esm/generated/src/operations/callMedia.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callConnection.d.ts +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callConnection.js.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts +1 -8
- package/dist/esm/generated/src/operationsInterfaces/callMedia.d.ts.map +1 -1
- package/dist/esm/generated/src/operationsInterfaces/callMedia.js.map +1 -1
- package/dist/esm/index.d.ts +3 -3
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +0 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/models/events.d.ts +297 -237
- package/dist/esm/models/events.d.ts.map +1 -1
- package/dist/esm/models/events.js.map +1 -1
- package/dist/esm/models/models.d.ts +8 -29
- package/dist/esm/models/models.d.ts.map +1 -1
- package/dist/esm/models/models.js.map +1 -1
- package/dist/esm/models/options.d.ts +11 -65
- package/dist/esm/models/options.d.ts.map +1 -1
- package/dist/esm/models/options.js.map +1 -1
- package/dist/esm/models/streaming.d.ts +1 -12
- package/dist/esm/models/streaming.d.ts.map +1 -1
- package/dist/esm/models/streaming.js.map +1 -1
- package/dist/esm/streamingData.d.ts.map +1 -1
- package/dist/esm/streamingData.js +0 -5
- package/dist/esm/streamingData.js.map +1 -1
- package/dist/esm/utli/converters.d.ts.map +1 -1
- package/dist/esm/utli/converters.js +1 -1
- package/dist/esm/utli/converters.js.map +1 -1
- package/dist/esm/utli/recordingUrlValidator.d.ts +9 -0
- package/dist/esm/utli/recordingUrlValidator.d.ts.map +1 -0
- package/dist/esm/utli/recordingUrlValidator.js +45 -0
- package/dist/esm/utli/recordingUrlValidator.js.map +1 -0
- package/package.json +37 -50
- package/dist/browser/callAutomationClient.d.ts +0 -98
- package/dist/browser/callAutomationClient.d.ts.map +0 -1
- package/dist/browser/callAutomationClient.js +0 -275
- package/dist/browser/callAutomationClient.js.map +0 -1
- package/dist/browser/callAutomationEventParser.d.ts +0 -6
- package/dist/browser/callAutomationEventParser.d.ts.map +0 -1
- package/dist/browser/callAutomationEventParser.js +0 -189
- package/dist/browser/callAutomationEventParser.js.map +0 -1
- package/dist/browser/callConnection.d.ts +0 -83
- package/dist/browser/callConnection.d.ts.map +0 -1
- package/dist/browser/callConnection.js +0 -289
- package/dist/browser/callConnection.js.map +0 -1
- package/dist/browser/callMedia.d.ts +0 -114
- package/dist/browser/callMedia.d.ts.map +0 -1
- package/dist/browser/callMedia.js +0 -433
- package/dist/browser/callMedia.js.map +0 -1
- package/dist/browser/callRecording.d.ts +0 -70
- package/dist/browser/callRecording.d.ts.map +0 -1
- package/dist/browser/callRecording.js +0 -195
- package/dist/browser/callRecording.js.map +0 -1
- package/dist/browser/contentDownloader.d.ts +0 -25
- package/dist/browser/contentDownloader.d.ts.map +0 -1
- package/dist/browser/contentDownloader.js +0 -103
- package/dist/browser/contentDownloader.js.map +0 -1
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js +0 -38
- package/dist/browser/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
- package/dist/browser/credential/callAutomationAuthPolicy.d.ts +0 -22
- package/dist/browser/credential/callAutomationAuthPolicy.d.ts.map +0 -1
- package/dist/browser/credential/callAutomationAuthPolicy.js +0 -53
- package/dist/browser/credential/callAutomationAuthPolicy.js.map +0 -1
- package/dist/browser/credential/cryptoUtils-browser.d.mts.map +0 -1
- package/dist/browser/credential/cryptoUtils-browser.mjs.map +0 -1
- package/dist/browser/credential/cryptoUtils.d.ts +0 -3
- package/dist/browser/credential/cryptoUtils.js +0 -20
- package/dist/browser/credential/encodeUtils.browser.d.ts +0 -4
- package/dist/browser/credential/encodeUtils.browser.d.ts.map +0 -1
- package/dist/browser/credential/encodeUtils.browser.js +0 -26
- package/dist/browser/credential/encodeUtils.browser.js.map +0 -1
- package/dist/browser/generated/src/callAutomationApiClient.d.ts +0 -49
- package/dist/browser/generated/src/callAutomationApiClient.d.ts.map +0 -1
- package/dist/browser/generated/src/callAutomationApiClient.js +0 -235
- package/dist/browser/generated/src/callAutomationApiClient.js.map +0 -1
- package/dist/browser/generated/src/index.d.ts +0 -5
- package/dist/browser/generated/src/index.d.ts.map +0 -1
- package/dist/browser/generated/src/index.js +0 -13
- package/dist/browser/generated/src/index.js.map +0 -1
- package/dist/browser/generated/src/models/index.d.ts +0 -2342
- package/dist/browser/generated/src/models/index.d.ts.map +0 -1
- package/dist/browser/generated/src/models/index.js +0 -364
- package/dist/browser/generated/src/models/index.js.map +0 -1
- package/dist/browser/generated/src/models/mappers.d.ts +0 -123
- package/dist/browser/generated/src/models/mappers.d.ts.map +0 -1
- package/dist/browser/generated/src/models/mappers.js +0 -4395
- package/dist/browser/generated/src/models/mappers.js.map +0 -1
- package/dist/browser/generated/src/models/parameters.d.ts +0 -36
- package/dist/browser/generated/src/models/parameters.d.ts.map +0 -1
- package/dist/browser/generated/src/models/parameters.js +0 -208
- package/dist/browser/generated/src/models/parameters.js.map +0 -1
- package/dist/browser/generated/src/operations/callConnection.d.ts +0 -103
- package/dist/browser/generated/src/operations/callConnection.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/callConnection.js +0 -417
- package/dist/browser/generated/src/operations/callConnection.js.map +0 -1
- package/dist/browser/generated/src/operations/callMedia.d.ts +0 -110
- package/dist/browser/generated/src/operations/callMedia.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/callMedia.js +0 -378
- package/dist/browser/generated/src/operations/callMedia.js.map +0 -1
- package/dist/browser/generated/src/operations/callRecording.d.ts +0 -43
- package/dist/browser/generated/src/operations/callRecording.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/callRecording.js +0 -148
- package/dist/browser/generated/src/operations/callRecording.js.map +0 -1
- package/dist/browser/generated/src/operations/index.d.ts +0 -4
- package/dist/browser/generated/src/operations/index.d.ts.map +0 -1
- package/dist/browser/generated/src/operations/index.js +0 -11
- package/dist/browser/generated/src/operations/index.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts +0 -80
- package/dist/browser/generated/src/operationsInterfaces/callConnection.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callConnection.js +0 -9
- package/dist/browser/generated/src/operationsInterfaces/callConnection.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts +0 -102
- package/dist/browser/generated/src/operationsInterfaces/callMedia.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callMedia.js +0 -9
- package/dist/browser/generated/src/operationsInterfaces/callMedia.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts +0 -35
- package/dist/browser/generated/src/operationsInterfaces/callRecording.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/callRecording.js +0 -9
- package/dist/browser/generated/src/operationsInterfaces/callRecording.js.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts +0 -4
- package/dist/browser/generated/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/generated/src/operationsInterfaces/index.js +0 -11
- package/dist/browser/generated/src/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/generated/src/pagingHelper.d.ts +0 -13
- package/dist/browser/generated/src/pagingHelper.d.ts.map +0 -1
- package/dist/browser/generated/src/pagingHelper.js +0 -30
- package/dist/browser/generated/src/pagingHelper.js.map +0 -1
- package/dist/browser/index.d.ts +0 -12
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/index.js +0 -14
- package/dist/browser/index.js.map +0 -1
- package/dist/browser/models/constants.d.ts +0 -2
- package/dist/browser/models/constants.d.ts.map +0 -1
- package/dist/browser/models/constants.js +0 -4
- package/dist/browser/models/constants.js.map +0 -1
- package/dist/browser/models/events.d.ts +0 -689
- package/dist/browser/models/events.d.ts.map +0 -1
- package/dist/browser/models/events.js +0 -4
- package/dist/browser/models/events.js.map +0 -1
- package/dist/browser/models/logger.d.ts +0 -5
- package/dist/browser/models/logger.d.ts.map +0 -1
- package/dist/browser/models/logger.js +0 -8
- package/dist/browser/models/logger.js.map +0 -1
- package/dist/browser/models/mapper.d.ts +0 -3
- package/dist/browser/models/mapper.d.ts.map +0 -1
- package/dist/browser/models/mapper.js +0 -76
- package/dist/browser/models/mapper.js.map +0 -1
- package/dist/browser/models/models.d.ts +0 -305
- package/dist/browser/models/models.d.ts.map +0 -1
- package/dist/browser/models/models.js +0 -54
- package/dist/browser/models/models.js.map +0 -1
- package/dist/browser/models/options.d.ts +0 -463
- package/dist/browser/models/options.d.ts.map +0 -1
- package/dist/browser/models/options.js +0 -4
- package/dist/browser/models/options.js.map +0 -1
- package/dist/browser/models/responses.d.ts +0 -81
- package/dist/browser/models/responses.d.ts.map +0 -1
- package/dist/browser/models/responses.js +0 -4
- package/dist/browser/models/responses.js.map +0 -1
- package/dist/browser/models/streaming.d.ts +0 -128
- package/dist/browser/models/streaming.d.ts.map +0 -1
- package/dist/browser/models/streaming.js +0 -38
- package/dist/browser/models/streaming.js.map +0 -1
- package/dist/browser/package.json +0 -3
- package/dist/browser/streamingData.d.ts +0 -13
- package/dist/browser/streamingData.d.ts.map +0 -1
- package/dist/browser/streamingData.js +0 -99
- package/dist/browser/streamingData.js.map +0 -1
- package/dist/browser/utli/converters.d.ts +0 -46
- package/dist/browser/utli/converters.d.ts.map +0 -1
- package/dist/browser/utli/converters.js +0 -294
- package/dist/browser/utli/converters.js.map +0 -1
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js +0 -41
- package/dist/commonjs/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
- package/dist/commonjs/credential/callAutomationAuthPolicy.d.ts +0 -22
- package/dist/commonjs/credential/callAutomationAuthPolicy.d.ts.map +0 -1
- package/dist/commonjs/credential/callAutomationAuthPolicy.js +0 -57
- package/dist/commonjs/credential/callAutomationAuthPolicy.js.map +0 -1
- package/dist/commonjs/credential/cryptoUtils.d.ts +0 -3
- package/dist/commonjs/credential/cryptoUtils.d.ts.map +0 -1
- package/dist/commonjs/credential/cryptoUtils.js +0 -14
- package/dist/commonjs/credential/cryptoUtils.js.map +0 -1
- package/dist/commonjs/credential/encodeUtils.browser.d.ts +0 -4
- package/dist/commonjs/credential/encodeUtils.browser.d.ts.map +0 -1
- package/dist/commonjs/credential/encodeUtils.browser.js +0 -32
- package/dist/commonjs/credential/encodeUtils.browser.js.map +0 -1
- package/dist/commonjs/models/constants.d.ts +0 -2
- package/dist/commonjs/models/constants.d.ts.map +0 -1
- package/dist/commonjs/models/constants.js +0 -7
- package/dist/commonjs/models/constants.js.map +0 -1
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js +0 -38
- package/dist/esm/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
- package/dist/esm/credential/callAutomationAuthPolicy.d.ts +0 -22
- package/dist/esm/credential/callAutomationAuthPolicy.d.ts.map +0 -1
- package/dist/esm/credential/callAutomationAuthPolicy.js +0 -53
- package/dist/esm/credential/callAutomationAuthPolicy.js.map +0 -1
- package/dist/esm/credential/cryptoUtils.d.ts +0 -3
- package/dist/esm/credential/cryptoUtils.d.ts.map +0 -1
- package/dist/esm/credential/cryptoUtils.js +0 -9
- package/dist/esm/credential/cryptoUtils.js.map +0 -1
- package/dist/esm/credential/encodeUtils.browser.d.ts +0 -4
- package/dist/esm/credential/encodeUtils.browser.d.ts.map +0 -1
- package/dist/esm/credential/encodeUtils.browser.js +0 -26
- package/dist/esm/credential/encodeUtils.browser.js.map +0 -1
- package/dist/esm/models/constants.d.ts +0 -2
- package/dist/esm/models/constants.d.ts.map +0 -1
- package/dist/esm/models/constants.js +0 -4
- package/dist/esm/models/constants.js.map +0 -1
- package/dist/react-native/callAutomationClient.d.ts +0 -98
- package/dist/react-native/callAutomationClient.d.ts.map +0 -1
- package/dist/react-native/callAutomationClient.js +0 -275
- package/dist/react-native/callAutomationClient.js.map +0 -1
- package/dist/react-native/callAutomationEventParser.d.ts +0 -6
- package/dist/react-native/callAutomationEventParser.d.ts.map +0 -1
- package/dist/react-native/callAutomationEventParser.js +0 -189
- package/dist/react-native/callAutomationEventParser.js.map +0 -1
- package/dist/react-native/callConnection.d.ts +0 -83
- package/dist/react-native/callConnection.d.ts.map +0 -1
- package/dist/react-native/callConnection.js +0 -289
- package/dist/react-native/callConnection.js.map +0 -1
- package/dist/react-native/callMedia.d.ts +0 -114
- package/dist/react-native/callMedia.d.ts.map +0 -1
- package/dist/react-native/callMedia.js +0 -433
- package/dist/react-native/callMedia.js.map +0 -1
- package/dist/react-native/callRecording.d.ts +0 -70
- package/dist/react-native/callRecording.d.ts.map +0 -1
- package/dist/react-native/callRecording.js +0 -195
- package/dist/react-native/callRecording.js.map +0 -1
- package/dist/react-native/contentDownloader.d.ts +0 -25
- package/dist/react-native/contentDownloader.d.ts.map +0 -1
- package/dist/react-native/contentDownloader.js +0 -103
- package/dist/react-native/contentDownloader.js.map +0 -1
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.d.ts +0 -10
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.d.ts.map +0 -1
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js +0 -38
- package/dist/react-native/credential/callAutomationAccessKeyCredentialPolicy.js.map +0 -1
- package/dist/react-native/credential/callAutomationAuthPolicy.d.ts +0 -22
- package/dist/react-native/credential/callAutomationAuthPolicy.d.ts.map +0 -1
- package/dist/react-native/credential/callAutomationAuthPolicy.js +0 -53
- package/dist/react-native/credential/callAutomationAuthPolicy.js.map +0 -1
- package/dist/react-native/credential/cryptoUtils.d.ts +0 -3
- package/dist/react-native/credential/cryptoUtils.d.ts.map +0 -1
- package/dist/react-native/credential/cryptoUtils.js +0 -9
- package/dist/react-native/credential/cryptoUtils.js.map +0 -1
- package/dist/react-native/credential/encodeUtils.browser.d.ts +0 -4
- package/dist/react-native/credential/encodeUtils.browser.d.ts.map +0 -1
- package/dist/react-native/credential/encodeUtils.browser.js +0 -26
- package/dist/react-native/credential/encodeUtils.browser.js.map +0 -1
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts +0 -49
- package/dist/react-native/generated/src/callAutomationApiClient.d.ts.map +0 -1
- package/dist/react-native/generated/src/callAutomationApiClient.js +0 -235
- package/dist/react-native/generated/src/callAutomationApiClient.js.map +0 -1
- package/dist/react-native/generated/src/index.d.ts +0 -5
- package/dist/react-native/generated/src/index.d.ts.map +0 -1
- package/dist/react-native/generated/src/index.js +0 -13
- package/dist/react-native/generated/src/index.js.map +0 -1
- package/dist/react-native/generated/src/models/index.d.ts +0 -2342
- package/dist/react-native/generated/src/models/index.d.ts.map +0 -1
- package/dist/react-native/generated/src/models/index.js +0 -364
- package/dist/react-native/generated/src/models/index.js.map +0 -1
- package/dist/react-native/generated/src/models/mappers.d.ts +0 -123
- package/dist/react-native/generated/src/models/mappers.d.ts.map +0 -1
- package/dist/react-native/generated/src/models/mappers.js +0 -4395
- package/dist/react-native/generated/src/models/mappers.js.map +0 -1
- package/dist/react-native/generated/src/models/parameters.d.ts +0 -36
- package/dist/react-native/generated/src/models/parameters.d.ts.map +0 -1
- package/dist/react-native/generated/src/models/parameters.js +0 -208
- package/dist/react-native/generated/src/models/parameters.js.map +0 -1
- package/dist/react-native/generated/src/operations/callConnection.d.ts +0 -103
- package/dist/react-native/generated/src/operations/callConnection.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/callConnection.js +0 -417
- package/dist/react-native/generated/src/operations/callConnection.js.map +0 -1
- package/dist/react-native/generated/src/operations/callMedia.d.ts +0 -110
- package/dist/react-native/generated/src/operations/callMedia.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/callMedia.js +0 -378
- package/dist/react-native/generated/src/operations/callMedia.js.map +0 -1
- package/dist/react-native/generated/src/operations/callRecording.d.ts +0 -43
- package/dist/react-native/generated/src/operations/callRecording.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/callRecording.js +0 -148
- package/dist/react-native/generated/src/operations/callRecording.js.map +0 -1
- package/dist/react-native/generated/src/operations/index.d.ts +0 -4
- package/dist/react-native/generated/src/operations/index.d.ts.map +0 -1
- package/dist/react-native/generated/src/operations/index.js +0 -11
- package/dist/react-native/generated/src/operations/index.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts +0 -80
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.js +0 -9
- package/dist/react-native/generated/src/operationsInterfaces/callConnection.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts +0 -102
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.js +0 -9
- package/dist/react-native/generated/src/operationsInterfaces/callMedia.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts +0 -35
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.js +0 -9
- package/dist/react-native/generated/src/operationsInterfaces/callRecording.js.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts +0 -4
- package/dist/react-native/generated/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/generated/src/operationsInterfaces/index.js +0 -11
- package/dist/react-native/generated/src/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/generated/src/pagingHelper.d.ts +0 -13
- package/dist/react-native/generated/src/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/generated/src/pagingHelper.js +0 -30
- package/dist/react-native/generated/src/pagingHelper.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -12
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -14
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/models/constants.d.ts +0 -2
- package/dist/react-native/models/constants.d.ts.map +0 -1
- package/dist/react-native/models/constants.js +0 -4
- package/dist/react-native/models/constants.js.map +0 -1
- package/dist/react-native/models/events.d.ts +0 -689
- package/dist/react-native/models/events.d.ts.map +0 -1
- package/dist/react-native/models/events.js +0 -4
- package/dist/react-native/models/events.js.map +0 -1
- package/dist/react-native/models/logger.d.ts +0 -5
- package/dist/react-native/models/logger.d.ts.map +0 -1
- package/dist/react-native/models/logger.js +0 -8
- package/dist/react-native/models/logger.js.map +0 -1
- package/dist/react-native/models/mapper.d.ts +0 -3
- package/dist/react-native/models/mapper.d.ts.map +0 -1
- package/dist/react-native/models/mapper.js +0 -76
- package/dist/react-native/models/mapper.js.map +0 -1
- package/dist/react-native/models/models.d.ts +0 -305
- package/dist/react-native/models/models.d.ts.map +0 -1
- package/dist/react-native/models/models.js +0 -54
- package/dist/react-native/models/models.js.map +0 -1
- package/dist/react-native/models/options.d.ts +0 -463
- package/dist/react-native/models/options.d.ts.map +0 -1
- package/dist/react-native/models/options.js +0 -4
- package/dist/react-native/models/options.js.map +0 -1
- package/dist/react-native/models/responses.d.ts +0 -81
- package/dist/react-native/models/responses.d.ts.map +0 -1
- package/dist/react-native/models/responses.js +0 -4
- package/dist/react-native/models/responses.js.map +0 -1
- package/dist/react-native/models/streaming.d.ts +0 -128
- package/dist/react-native/models/streaming.d.ts.map +0 -1
- package/dist/react-native/models/streaming.js +0 -38
- package/dist/react-native/models/streaming.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/streamingData.d.ts +0 -13
- package/dist/react-native/streamingData.d.ts.map +0 -1
- package/dist/react-native/streamingData.js +0 -99
- package/dist/react-native/streamingData.js.map +0 -1
- package/dist/react-native/utli/converters.d.ts +0 -46
- package/dist/react-native/utli/converters.d.ts.map +0 -1
- package/dist/react-native/utli/converters.js +0 -294
- package/dist/react-native/utli/converters.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callConnection.d.ts","sourceRoot":"","sources":["../../src/callConnection.ts"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"callConnection.d.ts","sourceRoot":"","sources":["../../src/callConnection.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,6BAA6B,CAAC;AAE3E,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,KAAK,EAEV,qCAAqC,EAOtC,MAAM,0BAA0B,CAAC;AAGlC,OAAO,EACL,KAAK,wBAAwB,EAC7B,KAAK,UAAU,EACf,KAAK,eAAe,EAErB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,KAAK,EACV,qBAAqB,EACrB,oCAAoC,EACpC,kCAAkC,EAClC,qBAAqB,EACrB,aAAa,EACb,uBAAuB,EACvB,qBAAqB,EACrB,wBAAwB,EACxB,gCAAgC,EACjC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EACV,sBAAsB,EACtB,kBAAkB,EAClB,oBAAoB,EACpB,uBAAuB,EACvB,qBAAqB,EACrB,mCAAmC,EACnC,sBAAsB,EACvB,MAAM,uBAAuB,CAAC;AAW/B,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAEvE;;GAEG;AACH,qBAAa,cAAc;IACzB,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAS;IAC1C,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAqB;IACpD,OAAO,CAAC,QAAQ,CAAC,uBAAuB,CAA0B;IAClE,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAS;IAClC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAkC;IAC7D,OAAO,CAAC,QAAQ,CAAC,8BAA8B,CAAC,CAAwC;gBAEtF,gBAAgB,EAAE,MAAM,EACxB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,aAAa,GAAG,eAAe,EAC3C,OAAO,CAAC,EAAE,qCAAqC;IAYjD;;OAEG;IACI,YAAY,IAAI,SAAS;IAShC;;OAEG;IACU,2BAA2B,CACtC,OAAO,GAAE,kCAAuC,GAC/C,OAAO,CAAC,wBAAwB,CAAC;IAgBpC;;;;OAIG;IACU,MAAM,CAAC,aAAa,EAAE,OAAO,EAAE,OAAO,GAAE,aAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAcvF;;;;OAIG;IACU,cAAc,CACzB,iBAAiB,EAAE,uBAAuB,EAC1C,OAAO,GAAE,qBAA0B,GAClC,OAAO,CAAC,eAAe,CAAC;IAe3B;;OAEG;IACU,gBAAgB,CAC3B,OAAO,GAAE,qBAA0B,GAClC,OAAO,CAAC,sBAAsB,CAAC;IAkBlC,OAAO,CAAC,kCAAkC;IA8B1C;;;;OAIG;IACU,cAAc,CACzB,iBAAiB,EAAE,UAAU,EAC7B,OAAO,GAAE,qBAA0B,GAClC,OAAO,CAAC,oBAAoB,CAAC;IAoChC;;;;OAIG;IACU,yBAAyB,CACpC,iBAAiB,EAAE,uBAAuB,EAC1C,OAAO,GAAE,gCAAqC,GAC7C,OAAO,CAAC,kBAAkB,CAAC;IAyB9B;;;;OAIG;IACU,iBAAiB,CAC5B,WAAW,EAAE,uBAAuB,EACpC,OAAO,GAAE,wBAA6B,GACrC,OAAO,CAAC,uBAAuB,CAAC;IAsBnC;;;;;OAKG;IACU,eAAe,CAC1B,WAAW,EAAE,uBAAuB,EACpC,OAAO,GAAE,qBAA0B,GAClC,OAAO,CAAC,qBAAqB,CAAC;IAqBjC;;;OAGG;IACU,6BAA6B,CACxC,YAAY,EAAE,MAAM,EACpB,OAAO,GAAE,oCAAyC,GACjD,OAAO,CAAC,mCAAmC,CAAC;IA8B/C;;;;;;OAMG;IACU,gBAAgB,CAC3B,kBAAkB,EAAE,uBAAuB,EAAE,EAC7C,QAAQ,EAAE,MAAM,EAChB,OAAO,GAAE,uBAA4B,GACpC,OAAO,CAAC,sBAAsB,CAAC;CAoCnC"}
|
|
@@ -1,293 +1,345 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
var __defProp = Object.defineProperty;
|
|
2
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
+
var __export = (target, all) => {
|
|
6
|
+
for (var name in all)
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
+
};
|
|
9
|
+
var __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
+
}
|
|
15
|
+
return to;
|
|
16
|
+
};
|
|
17
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
+
var callConnection_exports = {};
|
|
19
|
+
__export(callConnection_exports, {
|
|
20
|
+
CallConnection: () => CallConnection
|
|
21
|
+
});
|
|
22
|
+
module.exports = __toCommonJS(callConnection_exports);
|
|
23
|
+
var import_communication_common = require("@azure/communication-common");
|
|
24
|
+
var import_callMedia = require("./callMedia.js");
|
|
25
|
+
var import_src = require("./generated/src/index.js");
|
|
26
|
+
var import_operations = require("./generated/src/operations/index.js");
|
|
27
|
+
var import_converters = require("./utli/converters.js");
|
|
28
|
+
var import_core_util = require("@azure/core-util");
|
|
15
29
|
class CallConnection {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
callConnectionId;
|
|
31
|
+
callConnection;
|
|
32
|
+
callAutomationApiClient;
|
|
33
|
+
endpoint;
|
|
34
|
+
credential;
|
|
35
|
+
callAutomationApiClientOptions;
|
|
36
|
+
constructor(callConnectionId, endpoint, credential, options) {
|
|
37
|
+
this.callAutomationApiClient = new import_src.CallAutomationApiClient(endpoint, options);
|
|
38
|
+
const authPolicy = (0, import_communication_common.createCommunicationAuthPolicy)(credential);
|
|
39
|
+
this.callAutomationApiClient.pipeline.addPolicy(authPolicy);
|
|
40
|
+
this.callConnectionId = callConnectionId;
|
|
41
|
+
this.callConnection = new import_operations.CallConnectionImpl(this.callAutomationApiClient);
|
|
42
|
+
this.endpoint = endpoint;
|
|
43
|
+
this.credential = credential;
|
|
44
|
+
this.callAutomationApiClientOptions = options;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* Initializes a new instance of CallMedia.
|
|
48
|
+
*/
|
|
49
|
+
getCallMedia() {
|
|
50
|
+
return new import_callMedia.CallMedia(
|
|
51
|
+
this.callConnectionId,
|
|
52
|
+
this.endpoint,
|
|
53
|
+
this.credential,
|
|
54
|
+
this.callAutomationApiClientOptions
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Get call connection properties of the call
|
|
59
|
+
*/
|
|
60
|
+
async getCallConnectionProperties(options = {}) {
|
|
61
|
+
const { targets, sourceCallerIdNumber, answeredBy, source, answeredFor, ...result } = await this.callConnection.getCall(this.callConnectionId, options);
|
|
62
|
+
const callConnectionProperties = {
|
|
63
|
+
...result,
|
|
64
|
+
source: source ? (0, import_converters.communicationIdentifierConverter)(source) : void 0,
|
|
65
|
+
answeredby: (0, import_converters.communicationUserIdentifierConverter)(answeredBy),
|
|
66
|
+
answeredFor: answeredFor ? (0, import_converters.phoneNumberIdentifierConverter)(answeredFor) : void 0,
|
|
67
|
+
targetParticipants: targets?.map((target) => (0, import_converters.communicationIdentifierConverter)(target)),
|
|
68
|
+
sourceCallerIdNumber: sourceCallerIdNumber ? (0, import_converters.phoneNumberIdentifierConverter)(sourceCallerIdNumber) : void 0
|
|
69
|
+
};
|
|
70
|
+
return callConnectionProperties;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Hang up the call for itself or terminate the whole call.
|
|
74
|
+
*
|
|
75
|
+
* @param isForEveryOne - Determine if every one in the call would be hung up or not.
|
|
76
|
+
*/
|
|
77
|
+
async hangUp(isForEveryone, options = {}) {
|
|
78
|
+
if (isForEveryone) {
|
|
79
|
+
const optionsInternal = {
|
|
80
|
+
...options,
|
|
81
|
+
repeatabilityFirstSent: /* @__PURE__ */ new Date(),
|
|
82
|
+
repeatabilityRequestID: (0, import_core_util.randomUUID)()
|
|
83
|
+
};
|
|
84
|
+
await this.callConnection.terminateCall(this.callConnectionId, optionsInternal);
|
|
85
|
+
} else {
|
|
86
|
+
await this.callConnection.hangupCall(this.callConnectionId, options);
|
|
31
87
|
}
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
88
|
+
return;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Get a participant from the call
|
|
92
|
+
*
|
|
93
|
+
* @param targetParticipant - The communication identifier of requested participant.
|
|
94
|
+
*/
|
|
95
|
+
async getParticipant(targetParticipant, options = {}) {
|
|
96
|
+
let rawId = (0, import_converters.communicationIdentifierModelConverter)(targetParticipant).rawId;
|
|
97
|
+
rawId = rawId === void 0 ? "" : rawId;
|
|
98
|
+
const result = await this.callConnection.getParticipant(this.callConnectionId, rawId, options);
|
|
99
|
+
const callParticipant = {
|
|
100
|
+
identifier: result.identifier ? (0, import_converters.communicationIdentifierConverter)(result.identifier) : void 0,
|
|
101
|
+
isMuted: result.isMuted,
|
|
102
|
+
isOnHold: result.isOnHold
|
|
103
|
+
};
|
|
104
|
+
return callParticipant;
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* Get all participants from the call
|
|
108
|
+
*/
|
|
109
|
+
async listParticipants(options = {}) {
|
|
110
|
+
const result = this.callConnection.listParticipants(this.callConnectionId, options);
|
|
111
|
+
const participants = [];
|
|
112
|
+
const pages = result?.byPage();
|
|
113
|
+
for await (const page of pages) {
|
|
114
|
+
for (const participant of page) {
|
|
115
|
+
participants.push((0, import_converters.callParticipantConverter)(participant));
|
|
116
|
+
}
|
|
37
117
|
}
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
const optionsInternal = {
|
|
63
|
-
...options,
|
|
64
|
-
repeatabilityFirstSent: new Date(),
|
|
65
|
-
repeatabilityRequestID: (0, core_util_1.randomUUID)(),
|
|
66
|
-
};
|
|
67
|
-
await this.callConnection.terminateCall(this.callConnectionId, optionsInternal);
|
|
68
|
-
}
|
|
69
|
-
else {
|
|
70
|
-
await this.callConnection.hangupCall(this.callConnectionId, options);
|
|
71
|
-
}
|
|
72
|
-
return;
|
|
73
|
-
}
|
|
74
|
-
/**
|
|
75
|
-
* Get a participant from the call
|
|
76
|
-
*
|
|
77
|
-
* @param targetParticipant - The communication identifier of requested participant.
|
|
78
|
-
*/
|
|
79
|
-
async getParticipant(targetParticipant, options = {}) {
|
|
80
|
-
let rawId = (0, converters_js_1.communicationIdentifierModelConverter)(targetParticipant).rawId;
|
|
81
|
-
rawId = rawId === undefined ? "" : rawId;
|
|
82
|
-
const result = await this.callConnection.getParticipant(this.callConnectionId, rawId, options);
|
|
83
|
-
const callParticipant = {
|
|
84
|
-
identifier: result.identifier
|
|
85
|
-
? (0, converters_js_1.communicationIdentifierConverter)(result.identifier)
|
|
86
|
-
: undefined,
|
|
87
|
-
isMuted: result.isMuted,
|
|
88
|
-
isOnHold: result.isOnHold,
|
|
89
|
-
};
|
|
90
|
-
return callParticipant;
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* Get all participants from the call
|
|
94
|
-
*/
|
|
95
|
-
async listParticipants(options = {}) {
|
|
96
|
-
const result = this.callConnection.listParticipants(this.callConnectionId, options);
|
|
97
|
-
const participants = [];
|
|
98
|
-
const pages = result?.byPage();
|
|
99
|
-
for await (const page of pages) {
|
|
100
|
-
for (const participant of page) {
|
|
101
|
-
participants.push((0, converters_js_1.callParticipantConverter)(participant));
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
const listParticipantResponse = {
|
|
105
|
-
...result,
|
|
106
|
-
values: participants,
|
|
107
|
-
};
|
|
108
|
-
return listParticipantResponse;
|
|
109
|
-
}
|
|
110
|
-
createCustomCallingContextInternal(customCallingContext) {
|
|
111
|
-
const sipHeaders = {};
|
|
112
|
-
const voipHeaders = {};
|
|
113
|
-
let teamsPhoneCallDetails = undefined;
|
|
114
|
-
if (customCallingContext) {
|
|
115
|
-
for (const header of customCallingContext) {
|
|
116
|
-
if (header.kind === "sipuui") {
|
|
117
|
-
sipHeaders[`User-To-User`] = header.value;
|
|
118
|
-
}
|
|
119
|
-
else if (header.kind === "sipx") {
|
|
120
|
-
if (header.sipHeaderPrefix === "X-") {
|
|
121
|
-
sipHeaders[`X-${header.key}`] = header.value;
|
|
122
|
-
}
|
|
123
|
-
else {
|
|
124
|
-
sipHeaders[`X-MS-Custom-${header.key}`] = header.value;
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
else if (header.kind === "voip") {
|
|
128
|
-
voipHeaders[`${header.key}`] = header.value;
|
|
129
|
-
}
|
|
130
|
-
else if (header.kind === "teamsPhoneCallDetails") {
|
|
131
|
-
teamsPhoneCallDetails = (0, converters_js_1.teamsPhoneCallDetailsModelConverter)(header);
|
|
132
|
-
}
|
|
133
|
-
}
|
|
118
|
+
const listParticipantResponse = {
|
|
119
|
+
...result,
|
|
120
|
+
values: participants
|
|
121
|
+
};
|
|
122
|
+
return listParticipantResponse;
|
|
123
|
+
}
|
|
124
|
+
createCustomCallingContextInternal(customCallingContext) {
|
|
125
|
+
const sipHeaders = {};
|
|
126
|
+
const voipHeaders = {};
|
|
127
|
+
let teamsPhoneCallDetails = void 0;
|
|
128
|
+
if (customCallingContext) {
|
|
129
|
+
for (const header of customCallingContext) {
|
|
130
|
+
if (header.kind === "sipuui") {
|
|
131
|
+
sipHeaders[`User-To-User`] = header.value;
|
|
132
|
+
} else if (header.kind === "sipx") {
|
|
133
|
+
if (header.sipHeaderPrefix === "X-") {
|
|
134
|
+
sipHeaders[`X-${header.key}`] = header.value;
|
|
135
|
+
} else {
|
|
136
|
+
sipHeaders[`X-MS-Custom-${header.key}`] = header.value;
|
|
137
|
+
}
|
|
138
|
+
} else if (header.kind === "voip") {
|
|
139
|
+
voipHeaders[`${header.key}`] = header.value;
|
|
140
|
+
} else if (header.kind === "TeamsPhoneCallDetails") {
|
|
141
|
+
teamsPhoneCallDetails = (0, import_converters.teamsPhoneCallDetailsModelConverter)(header);
|
|
134
142
|
}
|
|
135
|
-
|
|
136
|
-
sipHeaders: sipHeaders,
|
|
137
|
-
voipHeaders: voipHeaders,
|
|
138
|
-
teamsPhoneCallDetails: teamsPhoneCallDetails,
|
|
139
|
-
};
|
|
140
|
-
}
|
|
141
|
-
/**
|
|
142
|
-
* Add a participant to the call
|
|
143
|
-
*
|
|
144
|
-
* @param participant - The participant is going to be added.
|
|
145
|
-
*/
|
|
146
|
-
async addParticipant(targetParticipant, options = {}) {
|
|
147
|
-
const addParticipantRequest = {
|
|
148
|
-
participantToAdd: (0, converters_js_1.communicationIdentifierModelConverter)(targetParticipant.targetParticipant),
|
|
149
|
-
sourceCallerIdNumber: (0, converters_js_1.PhoneNumberIdentifierModelConverter)(targetParticipant.sourceCallIdNumber),
|
|
150
|
-
sourceDisplayName: targetParticipant.sourceDisplayName,
|
|
151
|
-
invitationTimeoutInSeconds: options.invitationTimeoutInSeconds,
|
|
152
|
-
operationContext: options.operationContext,
|
|
153
|
-
operationCallbackUri: options.operationCallbackUrl,
|
|
154
|
-
customCallingContext: this.createCustomCallingContextInternal(targetParticipant.customCallingContext),
|
|
155
|
-
};
|
|
156
|
-
const optionsInternal = {
|
|
157
|
-
...options,
|
|
158
|
-
repeatabilityFirstSent: new Date(),
|
|
159
|
-
repeatabilityRequestID: (0, core_util_1.randomUUID)(),
|
|
160
|
-
};
|
|
161
|
-
const result = await this.callConnection.addParticipant(this.callConnectionId, addParticipantRequest, optionsInternal);
|
|
162
|
-
const addParticipantsResult = {
|
|
163
|
-
...result,
|
|
164
|
-
participant: {
|
|
165
|
-
...result.participant,
|
|
166
|
-
identifier: result.participant?.identifier
|
|
167
|
-
? (0, converters_js_1.communicationIdentifierConverter)(result.participant?.identifier)
|
|
168
|
-
: undefined,
|
|
169
|
-
},
|
|
170
|
-
};
|
|
171
|
-
return addParticipantsResult;
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* Transfer the call to a target participant
|
|
175
|
-
*
|
|
176
|
-
* @param targetParticipant - The target to be transferred to.
|
|
177
|
-
*/
|
|
178
|
-
async transferCallToParticipant(targetParticipant, options = {}) {
|
|
179
|
-
const transferToParticipantRequest = {
|
|
180
|
-
targetParticipant: (0, converters_js_1.communicationIdentifierModelConverter)(targetParticipant),
|
|
181
|
-
operationContext: options.operationContext ? options.operationContext : (0, core_util_1.randomUUID)(),
|
|
182
|
-
operationCallbackUri: options.operationCallbackUrl,
|
|
183
|
-
transferee: options.transferee && (0, converters_js_1.communicationIdentifierModelConverter)(options.transferee),
|
|
184
|
-
customCallingContext: this.createCustomCallingContextInternal(options.customCallingContext),
|
|
185
|
-
sourceCallerIdNumber: (0, converters_js_1.PhoneNumberIdentifierModelConverter)(options.sourceCallIdNumber),
|
|
186
|
-
};
|
|
187
|
-
const optionsInternal = {
|
|
188
|
-
...options,
|
|
189
|
-
repeatabilityFirstSent: new Date(),
|
|
190
|
-
repeatabilityRequestID: (0, core_util_1.randomUUID)(),
|
|
191
|
-
};
|
|
192
|
-
const result = await this.callConnection.transferToParticipant(this.callConnectionId, transferToParticipantRequest, optionsInternal);
|
|
193
|
-
const transferCallResult = {
|
|
194
|
-
...result,
|
|
195
|
-
};
|
|
196
|
-
return transferCallResult;
|
|
197
|
-
}
|
|
198
|
-
/**
|
|
199
|
-
* Remove a participant from the call
|
|
200
|
-
*
|
|
201
|
-
* @param participant - The participant is going to be removed from the call.
|
|
202
|
-
*/
|
|
203
|
-
async removeParticipant(participant, options = {}) {
|
|
204
|
-
const removeParticipantRequest = {
|
|
205
|
-
participantToRemove: (0, converters_js_1.communicationIdentifierModelConverter)(participant),
|
|
206
|
-
operationContext: options.operationContext ? options.operationContext : (0, core_util_1.randomUUID)(),
|
|
207
|
-
operationCallbackUri: options.operationCallbackUrl,
|
|
208
|
-
};
|
|
209
|
-
const optionsInternal = {
|
|
210
|
-
...options,
|
|
211
|
-
repeatabilityFirstSent: new Date(),
|
|
212
|
-
repeatabilityRequestID: (0, core_util_1.randomUUID)(),
|
|
213
|
-
};
|
|
214
|
-
const result = await this.callConnection.removeParticipant(this.callConnectionId, removeParticipantRequest, optionsInternal);
|
|
215
|
-
const removeParticipantsResult = {
|
|
216
|
-
...result,
|
|
217
|
-
};
|
|
218
|
-
return removeParticipantsResult;
|
|
219
|
-
}
|
|
220
|
-
/**
|
|
221
|
-
* Mute participant from the call.
|
|
222
|
-
*
|
|
223
|
-
* @param participant - Participant to be muted from the call.
|
|
224
|
-
* @param options - Additional attributes for mute participant.
|
|
225
|
-
*/
|
|
226
|
-
async muteParticipant(participant, options = {}) {
|
|
227
|
-
const muteParticipantsRequest = {
|
|
228
|
-
targetParticipants: [(0, converters_js_1.communicationIdentifierModelConverter)(participant)],
|
|
229
|
-
operationContext: options.operationContext,
|
|
230
|
-
};
|
|
231
|
-
const optionsInternal = {
|
|
232
|
-
...options,
|
|
233
|
-
repeatabilityFirstSent: new Date(),
|
|
234
|
-
repeatabilityRequestID: (0, core_util_1.randomUUID)(),
|
|
235
|
-
};
|
|
236
|
-
const result = await this.callConnection.mute(this.callConnectionId, muteParticipantsRequest, optionsInternal);
|
|
237
|
-
const muteParticipantResult = {
|
|
238
|
-
...result,
|
|
239
|
-
};
|
|
240
|
-
return muteParticipantResult;
|
|
241
|
-
}
|
|
242
|
-
/** Cancel add participant request.
|
|
243
|
-
*
|
|
244
|
-
* @param invitationId - Invitation ID used to cancel the add participant request.
|
|
245
|
-
*/
|
|
246
|
-
async cancelAddParticipantOperation(invitationId, options = {}) {
|
|
247
|
-
const { operationContext, operationCallbackUrl: operationCallbackUri, ...operationOptions } = options;
|
|
248
|
-
const cancelAddParticipantRequest = {
|
|
249
|
-
invitationId,
|
|
250
|
-
operationContext: operationContext ? operationContext : (0, core_util_1.randomUUID)(),
|
|
251
|
-
operationCallbackUri,
|
|
252
|
-
};
|
|
253
|
-
const optionsInternal = {
|
|
254
|
-
...operationOptions,
|
|
255
|
-
repeatabilityFirstSent: new Date(),
|
|
256
|
-
repeatabilityRequestID: (0, core_util_1.randomUUID)(),
|
|
257
|
-
};
|
|
258
|
-
const result = await this.callConnection.cancelAddParticipant(this.callConnectionId, cancelAddParticipantRequest, optionsInternal);
|
|
259
|
-
const cancelAddParticipantResult = {
|
|
260
|
-
...result,
|
|
261
|
-
};
|
|
262
|
-
return cancelAddParticipantResult;
|
|
263
|
-
}
|
|
264
|
-
/**
|
|
265
|
-
* Move participants to the call
|
|
266
|
-
*
|
|
267
|
-
* @param targetParticipants - The participants to be moved to the call.
|
|
268
|
-
* @param fromCall - The CallConnectionId for the call you want to move the participant from.
|
|
269
|
-
* @param options - Additional attributes for move participants.
|
|
270
|
-
*/
|
|
271
|
-
async moveParticipants(targetParticipants, fromCall, options = {}) {
|
|
272
|
-
const moveParticipantsRequest = {
|
|
273
|
-
targetParticipants: targetParticipants.map((participant) => (0, converters_js_1.communicationIdentifierModelConverter)(participant)),
|
|
274
|
-
fromCall: fromCall,
|
|
275
|
-
operationContext: options.operationContext ? options.operationContext : (0, core_util_1.randomUUID)(),
|
|
276
|
-
operationCallbackUri: options.operationCallbackUrl,
|
|
277
|
-
};
|
|
278
|
-
const optionsInternal = {
|
|
279
|
-
...options,
|
|
280
|
-
repeatabilityFirstSent: new Date(),
|
|
281
|
-
repeatabilityRequestID: (0, core_util_1.randomUUID)(),
|
|
282
|
-
};
|
|
283
|
-
const result = await this.callConnection.moveParticipants(this.callConnectionId, moveParticipantsRequest, optionsInternal);
|
|
284
|
-
const moveParticipantsResult = {
|
|
285
|
-
...result,
|
|
286
|
-
participants: result.participants?.map((participant) => (0, converters_js_1.callParticipantConverter)(participant)),
|
|
287
|
-
fromCall: fromCall,
|
|
288
|
-
};
|
|
289
|
-
return moveParticipantsResult;
|
|
143
|
+
}
|
|
290
144
|
}
|
|
145
|
+
return {
|
|
146
|
+
sipHeaders,
|
|
147
|
+
voipHeaders,
|
|
148
|
+
teamsPhoneCallDetails
|
|
149
|
+
};
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* Add a participant to the call
|
|
153
|
+
*
|
|
154
|
+
* @param participant - The participant is going to be added.
|
|
155
|
+
*/
|
|
156
|
+
async addParticipant(targetParticipant, options = {}) {
|
|
157
|
+
const addParticipantRequest = {
|
|
158
|
+
participantToAdd: (0, import_converters.communicationIdentifierModelConverter)(targetParticipant.targetParticipant),
|
|
159
|
+
sourceCallerIdNumber: (0, import_converters.PhoneNumberIdentifierModelConverter)(
|
|
160
|
+
targetParticipant.sourceCallIdNumber
|
|
161
|
+
),
|
|
162
|
+
sourceDisplayName: targetParticipant.sourceDisplayName,
|
|
163
|
+
invitationTimeoutInSeconds: options.invitationTimeoutInSeconds,
|
|
164
|
+
operationContext: options.operationContext,
|
|
165
|
+
operationCallbackUri: options.operationCallbackUrl,
|
|
166
|
+
customCallingContext: this.createCustomCallingContextInternal(
|
|
167
|
+
targetParticipant.customCallingContext
|
|
168
|
+
)
|
|
169
|
+
};
|
|
170
|
+
const optionsInternal = {
|
|
171
|
+
...options,
|
|
172
|
+
repeatabilityFirstSent: /* @__PURE__ */ new Date(),
|
|
173
|
+
repeatabilityRequestID: (0, import_core_util.randomUUID)()
|
|
174
|
+
};
|
|
175
|
+
const result = await this.callConnection.addParticipant(
|
|
176
|
+
this.callConnectionId,
|
|
177
|
+
addParticipantRequest,
|
|
178
|
+
optionsInternal
|
|
179
|
+
);
|
|
180
|
+
const addParticipantsResult = {
|
|
181
|
+
...result,
|
|
182
|
+
participant: {
|
|
183
|
+
...result.participant,
|
|
184
|
+
identifier: result.participant?.identifier ? (0, import_converters.communicationIdentifierConverter)(result.participant?.identifier) : void 0
|
|
185
|
+
}
|
|
186
|
+
};
|
|
187
|
+
return addParticipantsResult;
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Transfer the call to a target participant
|
|
191
|
+
*
|
|
192
|
+
* @param targetParticipant - The target to be transferred to.
|
|
193
|
+
*/
|
|
194
|
+
async transferCallToParticipant(targetParticipant, options = {}) {
|
|
195
|
+
const transferToParticipantRequest = {
|
|
196
|
+
targetParticipant: (0, import_converters.communicationIdentifierModelConverter)(targetParticipant),
|
|
197
|
+
operationContext: options.operationContext ? options.operationContext : (0, import_core_util.randomUUID)(),
|
|
198
|
+
operationCallbackUri: options.operationCallbackUrl,
|
|
199
|
+
transferee: options.transferee && (0, import_converters.communicationIdentifierModelConverter)(options.transferee),
|
|
200
|
+
customCallingContext: this.createCustomCallingContextInternal(options.customCallingContext),
|
|
201
|
+
sourceCallerIdNumber: (0, import_converters.PhoneNumberIdentifierModelConverter)(options.sourceCallIdNumber)
|
|
202
|
+
};
|
|
203
|
+
const optionsInternal = {
|
|
204
|
+
...options,
|
|
205
|
+
repeatabilityFirstSent: /* @__PURE__ */ new Date(),
|
|
206
|
+
repeatabilityRequestID: (0, import_core_util.randomUUID)()
|
|
207
|
+
};
|
|
208
|
+
const result = await this.callConnection.transferToParticipant(
|
|
209
|
+
this.callConnectionId,
|
|
210
|
+
transferToParticipantRequest,
|
|
211
|
+
optionsInternal
|
|
212
|
+
);
|
|
213
|
+
const transferCallResult = {
|
|
214
|
+
...result
|
|
215
|
+
};
|
|
216
|
+
return transferCallResult;
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* Remove a participant from the call
|
|
220
|
+
*
|
|
221
|
+
* @param participant - The participant is going to be removed from the call.
|
|
222
|
+
*/
|
|
223
|
+
async removeParticipant(participant, options = {}) {
|
|
224
|
+
const removeParticipantRequest = {
|
|
225
|
+
participantToRemove: (0, import_converters.communicationIdentifierModelConverter)(participant),
|
|
226
|
+
operationContext: options.operationContext ? options.operationContext : (0, import_core_util.randomUUID)(),
|
|
227
|
+
operationCallbackUri: options.operationCallbackUrl
|
|
228
|
+
};
|
|
229
|
+
const optionsInternal = {
|
|
230
|
+
...options,
|
|
231
|
+
repeatabilityFirstSent: /* @__PURE__ */ new Date(),
|
|
232
|
+
repeatabilityRequestID: (0, import_core_util.randomUUID)()
|
|
233
|
+
};
|
|
234
|
+
const result = await this.callConnection.removeParticipant(
|
|
235
|
+
this.callConnectionId,
|
|
236
|
+
removeParticipantRequest,
|
|
237
|
+
optionsInternal
|
|
238
|
+
);
|
|
239
|
+
const removeParticipantsResult = {
|
|
240
|
+
...result
|
|
241
|
+
};
|
|
242
|
+
return removeParticipantsResult;
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* Mute participant from the call.
|
|
246
|
+
*
|
|
247
|
+
* @param participant - Participant to be muted from the call.
|
|
248
|
+
* @param options - Additional attributes for mute participant.
|
|
249
|
+
*/
|
|
250
|
+
async muteParticipant(participant, options = {}) {
|
|
251
|
+
const muteParticipantsRequest = {
|
|
252
|
+
targetParticipants: [(0, import_converters.communicationIdentifierModelConverter)(participant)],
|
|
253
|
+
operationContext: options.operationContext
|
|
254
|
+
};
|
|
255
|
+
const optionsInternal = {
|
|
256
|
+
...options,
|
|
257
|
+
repeatabilityFirstSent: /* @__PURE__ */ new Date(),
|
|
258
|
+
repeatabilityRequestID: (0, import_core_util.randomUUID)()
|
|
259
|
+
};
|
|
260
|
+
const result = await this.callConnection.mute(
|
|
261
|
+
this.callConnectionId,
|
|
262
|
+
muteParticipantsRequest,
|
|
263
|
+
optionsInternal
|
|
264
|
+
);
|
|
265
|
+
const muteParticipantResult = {
|
|
266
|
+
...result
|
|
267
|
+
};
|
|
268
|
+
return muteParticipantResult;
|
|
269
|
+
}
|
|
270
|
+
/** Cancel add participant request.
|
|
271
|
+
*
|
|
272
|
+
* @param invitationId - Invitation ID used to cancel the add participant request.
|
|
273
|
+
*/
|
|
274
|
+
async cancelAddParticipantOperation(invitationId, options = {}) {
|
|
275
|
+
const {
|
|
276
|
+
operationContext,
|
|
277
|
+
operationCallbackUrl: operationCallbackUri,
|
|
278
|
+
...operationOptions
|
|
279
|
+
} = options;
|
|
280
|
+
const cancelAddParticipantRequest = {
|
|
281
|
+
invitationId,
|
|
282
|
+
operationContext: operationContext ? operationContext : (0, import_core_util.randomUUID)(),
|
|
283
|
+
operationCallbackUri
|
|
284
|
+
};
|
|
285
|
+
const optionsInternal = {
|
|
286
|
+
...operationOptions,
|
|
287
|
+
repeatabilityFirstSent: /* @__PURE__ */ new Date(),
|
|
288
|
+
repeatabilityRequestID: (0, import_core_util.randomUUID)()
|
|
289
|
+
};
|
|
290
|
+
const result = await this.callConnection.cancelAddParticipant(
|
|
291
|
+
this.callConnectionId,
|
|
292
|
+
cancelAddParticipantRequest,
|
|
293
|
+
optionsInternal
|
|
294
|
+
);
|
|
295
|
+
const cancelAddParticipantResult = {
|
|
296
|
+
...result
|
|
297
|
+
};
|
|
298
|
+
return cancelAddParticipantResult;
|
|
299
|
+
}
|
|
300
|
+
/**
|
|
301
|
+
* Move participants to the call.
|
|
302
|
+
*
|
|
303
|
+
* @param targetParticipants - The participants to move to the call.
|
|
304
|
+
* @param fromCall - The CallConnectionId for the call you want to move the participant from.
|
|
305
|
+
* @param options - Additional options for moving participants.
|
|
306
|
+
*/
|
|
307
|
+
async moveParticipants(targetParticipants, fromCall, options = {}) {
|
|
308
|
+
const {
|
|
309
|
+
operationContext,
|
|
310
|
+
operationCallbackUrl: operationCallbackUri,
|
|
311
|
+
...operationOptions
|
|
312
|
+
} = options;
|
|
313
|
+
const moveParticipantsRequest = {
|
|
314
|
+
targetParticipants: targetParticipants.map(
|
|
315
|
+
(participant) => (0, import_converters.communicationIdentifierModelConverter)(participant)
|
|
316
|
+
),
|
|
317
|
+
fromCall,
|
|
318
|
+
operationContext: operationContext ? operationContext : (0, import_core_util.randomUUID)(),
|
|
319
|
+
operationCallbackUri
|
|
320
|
+
};
|
|
321
|
+
const optionsInternal = {
|
|
322
|
+
...operationOptions,
|
|
323
|
+
repeatabilityFirstSent: /* @__PURE__ */ new Date(),
|
|
324
|
+
repeatabilityRequestID: (0, import_core_util.randomUUID)()
|
|
325
|
+
};
|
|
326
|
+
const result = await this.callConnection.moveParticipants(
|
|
327
|
+
this.callConnectionId,
|
|
328
|
+
moveParticipantsRequest,
|
|
329
|
+
optionsInternal
|
|
330
|
+
);
|
|
331
|
+
const moveParticipantsResult = {
|
|
332
|
+
...result,
|
|
333
|
+
participants: result.participants?.map(
|
|
334
|
+
(participant) => (0, import_converters.callParticipantConverter)(participant)
|
|
335
|
+
),
|
|
336
|
+
fromCall
|
|
337
|
+
};
|
|
338
|
+
return moveParticipantsResult;
|
|
339
|
+
}
|
|
291
340
|
}
|
|
292
|
-
|
|
293
|
-
|
|
341
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
342
|
+
0 && (module.exports = {
|
|
343
|
+
CallConnection
|
|
344
|
+
});
|
|
345
|
+
//# sourceMappingURL=callConnection.js.map
|