@azure/communication-react 1.4.2-alpha-202211170015.0 → 1.4.2-alpha-202211190015.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/communication-react.d.ts +4 -0
- package/dist/dist-cjs/communication-react/index.js +1 -1
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/package.json +8 -8
@@ -262,6 +262,10 @@ export declare type AzureCommunicationCallAdapterArgs = {
|
|
262
262
|
displayName: string;
|
263
263
|
credential: CommunicationTokenCredential;
|
264
264
|
locator: CallAdapterLocator;
|
265
|
+
/**
|
266
|
+
* A phone number in E.164 format procured using Azure Communication Services that will be used to represent callers identity.
|
267
|
+
* E.164 numbers are formatted as [+] [country code] [phone number including area code]. For example, +14255550123 for a US phone number.
|
268
|
+
*/
|
265
269
|
alternateCallerId?: string;
|
266
270
|
/**
|
267
271
|
* Optional parameters for the {@link AzureCommunicationCallAdapter} created
|
@@ -202,7 +202,7 @@ const _toCommunicationIdentifier = (id) => {
|
|
202
202
|
// Copyright (c) Microsoft Corporation.
|
203
203
|
// Licensed under the MIT license.
|
204
204
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
205
|
-
var telemetryVersion = '1.4.2-alpha-
|
205
|
+
var telemetryVersion = '1.4.2-alpha-202211190015.0';
|
206
206
|
|
207
207
|
// Copyright (c) Microsoft Corporation.
|
208
208
|
/**
|