@azure/communication-react 1.9.0-beta.1 → 1.10.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/communication-react.d.ts +214 -237
- package/dist/dist-cjs/communication-react/index.js +363 -371
- 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/handlers/createCommonHandlers.d.ts +2 -2
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +5 -9
- package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +2 -5
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +3 -4
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Caption.js +1 -0
- package/dist/dist-esm/react-components/src/components/Caption.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +20 -16
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +6 -9
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js +2 -2
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenu.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js +20 -19
- package/dist/dist-esm/react-components/src/components/Drawer/DrawerMenuItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageGallery.js +8 -16
- package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts +1 -5
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +4 -5
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VerticalGallery.d.ts +5 -5
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js +2 -2
- package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js +7 -3
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoBackgroundEffectsPicker.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +25 -15
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js +6 -4
- package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/DefaultLayout.js +4 -4
- 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 +6 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/Layout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/LocalScreenShare.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js +4 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/OverflowGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/RemoteScreenShare.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js +6 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/SpeakerVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +2 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +25 -2
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js +2 -2
- package/dist/dist-esm/react-components/src/components/styles/EditBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.d.ts +0 -4
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +2 -12
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.d.ts +0 -4
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +0 -9
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +87 -87
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +7 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +28 -38
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +32 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +1 -10
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +6 -35
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +0 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +3 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js +0 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.d.ts +0 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/TransferPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +1 -80
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +22 -4
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +2 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.d.ts +84 -23
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js +13 -5
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +90 -87
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.d.ts +0 -79
- package/dist/dist-esm/react-composites/src/composites/common/types/CommonCallControlOptions.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/index.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +5 -73
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +0 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +0 -32
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +0 -1
@@ -73,7 +73,7 @@ import { LatestNetworkDiagnostics } from '@azure/communication-calling';
|
|
73
73
|
import { LocalVideoStream } from '@azure/communication-calling';
|
74
74
|
import type { MediaDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
75
75
|
import { MediaStreamType } from '@azure/communication-calling';
|
76
|
-
import {
|
76
|
+
import { MicrosoftTeamsAppKind } from '@azure/communication-common';
|
77
77
|
import { MicrosoftTeamsUserIdentifier } from '@azure/communication-common';
|
78
78
|
import { MicrosoftTeamsUserKind } from '@azure/communication-common';
|
79
79
|
import type { NetworkDiagnosticChangedEventArgs } from '@azure/communication-calling';
|
@@ -102,7 +102,6 @@ import { TeamsMeetingLinkLocator } from '@azure/communication-calling';
|
|
102
102
|
import { Theme } from '@fluentui/react';
|
103
103
|
import { TransferRequestedEventArgs } from '@azure/communication-calling';
|
104
104
|
import { TypingIndicatorReceivedEvent } from '@azure/communication-chat';
|
105
|
-
import { UnknownIdentifier } from '@azure/communication-common';
|
106
105
|
import { UnknownIdentifierKind } from '@azure/communication-common';
|
107
106
|
import { VideoDeviceInfo } from '@azure/communication-calling';
|
108
107
|
import { VideoEffectName } from '@azure/communication-calling';
|
@@ -1446,6 +1445,7 @@ export declare type CallCompositeIcons = {
|
|
1446
1445
|
FocusedContentGalleryLayout?: JSX.Element;
|
1447
1446
|
OverflowGalleryTop?: JSX.Element;
|
1448
1447
|
LargeGalleryLayout?: JSX.Element;
|
1448
|
+
DefaultCustomButton?: JSX.Element;
|
1449
1449
|
};
|
1450
1450
|
|
1451
1451
|
/**
|
@@ -2216,7 +2216,7 @@ export declare type CallErrors = {
|
|
2216
2216
|
*
|
2217
2217
|
* @public
|
2218
2218
|
*/
|
2219
|
-
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallAgent.handlePushNotification' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admit' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.rejectParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admitAll' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.setConstraints';
|
2219
|
+
export declare type CallErrorTarget = 'Call.addParticipant' | 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | 'CallClient.createTeamsCallAgent' | 'CallClient.feature' | 'CallClient.getDeviceManager' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallClient.getEnvironmentInfo' | 'DeviceManager.askDevicePermission' | 'DeviceManager.getCameras' | 'DeviceManager.getMicrophones' | 'DeviceManager.getSpeakers' | 'DeviceManager.off' | 'DeviceManager.on' | 'DeviceManager.selectMicrophone' | 'DeviceManager.selectSpeaker' | 'IncomingCall.accept' | 'IncomingCall.reject' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ 'TeamsCall.addParticipant' | 'VideoEffectsFeature.startEffects' | /* @conditional-compile-remove(calling-beta-sdk) */ 'CallAgent.handlePushNotification' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admit' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.rejectParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.admitAll' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.muteAllRemoteParticipants' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.setConstraints';
|
2220
2220
|
|
2221
2221
|
/**
|
2222
2222
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -3040,6 +3040,7 @@ export declare type CallWithChatCompositeIcons = {
|
|
3040
3040
|
PeoplePaneAddPerson?: JSX.Element;
|
3041
3041
|
PeoplePaneOpenDialpad?: JSX.Element;
|
3042
3042
|
DialpadStartCall?: JSX.Element;
|
3043
|
+
DefaultCustomButton?: JSX.Element;
|
3043
3044
|
EditBoxCancel?: JSX.Element;
|
3044
3045
|
EditBoxSubmit?: JSX.Element;
|
3045
3046
|
MessageDelivered?: JSX.Element;
|
@@ -4543,7 +4544,7 @@ export declare interface CommonCallingHandlers {
|
|
4543
4544
|
onRemoveParticipant(userId: string): Promise<void>;
|
4544
4545
|
onRemoveParticipant(participant: CommunicationIdentifier): Promise<void>;
|
4545
4546
|
askDevicePermission: (constrain: PermissionConstraints) => Promise<void>;
|
4546
|
-
onStartCall: (participants:
|
4547
|
+
onStartCall: (participants: CommunicationIdentifier[], options?: StartCallOptions) => void;
|
4547
4548
|
onRemoveVideoBackgroundEffects: () => Promise<void>;
|
4548
4549
|
onBlurVideoBackground: (backgroundBlurConfig?: BackgroundBlurConfig) => Promise<void>;
|
4549
4550
|
onReplaceVideoBackground: (backgroundReplacementConfig: BackgroundReplacementConfig) => Promise<void>;
|
@@ -4874,7 +4875,7 @@ export declare interface ComponentStrings {
|
|
4874
4875
|
/**
|
4875
4876
|
* Strings for the VerticalGallery.
|
4876
4877
|
*/
|
4877
|
-
|
4878
|
+
verticalGallery: VerticalGalleryStrings;
|
4878
4879
|
/** Strings for the participant list component */
|
4879
4880
|
ParticipantList: ParticipantListStrings;
|
4880
4881
|
}
|
@@ -5431,16 +5432,14 @@ export declare type CustomAvatarOptions = {
|
|
5431
5432
|
* The response indicates where the custom button should be placed.
|
5432
5433
|
*
|
5433
5434
|
* Performance tip: This callback is only called when either the callback or its arguments change.
|
5434
|
-
* @
|
5435
|
+
* @public
|
5435
5436
|
*/
|
5436
|
-
declare type CustomCallControlButtonCallback = (args: CustomCallControlButtonCallbackArgs) =>
|
5437
|
-
export { CustomCallControlButtonCallback }
|
5438
|
-
export { CustomCallControlButtonCallback as CustomCallWithChatControlButtonCallback }
|
5437
|
+
export declare type CustomCallControlButtonCallback = (args: CustomCallControlButtonCallbackArgs) => CustomCallControlButtonProps;
|
5439
5438
|
|
5440
5439
|
/**
|
5441
5440
|
* Arguments for {@link CustomCallControlButtonCallback}.
|
5442
5441
|
*
|
5443
|
-
* @
|
5442
|
+
* @public
|
5444
5443
|
*/
|
5445
5444
|
export declare interface CustomCallControlButtonCallbackArgs {
|
5446
5445
|
/**
|
@@ -5464,41 +5463,17 @@ export declare interface CustomCallControlButtonCallbackArgs {
|
|
5464
5463
|
*
|
5465
5464
|
* Only 'primary' placement works when legacy call control is enabled in call composite
|
5466
5465
|
*
|
5467
|
-
* @
|
5468
|
-
*/
|
5469
|
-
declare type CustomCallControlButtonPlacement = 'primary' | 'overflow' | 'secondary';
|
5470
|
-
export { CustomCallControlButtonPlacement }
|
5471
|
-
export { CustomCallControlButtonPlacement as CustomCallWithChatControlButtonPlacement }
|
5472
|
-
|
5473
|
-
/**
|
5474
|
-
* Response from {@link CustomCallControlButtonCallback}.
|
5475
|
-
*
|
5476
|
-
* Includes the placement prop necessary to indicate where to place the
|
5477
|
-
* {@link ControlBarButton} and a {@link DrawerMenuItem}
|
5478
|
-
*
|
5479
|
-
* @beta
|
5466
|
+
* @public
|
5480
5467
|
*/
|
5481
|
-
export declare
|
5482
|
-
/**
|
5483
|
-
* Where to place the custom button relative to other buttons.
|
5484
|
-
*/
|
5485
|
-
placement: CustomCallControlButtonPlacement;
|
5486
|
-
/**
|
5487
|
-
* Icon to render. Icon is a non-default icon name that needs to be registered as a
|
5488
|
-
* custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
|
5489
|
-
*/
|
5490
|
-
iconName?: string;
|
5491
|
-
}
|
5468
|
+
export declare type CustomCallControlButtonPlacement = 'primary' | 'overflow' | 'secondary';
|
5492
5469
|
|
5493
5470
|
/**
|
5494
5471
|
* Response from {@link CustomCallControlButtonCallback}.
|
5472
|
+
* Includes the base props necessary to render a {@link ControlBarButton} or {@link DrawerMenuItem}.
|
5495
5473
|
*
|
5496
|
-
*
|
5497
|
-
* {@link ControlBarButton} and a {@link DrawerMenuItem}
|
5498
|
-
*
|
5499
|
-
* @beta
|
5474
|
+
* @public
|
5500
5475
|
*/
|
5501
|
-
export declare interface
|
5476
|
+
export declare interface CustomCallControlButtonProps {
|
5502
5477
|
/**
|
5503
5478
|
* Where to place the custom button relative to other buttons.
|
5504
5479
|
*/
|
@@ -5508,40 +5483,45 @@ export declare interface CustomCallWithChatControlButtonProps extends CustomCont
|
|
5508
5483
|
* custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
|
5509
5484
|
*/
|
5510
5485
|
iconName?: string;
|
5511
|
-
}
|
5512
|
-
|
5513
|
-
/**
|
5514
|
-
* Includes the base props necessary to render a {@link ControlBarButton} or {@link DrawerMenuItem}.
|
5515
|
-
*
|
5516
|
-
* @beta
|
5517
|
-
*/
|
5518
|
-
export declare interface CustomControlButtonProps {
|
5519
5486
|
/**
|
5520
5487
|
* Calback for when button is clicked
|
5521
5488
|
*/
|
5522
5489
|
onItemClick?: () => void;
|
5523
5490
|
/**
|
5524
5491
|
* Whether the buttons is disabled
|
5492
|
+
*
|
5493
|
+
* @defaultValue true
|
5525
5494
|
*/
|
5526
5495
|
disabled?: boolean;
|
5527
5496
|
/**
|
5528
5497
|
* Whether the label is displayed or not.
|
5529
|
-
*
|
5530
|
-
* @defaultValue `false`
|
5498
|
+
* If no value is set, showLabel will follow composite rules
|
5531
5499
|
*/
|
5532
5500
|
showLabel?: boolean;
|
5533
5501
|
/**
|
5534
|
-
*
|
5502
|
+
* A unique id set for the standard HTML id attibute
|
5503
|
+
*/
|
5504
|
+
id?: string;
|
5505
|
+
/**
|
5506
|
+
* Optional strings to override in component
|
5535
5507
|
*/
|
5536
|
-
|
5508
|
+
strings?: CustomCallControlButtonStrings;
|
5509
|
+
}
|
5510
|
+
|
5511
|
+
/**
|
5512
|
+
* Strings for CustomCallControlButtons
|
5513
|
+
*
|
5514
|
+
* @public
|
5515
|
+
*/
|
5516
|
+
export declare interface CustomCallControlButtonStrings {
|
5537
5517
|
/**
|
5538
5518
|
* Optional label for the button
|
5539
5519
|
*/
|
5540
|
-
|
5520
|
+
label?: string;
|
5541
5521
|
/**
|
5542
|
-
*
|
5522
|
+
* Text that is shown in Tooltip content
|
5543
5523
|
*/
|
5544
|
-
|
5524
|
+
tooltipContent?: string;
|
5545
5525
|
/**
|
5546
5526
|
* The aria label of the button for the benefit of screen readers.
|
5547
5527
|
*/
|
@@ -5550,10 +5530,6 @@ export declare interface CustomControlButtonProps {
|
|
5550
5530
|
* Detailed description of the button for the benefit of screen readers.
|
5551
5531
|
*/
|
5552
5532
|
ariaDescription?: string;
|
5553
|
-
/**
|
5554
|
-
* A unique id set for the standard HTML id attibute
|
5555
|
-
*/
|
5556
|
-
id?: string;
|
5557
5533
|
}
|
5558
5534
|
|
5559
5535
|
/**
|
@@ -5595,92 +5571,92 @@ export declare type DeclarativeIncomingCall = IncomingCall;
|
|
5595
5571
|
* @public
|
5596
5572
|
*/
|
5597
5573
|
export declare const DEFAULT_COMPONENT_ICONS: {
|
5598
|
-
ChatMessageOptions: JSX.Element;
|
5599
|
-
ControlButtonCameraOff: JSX.Element;
|
5600
|
-
ControlButtonCameraOn: JSX.Element;
|
5601
|
-
ControlButtonEndCall: JSX.Element;
|
5602
|
-
ControlButtonMicOff: JSX.Element;
|
5603
|
-
ControlButtonMicOn: JSX.Element;
|
5604
|
-
ControlButtonOptions: JSX.Element;
|
5605
|
-
ControlButtonParticipants: JSX.Element;
|
5606
|
-
ControlButtonParticipantsContextualMenuItem: JSX.Element;
|
5607
|
-
ControlButtonScreenShareStart: JSX.Element;
|
5608
|
-
ControlButtonScreenShareStop: JSX.Element;
|
5609
|
-
ControlButtonRaiseHand: JSX.Element;
|
5610
|
-
ControlButtonLowerHand: JSX.Element;
|
5611
|
-
RaiseHandContextualMenuItem: JSX.Element;
|
5612
|
-
LowerHandContextualMenuItem: JSX.Element;
|
5613
|
-
CancelFileUpload: JSX.Element;
|
5614
|
-
DownloadFile: JSX.Element;
|
5615
|
-
DataLossPreventionProhibited: JSX.Element;
|
5616
|
-
EditBoxCancel: JSX.Element;
|
5617
|
-
EditBoxSubmit: JSX.Element;
|
5618
|
-
ErrorBarCallCameraAccessDenied: JSX.Element;
|
5619
|
-
ErrorBarCallCameraAlreadyInUse: JSX.Element;
|
5620
|
-
ErrorBarCallLocalVideoFreeze: JSX.Element;
|
5621
|
-
ErrorBarCallMacOsCameraAccessDenied: JSX.Element;
|
5622
|
-
ErrorBarCallMacOsMicrophoneAccessDenied: JSX.Element;
|
5623
|
-
ErrorBarCallMicrophoneAccessDenied: JSX.Element;
|
5624
|
-
ErrorBarCallMicrophoneMutedBySystem: JSX.Element;
|
5625
|
-
ErrorBarCallMicrophoneUnmutedBySystem: JSX.Element;
|
5626
|
-
ErrorBarCallNetworkQualityLow: JSX.Element;
|
5627
|
-
ErrorBarCallNoMicrophoneFound: JSX.Element;
|
5628
|
-
ErrorBarCallNoSpeakerFound: JSX.Element;
|
5629
|
-
ErrorBarClear: JSX.Element;
|
5630
|
-
ErrorBarCallVideoRecoveredBySystem: JSX.Element;
|
5631
|
-
ErrorBarCallVideoStoppedBySystem: JSX.Element;
|
5632
|
-
HorizontalGalleryLeftButton: JSX.Element;
|
5633
|
-
HorizontalGalleryRightButton: JSX.Element;
|
5634
|
-
MessageDelivered: JSX.Element;
|
5635
|
-
MessageEdit: JSX.Element;
|
5636
|
-
MessageFailed: JSX.Element;
|
5637
|
-
MessageRemove: JSX.Element;
|
5638
|
-
MessageResend: JSX.Element;
|
5639
|
-
MessageSeen: JSX.Element;
|
5640
|
-
MessageSending: JSX.Element;
|
5641
|
-
OptionsCamera: JSX.Element;
|
5642
|
-
OptionsMic: JSX.Element;
|
5643
|
-
OptionsSpeaker: JSX.Element;
|
5644
|
-
ParticipantItemMicOff: JSX.Element;
|
5645
|
-
ParticipantItemOptions: JSX.Element;
|
5646
|
-
ParticipantItemOptionsHovered: JSX.Element;
|
5647
|
-
ParticipantItemScreenShareStart: JSX.Element;
|
5648
|
-
HoldCallContextualMenuItem: JSX.Element;
|
5649
|
-
HoldCallButton: JSX.Element;
|
5650
|
-
ResumeCall: JSX.Element;
|
5651
|
-
SendBoxSend: JSX.Element;
|
5652
|
-
SendBoxSendHovered: JSX.Element;
|
5653
|
-
VideoTileMicOff: JSX.Element;
|
5654
|
-
DialpadBackspace: JSX.Element;
|
5655
|
-
SitePermissionsSparkle: JSX.Element;
|
5656
|
-
SitePermissionCamera: JSX.Element;
|
5657
|
-
SitePermissionMic: JSX.Element;
|
5658
|
-
SitePermissionCameraDenied: JSX.Element;
|
5659
|
-
SitePermissionMicDenied: JSX.Element;
|
5660
|
-
UnsupportedEnvironmentWarning: JSX.Element;
|
5661
|
-
BrowserPermissionDeniedError: JSX.Element;
|
5662
|
-
VideoTilePinned: JSX.Element;
|
5663
|
-
VideoTileMoreOptions: JSX.Element;
|
5664
|
-
VideoTileScaleFit: JSX.Element;
|
5665
|
-
VideoTileScaleFill: JSX.Element;
|
5666
|
-
PinParticipant: JSX.Element;
|
5667
|
-
UnpinParticipant: JSX.Element;
|
5668
|
-
SplitButtonPrimaryActionCameraOn: JSX.Element;
|
5669
|
-
SplitButtonPrimaryActionCameraOff: JSX.Element;
|
5670
|
-
SplitButtonPrimaryActionMicUnmuted: JSX.Element;
|
5671
|
-
SplitButtonPrimaryActionMicMuted: JSX.Element;
|
5672
|
-
VerticalGalleryLeftButton: JSX.Element;
|
5673
|
-
VerticalGalleryRightButton: JSX.Element;
|
5674
|
-
ControlButtonVideoEffectsOption: JSX.Element;
|
5675
|
-
ConfigurationScreenVideoEffectsButton: JSX.Element;
|
5676
|
-
CaptionsIcon: JSX.Element;
|
5677
|
-
CaptionsOffIcon: JSX.Element;
|
5678
|
-
CaptionsSettingsIcon: JSX.Element;
|
5679
|
-
ChangeSpokenLanguageIcon: JSX.Element;
|
5680
|
-
ChangeCaptionLanguageIcon: JSX.Element;
|
5681
|
-
ContextMenuCameraIcon: JSX.Element;
|
5682
|
-
ContextMenuMicIcon: JSX.Element;
|
5683
|
-
ContextMenuSpeakerIcon: JSX.Element;
|
5574
|
+
ChatMessageOptions: React_2.JSX.Element;
|
5575
|
+
ControlButtonCameraOff: React_2.JSX.Element;
|
5576
|
+
ControlButtonCameraOn: React_2.JSX.Element;
|
5577
|
+
ControlButtonEndCall: React_2.JSX.Element;
|
5578
|
+
ControlButtonMicOff: React_2.JSX.Element;
|
5579
|
+
ControlButtonMicOn: React_2.JSX.Element;
|
5580
|
+
ControlButtonOptions: React_2.JSX.Element;
|
5581
|
+
ControlButtonParticipants: React_2.JSX.Element;
|
5582
|
+
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
5583
|
+
ControlButtonScreenShareStart: React_2.JSX.Element;
|
5584
|
+
ControlButtonScreenShareStop: React_2.JSX.Element;
|
5585
|
+
ControlButtonRaiseHand: React_2.JSX.Element;
|
5586
|
+
ControlButtonLowerHand: React_2.JSX.Element;
|
5587
|
+
RaiseHandContextualMenuItem: React_2.JSX.Element;
|
5588
|
+
LowerHandContextualMenuItem: React_2.JSX.Element;
|
5589
|
+
CancelFileUpload: React_2.JSX.Element;
|
5590
|
+
DownloadFile: React_2.JSX.Element;
|
5591
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
5592
|
+
EditBoxCancel: React_2.JSX.Element;
|
5593
|
+
EditBoxSubmit: React_2.JSX.Element;
|
5594
|
+
ErrorBarCallCameraAccessDenied: React_2.JSX.Element;
|
5595
|
+
ErrorBarCallCameraAlreadyInUse: React_2.JSX.Element;
|
5596
|
+
ErrorBarCallLocalVideoFreeze: React_2.JSX.Element;
|
5597
|
+
ErrorBarCallMacOsCameraAccessDenied: React_2.JSX.Element;
|
5598
|
+
ErrorBarCallMacOsMicrophoneAccessDenied: React_2.JSX.Element;
|
5599
|
+
ErrorBarCallMicrophoneAccessDenied: React_2.JSX.Element;
|
5600
|
+
ErrorBarCallMicrophoneMutedBySystem: React_2.JSX.Element;
|
5601
|
+
ErrorBarCallMicrophoneUnmutedBySystem: React_2.JSX.Element;
|
5602
|
+
ErrorBarCallNetworkQualityLow: React_2.JSX.Element;
|
5603
|
+
ErrorBarCallNoMicrophoneFound: React_2.JSX.Element;
|
5604
|
+
ErrorBarCallNoSpeakerFound: React_2.JSX.Element;
|
5605
|
+
ErrorBarClear: React_2.JSX.Element;
|
5606
|
+
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
5607
|
+
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
5608
|
+
HorizontalGalleryLeftButton: React_2.JSX.Element;
|
5609
|
+
HorizontalGalleryRightButton: React_2.JSX.Element;
|
5610
|
+
MessageDelivered: React_2.JSX.Element;
|
5611
|
+
MessageEdit: React_2.JSX.Element;
|
5612
|
+
MessageFailed: React_2.JSX.Element;
|
5613
|
+
MessageRemove: React_2.JSX.Element;
|
5614
|
+
MessageResend: React_2.JSX.Element;
|
5615
|
+
MessageSeen: React_2.JSX.Element;
|
5616
|
+
MessageSending: React_2.JSX.Element;
|
5617
|
+
OptionsCamera: React_2.JSX.Element;
|
5618
|
+
OptionsMic: React_2.JSX.Element;
|
5619
|
+
OptionsSpeaker: React_2.JSX.Element;
|
5620
|
+
ParticipantItemMicOff: React_2.JSX.Element;
|
5621
|
+
ParticipantItemOptions: React_2.JSX.Element;
|
5622
|
+
ParticipantItemOptionsHovered: React_2.JSX.Element;
|
5623
|
+
ParticipantItemScreenShareStart: React_2.JSX.Element;
|
5624
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
5625
|
+
HoldCallButton: React_2.JSX.Element;
|
5626
|
+
ResumeCall: React_2.JSX.Element;
|
5627
|
+
SendBoxSend: React_2.JSX.Element;
|
5628
|
+
SendBoxSendHovered: React_2.JSX.Element;
|
5629
|
+
VideoTileMicOff: React_2.JSX.Element;
|
5630
|
+
DialpadBackspace: React_2.JSX.Element;
|
5631
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
5632
|
+
SitePermissionCamera: React_2.JSX.Element;
|
5633
|
+
SitePermissionMic: React_2.JSX.Element;
|
5634
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
5635
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
5636
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
5637
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
5638
|
+
VideoTilePinned: React_2.JSX.Element;
|
5639
|
+
VideoTileMoreOptions: React_2.JSX.Element;
|
5640
|
+
VideoTileScaleFit: React_2.JSX.Element;
|
5641
|
+
VideoTileScaleFill: React_2.JSX.Element;
|
5642
|
+
PinParticipant: React_2.JSX.Element;
|
5643
|
+
UnpinParticipant: React_2.JSX.Element;
|
5644
|
+
SplitButtonPrimaryActionCameraOn: React_2.JSX.Element;
|
5645
|
+
SplitButtonPrimaryActionCameraOff: React_2.JSX.Element;
|
5646
|
+
SplitButtonPrimaryActionMicUnmuted: React_2.JSX.Element;
|
5647
|
+
SplitButtonPrimaryActionMicMuted: React_2.JSX.Element;
|
5648
|
+
VerticalGalleryLeftButton: React_2.JSX.Element;
|
5649
|
+
VerticalGalleryRightButton: React_2.JSX.Element;
|
5650
|
+
ControlButtonVideoEffectsOption: React_2.JSX.Element;
|
5651
|
+
ConfigurationScreenVideoEffectsButton: React_2.JSX.Element;
|
5652
|
+
CaptionsIcon: React_2.JSX.Element;
|
5653
|
+
CaptionsOffIcon: React_2.JSX.Element;
|
5654
|
+
CaptionsSettingsIcon: React_2.JSX.Element;
|
5655
|
+
ChangeSpokenLanguageIcon: React_2.JSX.Element;
|
5656
|
+
ChangeCaptionLanguageIcon: React_2.JSX.Element;
|
5657
|
+
ContextMenuCameraIcon: React_2.JSX.Element;
|
5658
|
+
ContextMenuMicIcon: React_2.JSX.Element;
|
5659
|
+
ContextMenuSpeakerIcon: React_2.JSX.Element;
|
5684
5660
|
};
|
5685
5661
|
|
5686
5662
|
/**
|
@@ -5689,49 +5665,49 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
5689
5665
|
* @public
|
5690
5666
|
*/
|
5691
5667
|
export declare const DEFAULT_COMPOSITE_ICONS: {
|
5692
|
-
EditBoxCancel: JSX.Element;
|
5693
|
-
EditBoxSubmit: JSX.Element;
|
5694
|
-
MessageDelivered: JSX.Element;
|
5695
|
-
MessageEdit: JSX.Element;
|
5696
|
-
MessageFailed: JSX.Element;
|
5697
|
-
MessageRemove: JSX.Element;
|
5698
|
-
MessageSeen: JSX.Element;
|
5699
|
-
MessageSending: JSX.Element;
|
5700
|
-
ParticipantItemOptions: JSX.Element;
|
5701
|
-
ParticipantItemOptionsHovered: JSX.Element;
|
5702
|
-
SendBoxSend: JSX.Element;
|
5703
|
-
SendBoxSendHovered: JSX.Element;
|
5668
|
+
EditBoxCancel: JSX.Element | React_2.JSX.Element;
|
5669
|
+
EditBoxSubmit: JSX.Element | React_2.JSX.Element;
|
5670
|
+
MessageDelivered: JSX.Element | React_2.JSX.Element;
|
5671
|
+
MessageEdit: JSX.Element | React_2.JSX.Element;
|
5672
|
+
MessageFailed: JSX.Element | React_2.JSX.Element;
|
5673
|
+
MessageRemove: JSX.Element | React_2.JSX.Element;
|
5674
|
+
MessageSeen: JSX.Element | React_2.JSX.Element;
|
5675
|
+
MessageSending: JSX.Element | React_2.JSX.Element;
|
5676
|
+
ParticipantItemOptions: JSX.Element | React_2.JSX.Element;
|
5677
|
+
ParticipantItemOptionsHovered: JSX.Element | React_2.JSX.Element;
|
5678
|
+
SendBoxSend: JSX.Element | React_2.JSX.Element;
|
5679
|
+
SendBoxSendHovered: JSX.Element | React_2.JSX.Element;
|
5704
5680
|
SendBoxAttachFile?: JSX.Element | undefined;
|
5705
5681
|
ControlBarPeopleButton?: JSX.Element | undefined;
|
5706
|
-
ControlButtonCameraOff: JSX.Element;
|
5707
|
-
ControlButtonCameraOn: JSX.Element;
|
5708
|
-
ControlButtonEndCall: JSX.Element;
|
5709
|
-
ControlButtonMicOff: JSX.Element;
|
5710
|
-
ControlButtonMicOn: JSX.Element;
|
5711
|
-
ControlButtonOptions: JSX.Element;
|
5712
|
-
ControlButtonParticipants: JSX.Element;
|
5713
|
-
ControlButtonScreenShareStart: JSX.Element;
|
5714
|
-
ControlButtonScreenShareStop: JSX.Element;
|
5682
|
+
ControlButtonCameraOff: JSX.Element | React_2.JSX.Element;
|
5683
|
+
ControlButtonCameraOn: JSX.Element | React_2.JSX.Element;
|
5684
|
+
ControlButtonEndCall: JSX.Element | React_2.JSX.Element;
|
5685
|
+
ControlButtonMicOff: JSX.Element | React_2.JSX.Element;
|
5686
|
+
ControlButtonMicOn: JSX.Element | React_2.JSX.Element;
|
5687
|
+
ControlButtonOptions: JSX.Element | React_2.JSX.Element;
|
5688
|
+
ControlButtonParticipants: JSX.Element | React_2.JSX.Element;
|
5689
|
+
ControlButtonScreenShareStart: JSX.Element | React_2.JSX.Element;
|
5690
|
+
ControlButtonScreenShareStop: JSX.Element | React_2.JSX.Element;
|
5715
5691
|
ControlButtonCameraProhibited?: JSX.Element | undefined;
|
5716
5692
|
ControlButtonMicProhibited?: JSX.Element | undefined;
|
5717
|
-
ControlButtonRaiseHand: JSX.Element;
|
5718
|
-
ControlButtonLowerHand: JSX.Element;
|
5719
|
-
RaiseHandContextualMenuItem: JSX.Element;
|
5720
|
-
LowerHandContextualMenuItem: JSX.Element;
|
5721
|
-
ErrorBarCallCameraAccessDenied: JSX.Element;
|
5722
|
-
ErrorBarCallCameraAlreadyInUse: JSX.Element;
|
5723
|
-
ErrorBarCallLocalVideoFreeze: JSX.Element;
|
5724
|
-
ErrorBarCallMacOsCameraAccessDenied: JSX.Element;
|
5725
|
-
ErrorBarCallMacOsMicrophoneAccessDenied: JSX.Element;
|
5726
|
-
ErrorBarCallMicrophoneAccessDenied: JSX.Element;
|
5727
|
-
ErrorBarCallMicrophoneMutedBySystem: JSX.Element;
|
5728
|
-
ErrorBarCallMicrophoneUnmutedBySystem: JSX.Element;
|
5729
|
-
ErrorBarCallNetworkQualityLow: JSX.Element;
|
5730
|
-
ErrorBarCallNoMicrophoneFound: JSX.Element;
|
5731
|
-
ErrorBarCallNoSpeakerFound: JSX.Element;
|
5732
|
-
ErrorBarClear: JSX.Element;
|
5733
|
-
HorizontalGalleryLeftButton: JSX.Element;
|
5734
|
-
HorizontalGalleryRightButton: JSX.Element;
|
5693
|
+
ControlButtonRaiseHand: JSX.Element | React_2.JSX.Element;
|
5694
|
+
ControlButtonLowerHand: JSX.Element | React_2.JSX.Element;
|
5695
|
+
RaiseHandContextualMenuItem: JSX.Element | React_2.JSX.Element;
|
5696
|
+
LowerHandContextualMenuItem: JSX.Element | React_2.JSX.Element;
|
5697
|
+
ErrorBarCallCameraAccessDenied: JSX.Element | React_2.JSX.Element;
|
5698
|
+
ErrorBarCallCameraAlreadyInUse: JSX.Element | React_2.JSX.Element;
|
5699
|
+
ErrorBarCallLocalVideoFreeze: JSX.Element | React_2.JSX.Element;
|
5700
|
+
ErrorBarCallMacOsCameraAccessDenied: JSX.Element | React_2.JSX.Element;
|
5701
|
+
ErrorBarCallMacOsMicrophoneAccessDenied: JSX.Element | React_2.JSX.Element;
|
5702
|
+
ErrorBarCallMicrophoneAccessDenied: JSX.Element | React_2.JSX.Element;
|
5703
|
+
ErrorBarCallMicrophoneMutedBySystem: JSX.Element | React_2.JSX.Element;
|
5704
|
+
ErrorBarCallMicrophoneUnmutedBySystem: JSX.Element | React_2.JSX.Element;
|
5705
|
+
ErrorBarCallNetworkQualityLow: JSX.Element | React_2.JSX.Element;
|
5706
|
+
ErrorBarCallNoMicrophoneFound: JSX.Element | React_2.JSX.Element;
|
5707
|
+
ErrorBarCallNoSpeakerFound: JSX.Element | React_2.JSX.Element;
|
5708
|
+
ErrorBarClear: JSX.Element | React_2.JSX.Element;
|
5709
|
+
HorizontalGalleryLeftButton: JSX.Element | React_2.JSX.Element;
|
5710
|
+
HorizontalGalleryRightButton: JSX.Element | React_2.JSX.Element;
|
5735
5711
|
LobbyScreenConnectingToCall?: JSX.Element | undefined;
|
5736
5712
|
LobbyScreenWaitingToBeAdmitted?: JSX.Element | undefined;
|
5737
5713
|
LocalDeviceSettingsCamera?: JSX.Element | undefined;
|
@@ -5744,12 +5720,12 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5744
5720
|
NoticePageJoinCallFailedDueToNoNetwork?: JSX.Element | undefined;
|
5745
5721
|
NoticePageLeftCall?: JSX.Element | undefined;
|
5746
5722
|
NoticePageRemovedFromCall?: JSX.Element | undefined;
|
5747
|
-
OptionsCamera: JSX.Element;
|
5748
|
-
OptionsMic: JSX.Element;
|
5749
|
-
OptionsSpeaker: JSX.Element;
|
5750
|
-
ParticipantItemMicOff: JSX.Element;
|
5751
|
-
ParticipantItemScreenShareStart: JSX.Element;
|
5752
|
-
VideoTileMicOff: JSX.Element;
|
5723
|
+
OptionsCamera: JSX.Element | React_2.JSX.Element;
|
5724
|
+
OptionsMic: JSX.Element | React_2.JSX.Element;
|
5725
|
+
OptionsSpeaker: JSX.Element | React_2.JSX.Element;
|
5726
|
+
ParticipantItemMicOff: JSX.Element | React_2.JSX.Element;
|
5727
|
+
ParticipantItemScreenShareStart: JSX.Element | React_2.JSX.Element;
|
5728
|
+
VideoTileMicOff: JSX.Element | React_2.JSX.Element;
|
5753
5729
|
LocalCameraSwitch?: JSX.Element | undefined;
|
5754
5730
|
PeoplePaneAddPerson?: JSX.Element | undefined;
|
5755
5731
|
PeoplePaneOpenDialpad?: JSX.Element | undefined;
|
@@ -5764,6 +5740,7 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5764
5740
|
FocusedContentGalleryLayout?: JSX.Element | undefined;
|
5765
5741
|
OverflowGalleryTop?: JSX.Element | undefined;
|
5766
5742
|
LargeGalleryLayout?: JSX.Element | undefined;
|
5743
|
+
DefaultCustomButton?: JSX.Element | undefined;
|
5767
5744
|
ChevronLeft?: JSX.Element | undefined;
|
5768
5745
|
ControlBarChatButtonActive?: JSX.Element | undefined;
|
5769
5746
|
ControlBarChatButtonInactive?: JSX.Element | undefined;
|
@@ -5773,47 +5750,47 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
5773
5750
|
MoreDrawerSelectedMicrophone?: JSX.Element | undefined;
|
5774
5751
|
MoreDrawerSelectedSpeaker?: JSX.Element | undefined;
|
5775
5752
|
MoreDrawerSpeakers?: JSX.Element | undefined;
|
5776
|
-
ChatMessageOptions: JSX.Element;
|
5777
|
-
ControlButtonParticipantsContextualMenuItem: JSX.Element;
|
5778
|
-
CancelFileUpload: JSX.Element;
|
5779
|
-
DownloadFile: JSX.Element;
|
5780
|
-
DataLossPreventionProhibited: JSX.Element;
|
5781
|
-
ErrorBarCallVideoRecoveredBySystem: JSX.Element;
|
5782
|
-
ErrorBarCallVideoStoppedBySystem: JSX.Element;
|
5783
|
-
MessageResend: JSX.Element;
|
5784
|
-
HoldCallContextualMenuItem: JSX.Element;
|
5785
|
-
HoldCallButton: JSX.Element;
|
5786
|
-
ResumeCall: JSX.Element;
|
5787
|
-
DialpadBackspace: JSX.Element;
|
5788
|
-
SitePermissionsSparkle: JSX.Element;
|
5789
|
-
SitePermissionCamera: JSX.Element;
|
5790
|
-
SitePermissionMic: JSX.Element;
|
5791
|
-
SitePermissionCameraDenied: JSX.Element;
|
5792
|
-
SitePermissionMicDenied: JSX.Element;
|
5793
|
-
UnsupportedEnvironmentWarning: JSX.Element;
|
5794
|
-
BrowserPermissionDeniedError: JSX.Element;
|
5795
|
-
VideoTilePinned: JSX.Element;
|
5796
|
-
VideoTileMoreOptions: JSX.Element;
|
5797
|
-
VideoTileScaleFit: JSX.Element;
|
5798
|
-
VideoTileScaleFill: JSX.Element;
|
5799
|
-
PinParticipant: JSX.Element;
|
5800
|
-
UnpinParticipant: JSX.Element;
|
5801
|
-
SplitButtonPrimaryActionCameraOn: JSX.Element;
|
5802
|
-
SplitButtonPrimaryActionCameraOff: JSX.Element;
|
5803
|
-
SplitButtonPrimaryActionMicUnmuted: JSX.Element;
|
5804
|
-
SplitButtonPrimaryActionMicMuted: JSX.Element;
|
5805
|
-
VerticalGalleryLeftButton: JSX.Element;
|
5806
|
-
VerticalGalleryRightButton: JSX.Element;
|
5807
|
-
ControlButtonVideoEffectsOption: JSX.Element;
|
5808
|
-
ConfigurationScreenVideoEffectsButton: JSX.Element;
|
5809
|
-
CaptionsIcon: JSX.Element;
|
5810
|
-
CaptionsOffIcon: JSX.Element;
|
5811
|
-
CaptionsSettingsIcon: JSX.Element;
|
5812
|
-
ChangeSpokenLanguageIcon: JSX.Element;
|
5813
|
-
ChangeCaptionLanguageIcon: JSX.Element;
|
5814
|
-
ContextMenuCameraIcon: JSX.Element;
|
5815
|
-
ContextMenuMicIcon: JSX.Element;
|
5816
|
-
ContextMenuSpeakerIcon: JSX.Element;
|
5753
|
+
ChatMessageOptions: React_2.JSX.Element;
|
5754
|
+
ControlButtonParticipantsContextualMenuItem: React_2.JSX.Element;
|
5755
|
+
CancelFileUpload: React_2.JSX.Element;
|
5756
|
+
DownloadFile: React_2.JSX.Element;
|
5757
|
+
DataLossPreventionProhibited: React_2.JSX.Element;
|
5758
|
+
ErrorBarCallVideoRecoveredBySystem: React_2.JSX.Element;
|
5759
|
+
ErrorBarCallVideoStoppedBySystem: React_2.JSX.Element;
|
5760
|
+
MessageResend: React_2.JSX.Element;
|
5761
|
+
HoldCallContextualMenuItem: React_2.JSX.Element;
|
5762
|
+
HoldCallButton: React_2.JSX.Element;
|
5763
|
+
ResumeCall: React_2.JSX.Element;
|
5764
|
+
DialpadBackspace: React_2.JSX.Element;
|
5765
|
+
SitePermissionsSparkle: React_2.JSX.Element;
|
5766
|
+
SitePermissionCamera: React_2.JSX.Element;
|
5767
|
+
SitePermissionMic: React_2.JSX.Element;
|
5768
|
+
SitePermissionCameraDenied: React_2.JSX.Element;
|
5769
|
+
SitePermissionMicDenied: React_2.JSX.Element;
|
5770
|
+
UnsupportedEnvironmentWarning: React_2.JSX.Element;
|
5771
|
+
BrowserPermissionDeniedError: React_2.JSX.Element;
|
5772
|
+
VideoTilePinned: React_2.JSX.Element;
|
5773
|
+
VideoTileMoreOptions: React_2.JSX.Element;
|
5774
|
+
VideoTileScaleFit: React_2.JSX.Element;
|
5775
|
+
VideoTileScaleFill: React_2.JSX.Element;
|
5776
|
+
PinParticipant: React_2.JSX.Element;
|
5777
|
+
UnpinParticipant: React_2.JSX.Element;
|
5778
|
+
SplitButtonPrimaryActionCameraOn: React_2.JSX.Element;
|
5779
|
+
SplitButtonPrimaryActionCameraOff: React_2.JSX.Element;
|
5780
|
+
SplitButtonPrimaryActionMicUnmuted: React_2.JSX.Element;
|
5781
|
+
SplitButtonPrimaryActionMicMuted: React_2.JSX.Element;
|
5782
|
+
VerticalGalleryLeftButton: React_2.JSX.Element;
|
5783
|
+
VerticalGalleryRightButton: React_2.JSX.Element;
|
5784
|
+
ControlButtonVideoEffectsOption: React_2.JSX.Element;
|
5785
|
+
ConfigurationScreenVideoEffectsButton: React_2.JSX.Element;
|
5786
|
+
CaptionsIcon: React_2.JSX.Element;
|
5787
|
+
CaptionsOffIcon: React_2.JSX.Element;
|
5788
|
+
CaptionsSettingsIcon: React_2.JSX.Element;
|
5789
|
+
ChangeSpokenLanguageIcon: React_2.JSX.Element;
|
5790
|
+
ChangeCaptionLanguageIcon: React_2.JSX.Element;
|
5791
|
+
ContextMenuCameraIcon: React_2.JSX.Element;
|
5792
|
+
ContextMenuMicIcon: React_2.JSX.Element;
|
5793
|
+
ContextMenuSpeakerIcon: React_2.JSX.Element;
|
5817
5794
|
};
|
5818
5795
|
|
5819
5796
|
/**
|
@@ -8024,9 +8001,9 @@ export declare interface OptionsDevice {
|
|
8024
8001
|
/**
|
8025
8002
|
* Different modes and positions of the overflow gallery in the VideoGallery
|
8026
8003
|
*
|
8027
|
-
* @
|
8004
|
+
* @public
|
8028
8005
|
*/
|
8029
|
-
export declare type OverflowGalleryPosition = '
|
8006
|
+
export declare type OverflowGalleryPosition = 'horizontalBottom' | 'verticalRight' | /* @conditional-compile-remove(gallery-layouts) */ 'horizontalTop';
|
8030
8007
|
|
8031
8008
|
/**
|
8032
8009
|
* A system message notifying that a participant was added to the chat thread.
|
@@ -8584,7 +8561,7 @@ export declare interface RemoteParticipantState {
|
|
8584
8561
|
/**
|
8585
8562
|
* Proxy of {@link @azure/communication-calling#RemoteParticipant.identifier}.
|
8586
8563
|
*/
|
8587
|
-
identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind |
|
8564
|
+
identifier: CommunicationUserKind | PhoneNumberKind | MicrosoftTeamsUserKind | UnknownIdentifierKind | MicrosoftTeamsAppKind;
|
8588
8565
|
/**
|
8589
8566
|
* Proxy of {@link @azure/communication-calling#RemoteParticipant.displayName}.
|
8590
8567
|
*/
|
@@ -9860,7 +9837,7 @@ export declare const useTheme: () => Theme;
|
|
9860
9837
|
/**
|
9861
9838
|
* Styles for the control bar inside the VerticalGallery component
|
9862
9839
|
*
|
9863
|
-
* @
|
9840
|
+
* @public
|
9864
9841
|
*/
|
9865
9842
|
export declare interface VerticalGalleryControlBarStyles extends BaseCustomStyles {
|
9866
9843
|
/**
|
@@ -9880,7 +9857,7 @@ export declare interface VerticalGalleryControlBarStyles extends BaseCustomStyle
|
|
9880
9857
|
/**
|
9881
9858
|
* Strings for localization of the vertical gallery.
|
9882
9859
|
*
|
9883
|
-
* @
|
9860
|
+
* @public
|
9884
9861
|
*/
|
9885
9862
|
export declare interface VerticalGalleryStrings {
|
9886
9863
|
/** Aria label for the left page navigation button */
|
@@ -9892,7 +9869,7 @@ export declare interface VerticalGalleryStrings {
|
|
9892
9869
|
/**
|
9893
9870
|
* Styles for the VerticalGallery component
|
9894
9871
|
*
|
9895
|
-
* @
|
9872
|
+
* @public
|
9896
9873
|
*/
|
9897
9874
|
export declare interface VerticalGalleryStyles extends BaseCustomStyles {
|
9898
9875
|
/** Styles for each video tile in the vertical gallery */
|
@@ -10108,7 +10085,7 @@ export declare interface VideoGalleryProps {
|
|
10108
10085
|
remoteVideoTileMenu?: false | VideoTileContextualMenuProps | VideoTileDrawerMenuProps;
|
10109
10086
|
/**
|
10110
10087
|
* Determines the layout of the overflowGallery inside the VideoGallery.
|
10111
|
-
* @defaultValue '
|
10088
|
+
* @defaultValue 'horizontalBottom'
|
10112
10089
|
*/
|
10113
10090
|
overflowGalleryPosition?: OverflowGalleryPosition;
|
10114
10091
|
/**
|