@azure/communication-react 1.2.3-alpha-202205110014.0 → 1.2.3-alpha-202205140015.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 +16 -5
- package/dist/dist-cjs/communication-react/index.js +400 -272
- 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/chat-component-bindings/src/handlers/createHandlers.d.ts +4 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.d.ts.map +1 -1
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js +4 -2
- package/dist/dist-esm/chat-component-bindings/src/handlers/createHandlers.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +2 -2
- package/dist/dist-esm/communication-react/src/index.d.ts.map +1 -1
- 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/ChatMessage/ChatMessageComponent.d.ts +4 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +2 -2
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts +4 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js +24 -15
- package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsEditBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.d.ts +41 -0
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.d.ts.map +1 -0
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js +196 -0
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/ComplianceBanner.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.d.ts +20 -0
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.d.ts.map +1 -0
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js +42 -0
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/Utils.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.d.ts +3 -0
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.d.ts.map +1 -0
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js +4 -0
- package/dist/dist-esm/react-components/src/components/ComplianceBanner/index.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.d.ts +50 -0
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.d.ts.map +1 -0
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +72 -0
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +1 -2
- package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.d.ts +29 -0
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.d.ts.map +1 -0
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +66 -0
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +10 -4
- package/dist/dist-esm/react-components/src/components/MessageThread.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +2 -0
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js +0 -2
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js +18 -40
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +5 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.js +2 -0
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ChatMessageComponent.styles.js +1 -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/Dialpad.styles.d.ts +22 -0
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.d.ts.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js +74 -0
- package/dist/dist-esm/react-components/src/components/styles/Dialpad.styles.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js +20 -25
- package/dist/dist-esm/react-components/src/components/styles/InputBoxComponent.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts +0 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js +3 -3
- package/dist/dist-esm/react-components/src/components/styles/SendBox.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.d.ts +5 -0
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.d.ts.map +1 -0
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js +44 -0
- package/dist/dist-esm/react-components/src/components/utils/formatPhoneNumber.js.map +1 -0
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/theming/themes.js +6 -0
- package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +2 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +2 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +3 -1
- 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 +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/LobbyPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +0 -19
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +0 -39
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +3 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +4 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/localization/index.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/index.js +8 -0
- package/dist/dist-esm/react-composites/src/composites/localization/index.js.map +1 -1
- package/dist/dist-esm/react-composites/src/index-public.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/index-public.d.ts.map +1 -0
- package/dist/dist-esm/react-composites/src/index-public.js +8 -0
- package/dist/dist-esm/react-composites/src/index-public.js.map +1 -0
- package/package.json +7 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ComplianceBanner.d.ts +0 -13
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ComplianceBanner.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ComplianceBanner.js +0 -127
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ComplianceBanner.js.map +0 -1
- package/dist/dist-esm/react-composites/src/index.d.ts +0 -2
- package/dist/dist-esm/react-composites/src/index.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/index.js +0 -4
- package/dist/dist-esm/react-composites/src/index.js.map +0 -1
package/dist/dist-esm/react-composites/src/composites/CallComposite/components/ComplianceBanner.js
DELETED
@@ -1,127 +0,0 @@
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
2
|
-
// Licensed under the MIT license.
|
3
|
-
import React, { useRef, useState } from 'react';
|
4
|
-
import { Link, MessageBar, MessageBarType } from '@fluentui/react';
|
5
|
-
import { useLocale } from '../../localization';
|
6
|
-
import { computeVariant } from '../utils';
|
7
|
-
/**
|
8
|
-
* @private
|
9
|
-
*/
|
10
|
-
export const ComplianceBanner = (props) => {
|
11
|
-
function determineStates(previous, current) {
|
12
|
-
// if current state is on, then return on
|
13
|
-
if (current) {
|
14
|
-
return 'on';
|
15
|
-
}
|
16
|
-
// if current state is off
|
17
|
-
else {
|
18
|
-
// if previous state is on and current state is off, return stopped (on -> off)
|
19
|
-
if (previous === 'on') {
|
20
|
-
return 'stopped';
|
21
|
-
}
|
22
|
-
// otherwise remain previous state unchanged
|
23
|
-
else {
|
24
|
-
return previous;
|
25
|
-
}
|
26
|
-
}
|
27
|
-
}
|
28
|
-
//set variant when incoming state is different from current state
|
29
|
-
//when variant change, return message bar
|
30
|
-
//when message bar is dismissed,set variant to default nostate and if current state is stopped, set to off
|
31
|
-
const strings = useLocale().strings;
|
32
|
-
const [variant, setVariant] = useState('NO_STATE');
|
33
|
-
const cachedProps = useRef({
|
34
|
-
latestBooleanState: {
|
35
|
-
callTranscribeState: false,
|
36
|
-
callRecordState: false
|
37
|
-
},
|
38
|
-
latestStringState: {
|
39
|
-
callTranscribeState: 'off',
|
40
|
-
callRecordState: 'off'
|
41
|
-
}
|
42
|
-
});
|
43
|
-
// Only update cached props and variant if there is _some_ change in the latest props.
|
44
|
-
// This ensures that state machine is only updated if there is an actual change in the props.
|
45
|
-
if (props.callRecordState !== cachedProps.current.latestBooleanState.callRecordState ||
|
46
|
-
props.callTranscribeState !== cachedProps.current.latestBooleanState.callTranscribeState) {
|
47
|
-
cachedProps.current = {
|
48
|
-
latestBooleanState: props,
|
49
|
-
latestStringState: {
|
50
|
-
callRecordState: determineStates(cachedProps.current.latestStringState.callRecordState, props.callRecordState),
|
51
|
-
callTranscribeState: determineStates(cachedProps.current.latestStringState.callTranscribeState, props.callTranscribeState)
|
52
|
-
}
|
53
|
-
};
|
54
|
-
setVariant(computeVariant(cachedProps.current.latestStringState.callRecordState, cachedProps.current.latestStringState.callTranscribeState));
|
55
|
-
// when both states are stopped, after displaying message "RECORDING_AND_TRANSCRIPTION_STOPPED", change both states to off (going back to the default state)
|
56
|
-
if (cachedProps.current.latestStringState.callRecordState === 'stopped' &&
|
57
|
-
cachedProps.current.latestStringState.callTranscribeState === 'stopped') {
|
58
|
-
cachedProps.current.latestStringState.callRecordState = 'off';
|
59
|
-
cachedProps.current.latestStringState.callTranscribeState = 'off';
|
60
|
-
}
|
61
|
-
}
|
62
|
-
return variant === 'NO_STATE' ? (React.createElement(React.Fragment, null)) : (React.createElement(MessageBar, { messageBarType: MessageBarType.warning, onDismiss: () => {
|
63
|
-
// when closing the banner, change variant to nostate and change stopped state to off state.
|
64
|
-
// Reason: on banner close, going back to the default state
|
65
|
-
setVariant('NO_STATE');
|
66
|
-
if (cachedProps.current.latestStringState.callRecordState === 'stopped') {
|
67
|
-
cachedProps.current.latestStringState.callRecordState = 'off';
|
68
|
-
}
|
69
|
-
if (cachedProps.current.latestStringState.callTranscribeState === 'stopped') {
|
70
|
-
cachedProps.current.latestStringState.callTranscribeState = 'off';
|
71
|
-
}
|
72
|
-
}, dismissButtonAriaLabel: strings.call.close },
|
73
|
-
React.createElement(BannerMessage, { variant: variant, strings: strings })));
|
74
|
-
};
|
75
|
-
function BannerMessage(props) {
|
76
|
-
const { variant, strings } = props;
|
77
|
-
switch (variant) {
|
78
|
-
case 'TRANSCRIPTION_STOPPED_STILL_RECORDING':
|
79
|
-
return (React.createElement(React.Fragment, null,
|
80
|
-
React.createElement("b", null, strings.call.complianceBannerTranscriptionStopped),
|
81
|
-
` ${strings.call.complianceBannerNowOnlyRecording}`,
|
82
|
-
React.createElement(PrivacyPolicy, { linkText: strings.call.privacyPolicy })));
|
83
|
-
case 'RECORDING_STOPPED_STILL_TRANSCRIBING':
|
84
|
-
return (React.createElement(React.Fragment, null,
|
85
|
-
React.createElement("b", null, strings.call.complianceBannerRecordingStopped),
|
86
|
-
` ${strings.call.complianceBannerNowOnlyTranscription}`,
|
87
|
-
React.createElement(PrivacyPolicy, { linkText: strings.call.privacyPolicy })));
|
88
|
-
case 'RECORDING_AND_TRANSCRIPTION_STOPPED':
|
89
|
-
return (React.createElement(React.Fragment, null,
|
90
|
-
React.createElement("b", null, strings.call.complianceBannerRecordingAndTranscriptionSaved),
|
91
|
-
` ${strings.call.complianceBannerRecordingAndTranscriptionStopped}`,
|
92
|
-
React.createElement(LearnMore, { linkText: strings.call.learnMore })));
|
93
|
-
case 'RECORDING_AND_TRANSCRIPTION_STARTED':
|
94
|
-
return (React.createElement(React.Fragment, null,
|
95
|
-
React.createElement("b", null, strings.call.complianceBannerRecordingAndTranscriptionStarted),
|
96
|
-
` ${strings.call.complianceBannerTranscriptionConsent}`,
|
97
|
-
React.createElement(PrivacyPolicy, { linkText: strings.call.privacyPolicy })));
|
98
|
-
case 'TRANSCRIPTION_STARTED':
|
99
|
-
return (React.createElement(React.Fragment, null,
|
100
|
-
React.createElement("b", null, strings.call.complianceBannerTranscriptionStarted),
|
101
|
-
` ${strings.call.complianceBannerTranscriptionConsent}`,
|
102
|
-
React.createElement(PrivacyPolicy, { linkText: strings.call.privacyPolicy })));
|
103
|
-
case 'RECORDING_STOPPED':
|
104
|
-
return (React.createElement(React.Fragment, null,
|
105
|
-
React.createElement("b", null, strings.call.complianceBannerRecordingSaving),
|
106
|
-
` ${strings.call.complianceBannerRecordingStopped}`,
|
107
|
-
React.createElement(LearnMore, { linkText: strings.call.learnMore })));
|
108
|
-
case 'RECORDING_STARTED':
|
109
|
-
return (React.createElement(React.Fragment, null,
|
110
|
-
React.createElement("b", null, strings.call.complianceBannerRecordingStarted),
|
111
|
-
` ${strings.call.complianceBannerTranscriptionConsent}`,
|
112
|
-
React.createElement(PrivacyPolicy, { linkText: strings.call.privacyPolicy })));
|
113
|
-
case 'TRANSCRIPTION_STOPPED':
|
114
|
-
return (React.createElement(React.Fragment, null,
|
115
|
-
React.createElement("b", null, strings.call.complianceBannerTranscriptionSaving),
|
116
|
-
` ${strings.call.complianceBannerTranscriptionStopped}`,
|
117
|
-
React.createElement(LearnMore, { linkText: strings.call.learnMore })));
|
118
|
-
}
|
119
|
-
return React.createElement(React.Fragment, null);
|
120
|
-
}
|
121
|
-
function PrivacyPolicy(props) {
|
122
|
-
return (React.createElement(Link, { href: "https://privacy.microsoft.com/privacystatement#mainnoticetoendusersmodule", target: "_blank", underline: true }, props.linkText));
|
123
|
-
}
|
124
|
-
function LearnMore(props) {
|
125
|
-
return (React.createElement(Link, { href: "https://support.microsoft.com/office/record-a-meeting-in-teams-34dfbe7f-b07d-4a27-b4c6-de62f1348c24", target: "_blank", underline: true }, props.linkText));
|
126
|
-
}
|
127
|
-
//# sourceMappingURL=ComplianceBanner.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ComplianceBanner.js","sourceRoot":"","sources":["../../../../../../../../react-composites/src/composites/CallComposite/components/ComplianceBanner.tsx"],"names":[],"mappings":"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"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../react-composites/src/index.ts"],"names":[],"mappings":"AAGA,cAAc,cAAc,CAAC"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../react-composites/src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,cAAc,CAAC"}
|