@azure/communication-react 1.4.2-alpha-202211240014.0 → 1.4.2-alpha-202211290015.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/CHANGELOG.beta.md +47 -1
- package/CHANGELOG.json +507 -0
- package/dist/communication-react.d.ts +48 -0
- package/dist/dist-cjs/communication-react/index.js +258 -87
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js +12 -9
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/VideoTile.js +25 -2
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.d.ts +12 -10
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js +61 -37
- package/dist/dist-esm/react-components/src/components/utils/useLongPress.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +44 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js +9 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/mediaGallerySelector.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.d.ts +29 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +119 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +12 -1
- package/package.json +8 -8
package/CHANGELOG.beta.md
CHANGED
@@ -1,9 +1,55 @@
|
|
1
1
|
# Change Log - @azure/communication-react
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 15 Nov 2022 21:12:22 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [1.4.1-beta.1](https://github.com/azure/communication-ui-library/tree/1.4.1-beta.1)
|
8
|
+
|
9
|
+
Tue, 15 Nov 2022 21:12:22 GMT
|
10
|
+
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.4.0...1.4.1-beta.1)
|
11
|
+
|
12
|
+
### Features
|
13
|
+
- Add role and getRole to selectors ([PR #2419](https://github.com/azure/communication-ui-library/pull/2419) by miguelgamis@microsoft.com)
|
14
|
+
- Add rooms role into calling stateful client ([PR #2417](https://github.com/azure/communication-ui-library/pull/2417) by miguelgamis@microsoft.com)
|
15
|
+
- Add role to CallParticipantListParticipant type ([PR #2419](https://github.com/azure/communication-ui-library/pull/2419) by miguelgamis@microsoft.com)
|
16
|
+
- Access role from stateful call client in CallComposite ([PR #2481](https://github.com/azure/communication-ui-library/pull/2481) by miguelgamis@microsoft.com)
|
17
|
+
- Change role prop name in the CallComposite to roleHint ([PR #2481](https://github.com/azure/communication-ui-library/pull/2481) by miguelgamis@microsoft.com)
|
18
|
+
- Move roleHint prop from CallComposite to CallAdapter state ([PR #2482](https://github.com/azure/communication-ui-library/pull/2482) by miguelgamis@microsoft.com)
|
19
|
+
- Add TeamsCall and TeamsCallAgent to StatefulClient ([PR #2396](https://github.com/azure/communication-ui-library/pull/2396) by jinan@microsoft.com)
|
20
|
+
- Allow constant visibilty of dtmf dialpad tone last sent ([PR #2429](https://github.com/azure/communication-ui-library/pull/2429) by 94866715+dmceachernmsft@users.noreply.github.com)
|
21
|
+
- Remove padding and margins from base dialpad component. ([PR #2474](https://github.com/azure/communication-ui-library/pull/2474) by 94866715+dmceachernmsft@users.noreply.github.com)
|
22
|
+
- Introduce individual camera and microphone permission modals ([PR #2485](https://github.com/azure/communication-ui-library/pull/2485) by 2684369+JamesBurnside@users.noreply.github.com)
|
23
|
+
- Introduce domain permission denied prompt pure UI component ([PR #2486](https://github.com/azure/communication-ui-library/pull/2486) by 2684369+JamesBurnside@users.noreply.github.com)
|
24
|
+
- Introduce checking device permission prompt pure ui component ([PR #2489](https://github.com/azure/communication-ui-library/pull/2489) by 2684369+JamesBurnside@users.noreply.github.com)
|
25
|
+
- Make DevicePermission component string prop optional ([PR #2434](https://github.com/azure/communication-ui-library/pull/2434) by carolinecao@microsoft.com)
|
26
|
+
- Make BrowerPermissionDenied component string optional ([PR #2463](https://github.com/azure/communication-ui-library/pull/2463) by carolinecao@microsoft.com)
|
27
|
+
- Enable troubleshooting guide error bar to display network error guide or device error guide based on error type ([PR #2433](https://github.com/azure/communication-ui-library/pull/2433) by carolinecao@microsoft.com)
|
28
|
+
- Add enable call readiness option for Call and CallWithChat composite ([PR #2393](https://github.com/azure/communication-ui-library/pull/2393) by carolinecao@microsoft.com)
|
29
|
+
- Add allow access modal to CallComposite configuration screen ([PR #2463](https://github.com/azure/communication-ui-library/pull/2463) by carolinecao@microsoft.com)
|
30
|
+
- Add troubleshooting error bar to CallComposite configuration screen ([PR #2433](https://github.com/azure/communication-ui-library/pull/2433) by carolinecao@microsoft.com)
|
31
|
+
- Add device permission drawer to CallComposite mobile configuration screen ([PR #2434](https://github.com/azure/communication-ui-library/pull/2434) by carolinecao@microsoft.com)
|
32
|
+
|
33
|
+
### Bug Fixes
|
34
|
+
- Revert breaking API change in `CallEndedListener` callback ([PR #2464](https://github.com/azure/communication-ui-library/pull/2464) by 82062616+prprabhu-ms@users.noreply.github.com)
|
35
|
+
- Filter out devices with blank names ([PR #2366](https://github.com/azure/communication-ui-library/pull/2366) by miguelgamis@microsoft.com)
|
36
|
+
- Filter out camera devices with blank name when declarative device manager is used. ([PR #2456](https://github.com/azure/communication-ui-library/pull/2456) by anjulgarg@live.com)
|
37
|
+
- Remove DeclarativeCallAgent from stable API and export only in beta build ([PR #2436](https://github.com/azure/communication-ui-library/pull/2436) by 82062616+prprabhu-ms@users.noreply.github.com)
|
38
|
+
- Fix issue where typingIndicator errors were not being caught by the ChatAdapter. ([PR #2471](https://github.com/azure/communication-ui-library/pull/2471) by 94866715+dmceachernmsft@users.noreply.github.com)
|
39
|
+
- Fix a string name and restrict it to beta builds ([PR #2439](https://github.com/azure/communication-ui-library/pull/2439) [PR #2469](https://github.com/azure/communication-ui-library/pull/2469) by 82062616+prprabhu-ms@users.noreply.github.com)
|
40
|
+
- Fix remove participant logic for teams user by making sure to enforce isRemovable property on participantList participant. ([PR #2454](https://github.com/azure/communication-ui-library/pull/2454) by 94866715+dmceachernmsft@users.noreply.github.com)
|
41
|
+
- Fix CallWithChatPane drawer menu from staying open after switching mobile tabs ([PR #2447](https://github.com/azure/communication-ui-library/pull/2447) by miguelgamis@microsoft.com)
|
42
|
+
- Fix dark mode text for TroubleshootingGuideErrorBar messages ([PR #2501](https://github.com/azure/communication-ui-library/pull/2501) by edwardlee@microsoft.com)
|
43
|
+
- Fix for icons re-registered warnings in the console ([PR #2506](https://github.com/azure/communication-ui-library/pull/2506) by carolinecao@microsoft.com)
|
44
|
+
- Fix mute indicator color not matching display name ([PR #2451](https://github.com/azure/communication-ui-library/pull/2451) by anjulgarg@live.com)
|
45
|
+
|
46
|
+
### Improvements
|
47
|
+
- Update html-to-react dependency. Note: This change requires Webpack > 4 ([PR #2428](https://github.com/azure/communication-ui-library/pull/2428) by 2684369+JamesBurnside@users.noreply.github.com)
|
48
|
+
- Allow a range of communication services dependency packages ([PR #2457](https://github.com/azure/communication-ui-library/pull/2457) by 82062616+prprabhu-ms@users.noreply.github.com)
|
49
|
+
- Bump dependencies to get closer to react 18 support ([PR #2427](https://github.com/azure/communication-ui-library/pull/2427) by 2684369+JamesBurnside@users.noreply.github.com)
|
50
|
+
- Focus on participant list when opening people pane ([PR #2492](https://github.com/azure/communication-ui-library/pull/2492) by edwardlee@microsoft.com)
|
51
|
+
- Config page local preview does not show a black screen when camera devices are removed ([PR #2456](https://github.com/azure/communication-ui-library/pull/2456) by anjulgarg@live.com)
|
52
|
+
|
7
53
|
## [1.3.2-beta.1](https://github.com/azure/communication-ui-library/tree/1.3.2-beta.1)
|
8
54
|
|
9
55
|
Wed, 05 Oct 2022 18:13:37 GMT
|
package/CHANGELOG.json
CHANGED
@@ -1,6 +1,513 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
3
|
"entries": [
|
4
|
+
{
|
5
|
+
"date": "Tue, 15 Nov 2022 21:12:22 GMT",
|
6
|
+
"tag": "@azure/communication-react_v1.4.1-beta.1",
|
7
|
+
"version": "1.4.1-beta.1",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
12
|
+
"package": "@azure/communication-react",
|
13
|
+
"commit": "368c4cefaea1ee51d11c7e4b2e6f8555442a6989",
|
14
|
+
"comment": "Rewire tooling to generate changefiles and changelogs"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
18
|
+
"package": "@internal/acs-ui-common",
|
19
|
+
"commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
|
20
|
+
"comment": "Bumped"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
24
|
+
"package": "@internal/acs-ui-common",
|
25
|
+
"commit": "807c931ca9bdc6813b08c1e01bd60f4131be089e",
|
26
|
+
"comment": "Document template of the application ID used for telemetry"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
30
|
+
"package": "@internal/calling-component-bindings",
|
31
|
+
"commit": "6b4049475e182608504163b25d62692a6f781e7f",
|
32
|
+
"comment": "Stable release branch hotfix: Fix camera turning back on when turned off on connecting screen (#2458)"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
36
|
+
"package": "@internal/calling-component-bindings",
|
37
|
+
"commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
|
38
|
+
"comment": "Bumped"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
42
|
+
"package": "@internal/calling-stateful-client",
|
43
|
+
"commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
|
44
|
+
"comment": "Bumped"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
48
|
+
"package": "@internal/chat-component-bindings",
|
49
|
+
"commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
|
50
|
+
"comment": "Bumped"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
54
|
+
"package": "@internal/chat-stateful-client",
|
55
|
+
"commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
|
56
|
+
"comment": "Bumped"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
60
|
+
"package": "@internal/fake-backends",
|
61
|
+
"commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
|
62
|
+
"comment": "Bumped"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"author": "edwardlee@microsoft.com",
|
66
|
+
"package": "@internal/react-components",
|
67
|
+
"commit": "7a94ca460e7e64a3779025825c1d35aeda8946f1",
|
68
|
+
"comment": "Add missing PSTN conditional compilation"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
72
|
+
"package": "@internal/react-components",
|
73
|
+
"commit": "467ea946e9d58b3accebc4821466afd754eabd7e",
|
74
|
+
"comment": "Create a device ermissions sub directory"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"author": "carolinecao@microsoft.com",
|
78
|
+
"package": "@internal/react-components",
|
79
|
+
"commit": "020102df6028cc4ea61f9c9cfd44839d53b4f14f",
|
80
|
+
"comment": "Add data ui id to device permission component"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
84
|
+
"package": "@internal/react-components",
|
85
|
+
"commit": "3421272897067d1e196176deec2f04a4c530d66e",
|
86
|
+
"comment": "Add ability to style a failed chat message (fixes #2257)"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
90
|
+
"package": "@internal/react-components",
|
91
|
+
"commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
|
92
|
+
"comment": "Bumped"
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"author": "jinan@microsoft.com",
|
96
|
+
"package": "@internal/react-composites",
|
97
|
+
"commit": "c4fb6aa86817aa302b84094898fc029108d42b32",
|
98
|
+
"comment": "Add TeamsCall and TeamsCallAgent to StatefulClient"
|
99
|
+
},
|
100
|
+
{
|
101
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
102
|
+
"package": "@internal/react-composites",
|
103
|
+
"commit": "363401bdd3c81c42cf776243734740ea8d25390c",
|
104
|
+
"comment": "Update pro based on newer api (no functional change)"
|
105
|
+
},
|
106
|
+
{
|
107
|
+
"author": "edwardlee@microsoft.com",
|
108
|
+
"package": "@internal/react-composites",
|
109
|
+
"commit": "7a94ca460e7e64a3779025825c1d35aeda8946f1",
|
110
|
+
"comment": "Add missing PSTN conditional compilation"
|
111
|
+
},
|
112
|
+
{
|
113
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
114
|
+
"package": "@internal/react-composites",
|
115
|
+
"commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
|
116
|
+
"comment": "Bumped"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
120
|
+
"package": "@internal/react-composites",
|
121
|
+
"commit": "d00af9f75b8341762abd708e7b5dd5d043e84b19",
|
122
|
+
"comment": "Add support for conditionally compiled browser tests"
|
123
|
+
},
|
124
|
+
{
|
125
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
126
|
+
"package": "@internal/react-composites",
|
127
|
+
"commit": "60540a73e437a99f7af3910e2282b534c37b79a9",
|
128
|
+
"comment": "browser tests: drop runtime test for build flavor environment variable"
|
129
|
+
},
|
130
|
+
{
|
131
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
132
|
+
"package": "@internal/react-composites",
|
133
|
+
"commit": "3aab73e61303d02385497dfe6116f4d5f03b4f94",
|
134
|
+
"comment": "Update names"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"author": "carolinecao@microsoft.com",
|
138
|
+
"package": "@internal/react-composites",
|
139
|
+
"commit": "6602f6b063057bc3a194d899d3f7b4b192a37615",
|
140
|
+
"comment": "Use permission API to get device permissions "
|
141
|
+
},
|
142
|
+
{
|
143
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
144
|
+
"package": "@internal/storybook",
|
145
|
+
"commit": "1e0f9b6bb5d2e5c98fc1076160b5b25d03cf3695",
|
146
|
+
"comment": "Clean up storybook quickstart setup page"
|
147
|
+
},
|
148
|
+
{
|
149
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
150
|
+
"package": "@internal/storybook",
|
151
|
+
"commit": "c5efaf6677c46c017e3297a003a1df905f4044f1",
|
152
|
+
"comment": "Update domain permissions story to have checking device permissions type"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
156
|
+
"package": "@internal/storybook",
|
157
|
+
"commit": "c8e8d74de3f7804e0187538d696bbfe7a37e0248",
|
158
|
+
"comment": "Bumped"
|
159
|
+
},
|
160
|
+
{
|
161
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
162
|
+
"package": "@internal/storybook",
|
163
|
+
"commit": "363401bdd3c81c42cf776243734740ea8d25390c",
|
164
|
+
"comment": "Update internal story to have denied vs request domain permission skus"
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
168
|
+
"package": "@internal/storybook",
|
169
|
+
"commit": "3aab73e61303d02385497dfe6116f4d5f03b4f94",
|
170
|
+
"comment": "Add stories for individual camera and mic permission modals in internal folder"
|
171
|
+
}
|
172
|
+
],
|
173
|
+
"prerelease": [
|
174
|
+
{
|
175
|
+
"author": "miguelgamis@microsoft.com",
|
176
|
+
"package": "@internal/calling-component-bindings",
|
177
|
+
"commit": "3d491b8aa403a607549999607b789da7c13c503f",
|
178
|
+
"comment": "Added role to selectors"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"author": "miguelgamis@microsoft.com",
|
182
|
+
"package": "@internal/calling-stateful-client",
|
183
|
+
"commit": "6d2b3839dbdd03864de1921dcb541cd610e331f6",
|
184
|
+
"comment": "Add rooms role into calling stateful client"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
188
|
+
"package": "@internal/calling-stateful-client",
|
189
|
+
"commit": "fbfe38ebecbb97f70b8ac17a99da7ae29fd94a29",
|
190
|
+
"comment": "Only export DeclarativeCallAgent in beta build"
|
191
|
+
},
|
192
|
+
{
|
193
|
+
"author": "jinan@microsoft.com",
|
194
|
+
"package": "@internal/calling-stateful-client",
|
195
|
+
"commit": "c4fb6aa86817aa302b84094898fc029108d42b32",
|
196
|
+
"comment": "Add TeamsCall and TeamsCallAgent to StatefulClient"
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"author": "carolinecao@microsoft.com",
|
200
|
+
"package": "@internal/react-components",
|
201
|
+
"commit": "7b0e29772ac2e4a8111572fefb43624919e842a9",
|
202
|
+
"comment": "change device permission component string prop to optional"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
206
|
+
"package": "@internal/react-components",
|
207
|
+
"commit": "a4885ef50b259dc13f864cade5203c8eb2225544",
|
208
|
+
"comment": "Fix dtmf dialpad behavior to allow constant visibility of tone sent last."
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
212
|
+
"package": "@internal/react-components",
|
213
|
+
"commit": "1b91cc5a3b775c3db0bedd577defeb62e0075a1e",
|
214
|
+
"comment": "Remove padding and margins from base dialpad component."
|
215
|
+
},
|
216
|
+
{
|
217
|
+
"author": "carolinecao@microsoft.com",
|
218
|
+
"package": "@internal/react-components",
|
219
|
+
"commit": "d614a2b2c8f2a7a9a7174f1d7981fde443c986b1",
|
220
|
+
"comment": "Make components string optional"
|
221
|
+
},
|
222
|
+
{
|
223
|
+
"author": "edwardlee@microsoft.com",
|
224
|
+
"package": "@internal/react-components",
|
225
|
+
"commit": "2a279a14cc990a9716c96a582931a8b277bbfa34",
|
226
|
+
"comment": "Fix dark mode text for TroubleshootingGuideErrorBar messages"
|
227
|
+
},
|
228
|
+
{
|
229
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
230
|
+
"package": "@internal/react-components",
|
231
|
+
"commit": "363401bdd3c81c42cf776243734740ea8d25390c",
|
232
|
+
"comment": "Add domain permission denied prompt pure UI component"
|
233
|
+
},
|
234
|
+
{
|
235
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
236
|
+
"package": "@internal/react-components",
|
237
|
+
"commit": "3aab73e61303d02385497dfe6116f4d5f03b4f94",
|
238
|
+
"comment": "New individual camera and microphone permission modals"
|
239
|
+
},
|
240
|
+
{
|
241
|
+
"author": "carolinecao@microsoft.com",
|
242
|
+
"package": "@internal/react-components",
|
243
|
+
"commit": "d5c6baf76a616d8c3556e0e479da975b6a366305",
|
244
|
+
"comment": "Enabled troubleshooting guide error bar to display network error guide/device error guide based on error type "
|
245
|
+
},
|
246
|
+
{
|
247
|
+
"author": "anjulgarg@live.com",
|
248
|
+
"package": "@internal/react-components",
|
249
|
+
"commit": "1b49a7e17ef1d7c18d2322d01da28b9116074fc3",
|
250
|
+
"comment": "Bugfix mute indicator color not matching display name"
|
251
|
+
},
|
252
|
+
{
|
253
|
+
"author": "miguelgamis@microsoft.com",
|
254
|
+
"package": "@internal/react-components",
|
255
|
+
"commit": "3d491b8aa403a607549999607b789da7c13c503f",
|
256
|
+
"comment": "Added role to CallParticipantListParticipant type"
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
260
|
+
"package": "@internal/react-components",
|
261
|
+
"commit": "c5efaf6677c46c017e3297a003a1df905f4044f1",
|
262
|
+
"comment": "Add checking device permission prompt pure ui component"
|
263
|
+
},
|
264
|
+
{
|
265
|
+
"author": "carolinecao@microsoft.com",
|
266
|
+
"package": "@internal/react-composites",
|
267
|
+
"commit": "d075433a363565a25612db2a26088253fbe3c340",
|
268
|
+
"comment": "Add enable call readiness option for Call and CallWithChat composite"
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"author": "miguelgamis@microsoft.com",
|
272
|
+
"package": "@internal/react-composites",
|
273
|
+
"commit": "0b60aba0f6c7fe265ac415ce0b077cc52796746a",
|
274
|
+
"comment": "Moved roleHint prop of CallComposite to CallAdapter state."
|
275
|
+
},
|
276
|
+
{
|
277
|
+
"author": "miguelgamis@microsoft.com",
|
278
|
+
"package": "@internal/react-composites",
|
279
|
+
"commit": "cbde9d2aa633d732f80a0df855d8e4d6ea7cc595",
|
280
|
+
"comment": "Access role from stateful call client in CallComposite and changed CallComposite prop name from role to roleHint."
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
284
|
+
"package": "@internal/react-composites",
|
285
|
+
"commit": "adb2a443098f13b37cdc7bcc032dad0f63224638",
|
286
|
+
"comment": "Introduce e2e tests for lobby screen in calling composite to validate experience for different call types."
|
287
|
+
},
|
288
|
+
{
|
289
|
+
"author": "carolinecao@microsoft.com",
|
290
|
+
"package": "@internal/react-composites",
|
291
|
+
"commit": "d5c6baf76a616d8c3556e0e479da975b6a366305",
|
292
|
+
"comment": "Add troubleshooting error bar to call composite config "
|
293
|
+
},
|
294
|
+
{
|
295
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
296
|
+
"package": "@internal/react-composites",
|
297
|
+
"commit": "a4885ef50b259dc13f864cade5203c8eb2225544",
|
298
|
+
"comment": "Fix dtmf dialpad behavior to allow constant visibility of tone sent last."
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"author": "miguelgamis@microsoft.com",
|
302
|
+
"package": "@internal/react-composites",
|
303
|
+
"commit": "3d491b8aa403a607549999607b789da7c13c503f",
|
304
|
+
"comment": "Added getRole selector"
|
305
|
+
},
|
306
|
+
{
|
307
|
+
"author": "carolinecao@microsoft.com",
|
308
|
+
"package": "@internal/react-composites",
|
309
|
+
"commit": "d614a2b2c8f2a7a9a7174f1d7981fde443c986b1",
|
310
|
+
"comment": "Add allow access modal to configuration screen"
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"author": "carolinecao@microsoft.com",
|
314
|
+
"package": "@internal/react-composites",
|
315
|
+
"commit": "7b0e29772ac2e4a8111572fefb43624919e842a9",
|
316
|
+
"comment": "Add device permission drawer to calling mobile config screen"
|
317
|
+
},
|
318
|
+
{
|
319
|
+
"author": "carolinecao@microsoft.com",
|
320
|
+
"package": "@internal/storybook",
|
321
|
+
"commit": "d5c6baf76a616d8c3556e0e479da975b6a366305",
|
322
|
+
"comment": "Updated troubleshooting error bar storybook "
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
326
|
+
"package": "@internal/storybook",
|
327
|
+
"commit": "a85305c823be1f5601c2979694f27f82e6eabc9b",
|
328
|
+
"comment": "initializeIcons() in 1:N and PSTN quickstarts"
|
329
|
+
}
|
330
|
+
],
|
331
|
+
"patch": [
|
332
|
+
{
|
333
|
+
"author": "miguelgamis@microsoft.com",
|
334
|
+
"package": "@internal/calling-component-bindings",
|
335
|
+
"commit": "4bc76af77fc4f4e108de10b8a6e4227348b82cdb",
|
336
|
+
"comment": "Filter out devices with blank names"
|
337
|
+
},
|
338
|
+
{
|
339
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
340
|
+
"package": "@internal/calling-component-bindings",
|
341
|
+
"commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
|
342
|
+
"comment": "Allow a range of communication services dependency packages"
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
346
|
+
"package": "@internal/calling-stateful-client",
|
347
|
+
"commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
|
348
|
+
"comment": "Allow a range of communication services dependency packages"
|
349
|
+
},
|
350
|
+
{
|
351
|
+
"author": "anjulgarg@live.com",
|
352
|
+
"package": "@internal/calling-stateful-client",
|
353
|
+
"commit": "713f8fffeaf64b3f2ed08ccd86f0b473f5c376d3",
|
354
|
+
"comment": "Filter out camera devices with blank name when declarative device manager is used."
|
355
|
+
},
|
356
|
+
{
|
357
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
358
|
+
"package": "@internal/calling-stateful-client",
|
359
|
+
"commit": "5c061a95044751fd8e0f4618cd02a0e63d3027dd",
|
360
|
+
"comment": "Remove DeclarativeCallAgent from stable API"
|
361
|
+
},
|
362
|
+
{
|
363
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
364
|
+
"package": "@internal/chat-component-bindings",
|
365
|
+
"commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
|
366
|
+
"comment": "Allow a range of communication services dependency packages"
|
367
|
+
},
|
368
|
+
{
|
369
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
370
|
+
"package": "@internal/chat-stateful-client",
|
371
|
+
"commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
|
372
|
+
"comment": "Allow a range of communication services dependency packages"
|
373
|
+
},
|
374
|
+
{
|
375
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
376
|
+
"package": "@internal/chat-stateful-client",
|
377
|
+
"commit": "4a670785567b2de58b3d78df8aeea77aa1f6173e",
|
378
|
+
"comment": "Fix issue where typingIndicator errors were not being caught by the ChatAdapter."
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
382
|
+
"package": "@internal/fake-backends",
|
383
|
+
"commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
|
384
|
+
"comment": "Allow a range of communication services dependency packages"
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"author": "carolinecao@microsoft.com",
|
388
|
+
"package": "@internal/react-components",
|
389
|
+
"commit": "29cecd954712376ed4b9a4fe4ed9300f4112672d",
|
390
|
+
"comment": "setting icon definition to undefined if icon is already defined by fluent"
|
391
|
+
},
|
392
|
+
{
|
393
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
394
|
+
"package": "@internal/react-components",
|
395
|
+
"commit": "5e75267b651935b673dba3955878c3bf6231be22",
|
396
|
+
"comment": "Refresh string translations"
|
397
|
+
},
|
398
|
+
{
|
399
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
400
|
+
"package": "@internal/react-components",
|
401
|
+
"commit": "41f8e688e1f277a644a26b8aaef30ac3ffd5798c",
|
402
|
+
"comment": "Bump dependencies to get closer to react 18 support"
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
406
|
+
"package": "@internal/react-composites",
|
407
|
+
"commit": "f77ff8331775565f18d85e7d7a317cada2b78e3a",
|
408
|
+
"comment": "Fix a string name and restrict it to beta builds"
|
409
|
+
},
|
410
|
+
{
|
411
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
412
|
+
"package": "@internal/react-composites",
|
413
|
+
"commit": "d303892227d0a98faad54a2cec790800e37f1c77",
|
414
|
+
"comment": "Fix remove participant logic for teams user. Make sure to enforce isRemovable property on participantList participant."
|
415
|
+
},
|
416
|
+
{
|
417
|
+
"author": "edwardlee@microsoft.com",
|
418
|
+
"package": "@internal/react-composites",
|
419
|
+
"commit": "d7293fca758edb5927f520f36471bd863dc69bb9",
|
420
|
+
"comment": "Focus on participant list when opening people pane"
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
424
|
+
"package": "@internal/react-composites",
|
425
|
+
"commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
|
426
|
+
"comment": "Allow a range of communication services dependency packages"
|
427
|
+
},
|
428
|
+
{
|
429
|
+
"author": "anjulgarg@live.com",
|
430
|
+
"package": "@internal/react-composites",
|
431
|
+
"commit": "713f8fffeaf64b3f2ed08ccd86f0b473f5c376d3",
|
432
|
+
"comment": "Config page local preview does not show a black screen when camera devices are removed."
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
436
|
+
"package": "@internal/react-composites",
|
437
|
+
"commit": "4a670785567b2de58b3d78df8aeea77aa1f6173e",
|
438
|
+
"comment": "Fix issue where typingIndicator errors were not being caught by the ChatAdapter"
|
439
|
+
},
|
440
|
+
{
|
441
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
442
|
+
"package": "@internal/react-composites",
|
443
|
+
"commit": "41f8e688e1f277a644a26b8aaef30ac3ffd5798c",
|
444
|
+
"comment": "Bump dependencies to get closer to react 18 support"
|
445
|
+
},
|
446
|
+
{
|
447
|
+
"author": "miguelgamis@microsoft.com",
|
448
|
+
"package": "@internal/react-composites",
|
449
|
+
"commit": "08765a2c32ab5384156bcf706a5939a2808b55c2",
|
450
|
+
"comment": "Fix CallWithChatPane drawer menu that stays open after switching mobile tabs"
|
451
|
+
},
|
452
|
+
{
|
453
|
+
"author": "carolinecao@microsoft.com",
|
454
|
+
"package": "@internal/react-composites",
|
455
|
+
"commit": "29cecd954712376ed4b9a4fe4ed9300f4112672d",
|
456
|
+
"comment": "setting icon definition to undefined if icon is already defined by fluent"
|
457
|
+
},
|
458
|
+
{
|
459
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
460
|
+
"package": "@internal/react-composites",
|
461
|
+
"commit": "5e75267b651935b673dba3955878c3bf6231be22",
|
462
|
+
"comment": "Refresh string translations"
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"author": "carolinecao@microsoft.com",
|
466
|
+
"package": "@internal/react-composites",
|
467
|
+
"commit": "fe8ac93f7d7404fc1ab2d37b084758aaee3151ba",
|
468
|
+
"comment": "Increase max listener limit to remove warning in console"
|
469
|
+
},
|
470
|
+
{
|
471
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
472
|
+
"package": "@internal/storybook",
|
473
|
+
"commit": "41f8e688e1f277a644a26b8aaef30ac3ffd5798c",
|
474
|
+
"comment": "Bump dependencies to get closer to react 18 support"
|
475
|
+
},
|
476
|
+
{
|
477
|
+
"author": "carolinecao@microsoft.com",
|
478
|
+
"package": "@internal/storybook",
|
479
|
+
"commit": "29cecd954712376ed4b9a4fe4ed9300f4112672d",
|
480
|
+
"comment": "Move icon register code to manager to avoid re-register warning on load"
|
481
|
+
},
|
482
|
+
{
|
483
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
484
|
+
"package": "@internal/storybook",
|
485
|
+
"commit": "8cb67542c822c72db69c77e223747d55fe5b4d54",
|
486
|
+
"comment": "Allow a range of communication services dependency packages"
|
487
|
+
},
|
488
|
+
{
|
489
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
490
|
+
"package": "@internal/storybook",
|
491
|
+
"commit": "7244e8add398513a81398441c90b8a07f43ba309",
|
492
|
+
"comment": "Add documentation for minimum typescript and webpack versions."
|
493
|
+
}
|
494
|
+
],
|
495
|
+
"minor": [
|
496
|
+
{
|
497
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
498
|
+
"package": "@internal/react-components",
|
499
|
+
"commit": "7244e8add398513a81398441c90b8a07f43ba309",
|
500
|
+
"comment": "Update html-to-react dependency. Note: This change requires Webpack > 4."
|
501
|
+
},
|
502
|
+
{
|
503
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
504
|
+
"package": "@internal/react-composites",
|
505
|
+
"commit": "1ebf2f2e306113c14b59da615a5b2a3ef493e5a4",
|
506
|
+
"comment": "Revert breaking API change in `CallEndedListener` callback"
|
507
|
+
}
|
508
|
+
]
|
509
|
+
}
|
510
|
+
},
|
4
511
|
{
|
5
512
|
"date": "Fri, 21 Oct 2022 23:01:52 GMT",
|
6
513
|
"tag": "@azure/communication-react_v1.4.0",
|
@@ -1590,6 +1590,50 @@ export declare interface CallCompositeStrings {
|
|
1590
1590
|
* Label disaplayed on the lobby screen during a 1:1 outbound call.
|
1591
1591
|
*/
|
1592
1592
|
outboundCallingNoticeString: string;
|
1593
|
+
/**
|
1594
|
+
* Notice to be announced by narrator when a participant joins a call
|
1595
|
+
*/
|
1596
|
+
participantJoinedNoticeString: string;
|
1597
|
+
/**
|
1598
|
+
* Notice to be announced by narrator when a participant joins a call
|
1599
|
+
*/
|
1600
|
+
twoParticipantJoinedNoticeString: string;
|
1601
|
+
/**
|
1602
|
+
* Notice to be announced by narrator when a participant joins a call
|
1603
|
+
*/
|
1604
|
+
threeParticipantJoinedNoticeString: string;
|
1605
|
+
/**
|
1606
|
+
* Notice to be announced by narrator when a participant leaves a call
|
1607
|
+
*/
|
1608
|
+
participantLeftNoticeString: string;
|
1609
|
+
/**
|
1610
|
+
* Notice to be announced by narrator when 2 participants leave a call
|
1611
|
+
*/
|
1612
|
+
twoParticipantLeftNoticeString: string;
|
1613
|
+
/**
|
1614
|
+
* Notice to be announced by narrator when 3 participants leave a call
|
1615
|
+
*/
|
1616
|
+
threeParticipantLeftNoticeString: string;
|
1617
|
+
/**
|
1618
|
+
* string to be used to announce a change in participant if they have no displayName
|
1619
|
+
*/
|
1620
|
+
unnamedParticipantString: string;
|
1621
|
+
/**
|
1622
|
+
* string to be used to announce when more than 3 participants have joined at the same time.
|
1623
|
+
*/
|
1624
|
+
manyParticipantsJoined: string;
|
1625
|
+
/**
|
1626
|
+
* string to be used to announce when more than 3 participants have left at the same time.
|
1627
|
+
*/
|
1628
|
+
manyParticipantsLeft: string;
|
1629
|
+
/**
|
1630
|
+
* string to be used to announce when multiple unnamed participants have joined at the same time.
|
1631
|
+
*/
|
1632
|
+
manyUnnamedParticipantsJoined: string;
|
1633
|
+
/**
|
1634
|
+
* string to be used to announce when multiple unnamed participants have left at the same time.
|
1635
|
+
*/
|
1636
|
+
manyUnnamedParticipantsLeft: string;
|
1593
1637
|
}
|
1594
1638
|
|
1595
1639
|
/**
|
@@ -8343,6 +8387,10 @@ export declare interface VideoTileProps {
|
|
8343
8387
|
*/
|
8344
8388
|
participantState?: ParticipantState;
|
8345
8389
|
strings?: VideoTileStrings;
|
8390
|
+
/**
|
8391
|
+
* Callback triggered by video tile on touch and hold.
|
8392
|
+
*/
|
8393
|
+
onLongTouch?: () => void;
|
8346
8394
|
}
|
8347
8395
|
|
8348
8396
|
/**
|