@azure/communication-react 1.4.2-alpha-202211030017.0 → 1.4.2-alpha-202211050017.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 +174 -55
- package/dist/dist-cjs/communication-react/index.js +616 -247
- 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-stateful-client/src/BetaToStableTypes.d.ts +23 -0
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js +4 -0
- package/dist/dist-esm/calling-stateful-client/src/BetaToStableTypes.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +9 -6
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js +37 -182
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +53 -0
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +204 -0
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +5 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js +4 -65
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.d.ts +13 -0
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js +88 -0
- package/dist/dist-esm/calling-stateful-client/src/CallDeclarativeCommon.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +2 -2
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.d.ts +4 -3
- 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/IncomingCallDeclarative.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.d.ts +3 -2
- package/dist/dist-esm/calling-stateful-client/src/IncomingCallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +16 -0
- package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +19 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js +89 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.d.ts +23 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js +48 -0
- package/dist/dist-esm/calling-stateful-client/src/TeamsCallDeclarative.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +19 -0
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +35 -0
- package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/index.d.ts +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +2 -2
- package/dist/dist-esm/communication-react/src/index.js +1 -1
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/{BrowserPermissionDenied.d.ts → DevicePermissions/BrowserPermissionDenied.d.ts} +1 -1
- package/dist/dist-esm/react-components/src/components/{BrowserPermissionDenied.js → DevicePermissions/BrowserPermissionDenied.js} +3 -3
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDenied.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/{BrowserPermissionDeniedIOS.d.ts → DevicePermissions/BrowserPermissionDeniedIOS.d.ts} +0 -0
- package/dist/dist-esm/react-components/src/components/{BrowserPermissionDeniedIOS.js → DevicePermissions/BrowserPermissionDeniedIOS.js} +3 -3
- package/dist/dist-esm/react-components/src/components/DevicePermissions/BrowserPermissionDeniedIOS.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/{DevicePermissionDropdown.d.ts → DevicePermissions/DevicePermissionDropdown.d.ts} +0 -0
- package/dist/dist-esm/react-components/src/components/{DevicePermissionDropdown.js → DevicePermissions/DevicePermissionDropdown.js} +0 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DevicePermissionDropdown.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.d.ts +101 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.js +80 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissions.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissionsScaffolding.d.ts +86 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissionsScaffolding.js +27 -0
- package/dist/dist-esm/react-components/src/components/DevicePermissions/DomainPermissionsScaffolding.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/index.d.ts +9 -8
- package/dist/dist-esm/react-components/src/components/index.js +4 -4
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js +0 -2
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/merge.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js +16 -0
- package/dist/dist-esm/react-components/src/components/utils/merge.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/utils.js +0 -1
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +21 -5
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +55 -2
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +2 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +24 -16
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.styles.d.ts +6 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js +25 -0
- package/dist/dist-esm/react-components/src/theming/icons.styles.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +9 -5
- 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.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +5 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -0
- package/package.json +8 -8
- package/dist/dist-esm/react-components/src/components/BrowserPermissionDenied.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/BrowserPermissionDeniedIOS.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DevicePermissionDropdown.js.map +0 -1
- package/dist/dist-esm/react-components/src/components/DomainPermissions.d.ts +0 -57
- package/dist/dist-esm/react-components/src/components/DomainPermissions.js +0 -45
- package/dist/dist-esm/react-components/src/components/DomainPermissions.js.map +0 -1
@@ -1197,9 +1197,11 @@ export declare interface CallCompositeProps extends BaseCompositeProps<CallCompo
|
|
1197
1197
|
*/
|
1198
1198
|
options?: CallCompositeOptions;
|
1199
1199
|
/**
|
1200
|
-
* Set
|
1200
|
+
* Set the role to enable/disable capacities. This property should be properly set for Rooms calls. The role of a
|
1201
|
+
* user for a room can be obtained using the Rooms API. The role of the user will be synced with ACS services when
|
1202
|
+
* a Rooms call starts.
|
1201
1203
|
*/
|
1202
|
-
|
1204
|
+
roleHint?: Role;
|
1203
1205
|
}
|
1204
1206
|
|
1205
1207
|
/**
|
@@ -1638,7 +1640,7 @@ export declare type CallErrors = {
|
|
1638
1640
|
*
|
1639
1641
|
* @public
|
1640
1642
|
*/
|
1641
|
-
export declare type CallErrorTarget = 'Call.addParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | /* @conditional-compile-remove(calling-beta-sdk) */ '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';
|
1643
|
+
export declare type CallErrorTarget = 'Call.addParticipant' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.dispose' | 'Call.feature' | 'Call.hangUp' | 'Call.hold' | 'Call.mute' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.muteIncomingAudio' | 'Call.off' | 'Call.on' | 'Call.removeParticipant' | 'Call.resume' | 'Call.sendDtmf' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.startAudio' | 'Call.startScreenSharing' | 'Call.startVideo' | 'Call.stopScreenSharing' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.stopAudio' | 'Call.stopVideo' | 'Call.unmute' | /* @conditional-compile-remove(calling-beta-sdk) */ 'Call.unmuteIncomingAudio' | 'CallAgent.dispose' | 'CallAgent.feature' | 'CallAgent.join' | 'CallAgent.off' | 'CallAgent.on' | 'CallAgent.startCall' | 'CallClient.createCallAgent' | /* @conditional-compile-remove(calling-beta-sdk) */ /* @conditional-compile-remove(teams-identity-support) */ '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';
|
1642
1644
|
|
1643
1645
|
/**
|
1644
1646
|
* Callback for {@link CallAdapterSubscribers} 'callIdChanged' event.
|
@@ -1777,6 +1779,10 @@ export declare interface CallState {
|
|
1777
1779
|
* Proxy of {@link @azure/communication-calling#Call.id}.
|
1778
1780
|
*/
|
1779
1781
|
id: string;
|
1782
|
+
/**
|
1783
|
+
* Type of the call.
|
1784
|
+
*/
|
1785
|
+
type: 'Teams' | 'ACS';
|
1780
1786
|
/**
|
1781
1787
|
* Proxy of {@link @azure/communication-calling#Call.callerInfo}.
|
1782
1788
|
*/
|
@@ -2645,6 +2651,35 @@ export declare interface CallWithChatControlOptions {
|
|
2645
2651
|
*/
|
2646
2652
|
export declare type CallWithChatEvent = 'callError' | 'chatError' | 'callEnded' | 'isMutedChanged' | 'callIdChanged' | 'isLocalScreenSharingActiveChanged' | 'displayNameChanged' | 'isSpeakingChanged' | 'callParticipantsJoined' | 'callParticipantsLeft' | 'selectedMicrophoneChanged' | 'selectedSpeakerChanged' | 'messageReceived' | 'messageSent' | 'messageRead' | 'chatParticipantsAdded' | 'chatParticipantsRemoved';
|
2647
2653
|
|
2654
|
+
/**
|
2655
|
+
* @beta
|
2656
|
+
*
|
2657
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
2658
|
+
* by their browsers settings.
|
2659
|
+
*/
|
2660
|
+
export declare const CameraAndMicrophoneDomainPermissions: (props: CameraAndMicrophoneDomainPermissionsProps) => JSX.Element;
|
2661
|
+
|
2662
|
+
/**
|
2663
|
+
* @beta
|
2664
|
+
* Props for CameraAndMicrophoneDomainPermissions component.
|
2665
|
+
*/
|
2666
|
+
export declare interface CameraAndMicrophoneDomainPermissionsProps extends CommonDomainPermissionsProps {
|
2667
|
+
/** Icon name for the camera icon */
|
2668
|
+
cameraIconName?: string;
|
2669
|
+
/** Icon name for the microphone icon */
|
2670
|
+
microphoneIconName?: string;
|
2671
|
+
/** Icon name for the central icon between the camera and microphone icons */
|
2672
|
+
connectorIconName?: string;
|
2673
|
+
/** Strings for use with the {@link CameraAndMicrophoneDomainPermissions} */
|
2674
|
+
strings?: CameraAndMicrophoneDomainPermissionsStrings;
|
2675
|
+
}
|
2676
|
+
|
2677
|
+
/**
|
2678
|
+
* @beta
|
2679
|
+
* Strings for CameraAndMicrophoneDomainPermissions component.
|
2680
|
+
*/
|
2681
|
+
export declare type CameraAndMicrophoneDomainPermissionsStrings = DomainPermissionsStrings;
|
2682
|
+
|
2648
2683
|
/**
|
2649
2684
|
* A button to turn camera on / off.
|
2650
2685
|
*
|
@@ -2781,6 +2816,31 @@ export declare interface CameraButtonStyles extends ControlBarButtonStyles {
|
|
2781
2816
|
menuStyles?: Partial<CameraButtonContextualMenuStyles>;
|
2782
2817
|
}
|
2783
2818
|
|
2819
|
+
/**
|
2820
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
2821
|
+
* by their browsers settings.
|
2822
|
+
*
|
2823
|
+
* @beta
|
2824
|
+
*/
|
2825
|
+
export declare const CameraDomainPermissions: (props: CameraDomainPermissionsProps) => JSX.Element;
|
2826
|
+
|
2827
|
+
/**
|
2828
|
+
* @beta
|
2829
|
+
* Props for CameraDomainPermissions component.
|
2830
|
+
*/
|
2831
|
+
export declare interface CameraDomainPermissionsProps extends CommonDomainPermissionsProps {
|
2832
|
+
/** Icon name for the camera icon */
|
2833
|
+
cameraIconName?: string;
|
2834
|
+
/** Strings for use with the {@link CameraDomainPermissions} */
|
2835
|
+
strings?: CameraDomainPermissionsStrings;
|
2836
|
+
}
|
2837
|
+
|
2838
|
+
/**
|
2839
|
+
* @beta
|
2840
|
+
* Strings for CameraDomainPermissions component.
|
2841
|
+
*/
|
2842
|
+
export declare type CameraDomainPermissionsStrings = DomainPermissionsStrings;
|
2843
|
+
|
2784
2844
|
/**
|
2785
2845
|
* {@link ChatComposite} Adapter interface.
|
2786
2846
|
*
|
@@ -3339,6 +3399,35 @@ export declare type ClientState = CallClientState & ChatClientState;
|
|
3339
3399
|
*/
|
3340
3400
|
export declare type Common<A, B> = Pick<A, CommonProperties<A, B>>;
|
3341
3401
|
|
3402
|
+
/**
|
3403
|
+
* @beta
|
3404
|
+
* Props for DomainPermissions components.
|
3405
|
+
*/
|
3406
|
+
export declare interface CommonDomainPermissionsProps {
|
3407
|
+
/**
|
3408
|
+
* Name of application calling experience is in.
|
3409
|
+
*/
|
3410
|
+
appName: string;
|
3411
|
+
/**
|
3412
|
+
* Type of the Domain Permissions component.
|
3413
|
+
*/
|
3414
|
+
type: 'request' | 'denied' | 'check';
|
3415
|
+
/**
|
3416
|
+
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
3417
|
+
* If this is not provided the button will not be shown.
|
3418
|
+
*/
|
3419
|
+
onTroubleshootingClick?: () => void;
|
3420
|
+
/**
|
3421
|
+
* Action that is taken when the user clicks the continue anyway button.
|
3422
|
+
* If this is not provided the button will not be shown.
|
3423
|
+
*/
|
3424
|
+
onContinueAnywayClick?: () => void;
|
3425
|
+
/**
|
3426
|
+
* Styles for DomainPermissions component.
|
3427
|
+
*/
|
3428
|
+
styles?: DomainPermissionsStyles;
|
3429
|
+
}
|
3430
|
+
|
3342
3431
|
/**
|
3343
3432
|
* Return intersect properties of 2 types
|
3344
3433
|
*
|
@@ -3527,8 +3616,24 @@ export declare interface ComponentStrings {
|
|
3527
3616
|
videoTile: VideoTileStrings;
|
3528
3617
|
/** Strings for HoldButton */
|
3529
3618
|
holdButton: HoldButtonStrings;
|
3530
|
-
/** Strings for
|
3531
|
-
|
3619
|
+
/** Strings for a domain permission request prompt */
|
3620
|
+
CameraAndMicrophoneDomainPermissionsRequest: DomainPermissionsStrings;
|
3621
|
+
/** Strings for a domain permission request prompt */
|
3622
|
+
CameraDomainPermissionsRequest: DomainPermissionsStrings;
|
3623
|
+
/** Strings for a domain permission request prompt */
|
3624
|
+
MicrophoneDomainPermissionsRequest: DomainPermissionsStrings;
|
3625
|
+
/** Strings for a domain permission generic checking prompt */
|
3626
|
+
CameraAndMicrophoneDomainPermissionsCheck: DomainPermissionsStrings;
|
3627
|
+
/** Strings for a domain permission generic checking prompt */
|
3628
|
+
CameraDomainPermissionsCheck: DomainPermissionsStrings;
|
3629
|
+
/** Strings for a domain permission generic checking prompt */
|
3630
|
+
MicrophoneDomainPermissionsCheck: DomainPermissionsStrings;
|
3631
|
+
/** Strings for a domain permission denied prompt */
|
3632
|
+
CameraAndMicrophoneDomainPermissionsDenied: DomainPermissionsStrings;
|
3633
|
+
/** Strings for a domain permission denied prompt */
|
3634
|
+
CameraDomainPermissionsDenied: DomainPermissionsStrings;
|
3635
|
+
/** Strings for a domain permission denied prompt */
|
3636
|
+
MicrophoneDomainPermissionsDenied: DomainPermissionsStrings;
|
3532
3637
|
/** Strings for unsupported browser UI */
|
3533
3638
|
UnsupportedBrowser: UnsupportedBrowserStrings;
|
3534
3639
|
/** Strings for BrowserPemissionDenied */
|
@@ -4161,20 +4266,10 @@ export declare interface CustomMessage extends MessageCommon {
|
|
4161
4266
|
export declare const darkTheme: PartialTheme & CallingTheme;
|
4162
4267
|
|
4163
4268
|
/**
|
4164
|
-
* @
|
4269
|
+
* @beta
|
4165
4270
|
* `DeclarativeCallAgent` extends and proxies the {@link @azure/communication-calling#CallAgent}
|
4166
4271
|
*/
|
4167
|
-
export declare type DeclarativeCallAgent = CallAgent &
|
4168
|
-
/**
|
4169
|
-
* @beta
|
4170
|
-
* A readonly array that returns all the active `incomingCalls`.
|
4171
|
-
* An active incoming call is a call that has not been answered, declined or disconnected.
|
4172
|
-
*
|
4173
|
-
* @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
|
4174
|
-
* @returns readonly array of {@link DeclarativeIncomingCall}
|
4175
|
-
*/
|
4176
|
-
incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
|
4177
|
-
};
|
4272
|
+
export declare type DeclarativeCallAgent = CallAgent & IncomingCallManagement;
|
4178
4273
|
|
4179
4274
|
/**
|
4180
4275
|
* @beta
|
@@ -4245,6 +4340,8 @@ export declare const DEFAULT_COMPONENT_ICONS: {
|
|
4245
4340
|
DomainPermissionsSparkle: JSX.Element;
|
4246
4341
|
DomainPermissionCamera: JSX.Element;
|
4247
4342
|
DomainPermissionMic: JSX.Element;
|
4343
|
+
DomainPermissionCameraDenied: JSX.Element;
|
4344
|
+
DomainPermissionMicDenied: JSX.Element;
|
4248
4345
|
UnsupportedBrowserWarning: JSX.Element;
|
4249
4346
|
BrowserPermissionDeniedError: JSX.Element;
|
4250
4347
|
};
|
@@ -4338,6 +4435,8 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
|
|
4338
4435
|
DomainPermissionsSparkle: JSX.Element;
|
4339
4436
|
DomainPermissionCamera: JSX.Element;
|
4340
4437
|
DomainPermissionMic: JSX.Element;
|
4438
|
+
DomainPermissionCameraDenied: JSX.Element;
|
4439
|
+
DomainPermissionMicDenied: JSX.Element;
|
4341
4440
|
UnsupportedBrowserWarning: JSX.Element;
|
4342
4441
|
BrowserPermissionDeniedError: JSX.Element;
|
4343
4442
|
};
|
@@ -4723,62 +4822,43 @@ export declare interface Disposable {
|
|
4723
4822
|
dispose(): void;
|
4724
4823
|
}
|
4725
4824
|
|
4726
|
-
/**
|
4727
|
-
* @beta
|
4728
|
-
*
|
4729
|
-
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
4730
|
-
* by their browsers settings.
|
4731
|
-
*/
|
4732
|
-
export declare const DomainPermissions: (props: DomainPermissionsProps) => JSX.Element;
|
4733
|
-
|
4734
|
-
/**
|
4735
|
-
* @beta
|
4736
|
-
* Props for DomainPermissions component.
|
4737
|
-
*/
|
4738
|
-
export declare interface DomainPermissionsProps {
|
4739
|
-
/**
|
4740
|
-
* Name of application calling experience is in.
|
4741
|
-
*/
|
4742
|
-
appName: string;
|
4743
|
-
/**
|
4744
|
-
* Action to be taken by the more help link. Possible to send to external page or show other modal.
|
4745
|
-
*/
|
4746
|
-
onTroubleshootingClick?: () => void;
|
4747
|
-
/**
|
4748
|
-
* Action to be taken by the Allow Access button.
|
4749
|
-
*/
|
4750
|
-
onAllowAccessClick?: () => void;
|
4751
|
-
/**
|
4752
|
-
* Localization strings for DomainPermissions component.
|
4753
|
-
*/
|
4754
|
-
strings?: DomainPermissionsStrings;
|
4755
|
-
}
|
4756
|
-
|
4757
4825
|
/**
|
4758
4826
|
* @beta
|
4759
4827
|
* Strings for DomainPermissions component
|
4760
4828
|
*/
|
4761
|
-
export declare
|
4829
|
+
export declare type DomainPermissionsStrings = {
|
4762
4830
|
/**
|
4763
4831
|
* Main text string.
|
4764
4832
|
*/
|
4765
|
-
primaryText
|
4833
|
+
primaryText?: string;
|
4766
4834
|
/**
|
4767
4835
|
* Subtext string.
|
4768
4836
|
*/
|
4769
|
-
secondaryText
|
4837
|
+
secondaryText?: string;
|
4770
4838
|
/**
|
4771
4839
|
* More help link string.
|
4772
4840
|
*/
|
4773
|
-
linkText
|
4841
|
+
linkText?: string;
|
4774
4842
|
/**
|
4775
4843
|
* Primary button text string.
|
4776
4844
|
*/
|
4777
|
-
primaryButtonText
|
4845
|
+
primaryButtonText?: string;
|
4778
4846
|
/**
|
4779
|
-
*
|
4847
|
+
* Aria label describing the content of the container
|
4780
4848
|
*/
|
4781
|
-
ariaLabel
|
4849
|
+
ariaLabel?: string;
|
4850
|
+
};
|
4851
|
+
|
4852
|
+
/**
|
4853
|
+
* Fluent styles for {@link DomainPermissionsContainer}.
|
4854
|
+
*
|
4855
|
+
* @beta
|
4856
|
+
*/
|
4857
|
+
export declare interface DomainPermissionsStyles extends BaseCustomStyles {
|
4858
|
+
/** Styles for the primary button. */
|
4859
|
+
primaryButton?: IButtonStyles;
|
4860
|
+
/** Styles for the help troubleshooting link text. */
|
4861
|
+
troubleshootingLink?: ILinkStyles;
|
4782
4862
|
}
|
4783
4863
|
|
4784
4864
|
/**
|
@@ -5442,6 +5522,20 @@ export declare interface _Identifiers {
|
|
5442
5522
|
horizontalGalleryRightNavButton: string;
|
5443
5523
|
}
|
5444
5524
|
|
5525
|
+
/**
|
5526
|
+
* @beta
|
5527
|
+
* This contains a readonly array that returns all the active `incomingCalls`.
|
5528
|
+
* An active incoming call is a call that has not been answered, declined or disconnected.
|
5529
|
+
*/
|
5530
|
+
export declare type IncomingCallManagement = {
|
5531
|
+
/**
|
5532
|
+
* @beta
|
5533
|
+
* @Remark This attribute doesn't exist on the {@link @azure/communication-calling#CallAgent} interface.
|
5534
|
+
* @returns readonly array of {@link DeclarativeIncomingCall}
|
5535
|
+
*/
|
5536
|
+
incomingCalls: ReadonlyArray<DeclarativeIncomingCall>;
|
5537
|
+
};
|
5538
|
+
|
5445
5539
|
/**
|
5446
5540
|
* State only version of {@link @azure/communication-calling#IncomingCall}. {@link StatefulCallClient} will
|
5447
5541
|
* automatically detect incoming calls and add their state to the state exposed by {@link StatefulCallClient}.
|
@@ -6215,6 +6309,31 @@ export declare interface MicrophoneButtonStyles extends ControlBarButtonStyles {
|
|
6215
6309
|
menuStyles?: Partial<MicrophoneButtonContextualMenuStyles>;
|
6216
6310
|
}
|
6217
6311
|
|
6312
|
+
/**
|
6313
|
+
* Component to allow Contoso to help their end user with their devices should their permissions be blocked
|
6314
|
+
* by their browsers settings.
|
6315
|
+
*
|
6316
|
+
* @beta
|
6317
|
+
*/
|
6318
|
+
export declare const MicrophoneDomainPermissions: (props: MicrophoneDomainPermissionsProps) => JSX.Element;
|
6319
|
+
|
6320
|
+
/**
|
6321
|
+
* @beta
|
6322
|
+
* Props for MicrophoneDomainPermissions component.
|
6323
|
+
*/
|
6324
|
+
export declare interface MicrophoneDomainPermissionsProps extends CommonDomainPermissionsProps {
|
6325
|
+
/** Icon name for the microphone icon */
|
6326
|
+
microphoneIconName?: string;
|
6327
|
+
/** Strings for use with the {@link MicrophoneDomainPermissions} */
|
6328
|
+
strings?: MicrophoneDomainPermissionsStrings;
|
6329
|
+
}
|
6330
|
+
|
6331
|
+
/**
|
6332
|
+
* @beta
|
6333
|
+
* Strings for MicrophoneDomainPermissions component.
|
6334
|
+
*/
|
6335
|
+
export declare type MicrophoneDomainPermissionsStrings = DomainPermissionsStrings;
|
6336
|
+
|
6218
6337
|
/**
|
6219
6338
|
* Payload for {@link DiagnosticChangedEventListner} where there is a change in a network diagnostic.
|
6220
6339
|
*
|