@azure/communication-react 1.5.1-alpha-202306150014 → 1.5.1-alpha-202306170013
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 +18 -5
- package/dist/dist-cjs/communication-react/index.js +104 -44
- 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/calling-component-bindings/src/baseSelectors.d.ts +4 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +5 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/errorBarSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.d.ts +1 -0
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +11 -3
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +15 -0
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +11 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +10 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +4 -0
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.d.ts +24 -0
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js +28 -0
- package/dist/dist-esm/calling-stateful-client/src/OptimalVideoCountSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts +0 -4
- package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js +3 -3
- package/dist/dist-esm/react-components/src/components/TextFieldWithMention/mentionTagUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +1 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +1 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +2 -3
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +2 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +11 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/package.json +8 -8
@@ -2200,6 +2200,10 @@ export declare interface CallState {
|
|
2200
2200
|
* Proxy of {@link @azure/communication-calling#TranscriptionCallFeature}.
|
2201
2201
|
*/
|
2202
2202
|
captionsFeature: CaptionsCallFeatureState;
|
2203
|
+
/**
|
2204
|
+
* Proxy of {@link @azure/communication-calling#OptimalVideoCountCallFeature}.
|
2205
|
+
*/
|
2206
|
+
optimalVideoCount: OptimalVideoCountFeatureState;
|
2203
2207
|
/**
|
2204
2208
|
* Proxy of {@link @azure/communication-calling#RecordingCallFeature}.
|
2205
2209
|
*/
|
@@ -5925,10 +5929,6 @@ export declare interface ErrorBarStrings {
|
|
5925
5929
|
* An error message when joining a call fails specifically due to an invalid meeting link.
|
5926
5930
|
*/
|
5927
5931
|
failedToJoinCallInvalidMeetingLink?: string;
|
5928
|
-
/**
|
5929
|
-
* Generic message for when screen sharing fails
|
5930
|
-
*/
|
5931
|
-
startScreenSharingGeneric?: string;
|
5932
5932
|
/**
|
5933
5933
|
* Error bar string letting you know remote participants see a frozen stream for you.
|
5934
5934
|
*/
|
@@ -7333,7 +7333,7 @@ export declare interface MicrophoneButtonStrings {
|
|
7333
7333
|
/**
|
7334
7334
|
* Title for primary action section of split button
|
7335
7335
|
*/
|
7336
|
-
|
7336
|
+
microphonePrimaryActionSplitButtonTitle?: string;
|
7337
7337
|
}
|
7338
7338
|
|
7339
7339
|
/**
|
@@ -7414,6 +7414,18 @@ userId?: string, options?: CustomAvatarOptions,
|
|
7414
7414
|
*/
|
7415
7415
|
defaultOnRender?: (props: CustomAvatarOptions) => JSX.Element) => JSX.Element;
|
7416
7416
|
|
7417
|
+
/**
|
7418
|
+
* State only version of Optimal Video Count Feature {@link @azure/communication-calling#OptimalVideoCountCallFeature}.
|
7419
|
+
*
|
7420
|
+
* @beta
|
7421
|
+
*/
|
7422
|
+
export declare interface OptimalVideoCountFeatureState {
|
7423
|
+
/**
|
7424
|
+
* State of the current optimal video count.
|
7425
|
+
*/
|
7426
|
+
maxRemoteVideoStreams: number;
|
7427
|
+
}
|
7428
|
+
|
7417
7429
|
/**
|
7418
7430
|
* A device, e.g. camera, microphone, or speaker, in the {@link DevicesButton} flyout.
|
7419
7431
|
*
|
@@ -9364,6 +9376,7 @@ export declare type VideoGallerySelector = (state: CallClientState, props: Calli
|
|
9364
9376
|
localParticipant: VideoGalleryLocalParticipant;
|
9365
9377
|
remoteParticipants: VideoGalleryRemoteParticipant[];
|
9366
9378
|
dominantSpeakers?: string[];
|
9379
|
+
optimalVideoCount?: number;
|
9367
9380
|
};
|
9368
9381
|
|
9369
9382
|
/**
|