@azure/communication-react 1.18.0-alpha-202407200014 → 1.18.0-alpha-202407262302

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.
Files changed (167) hide show
  1. package/dist/communication-react.d.ts +33 -94
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js → ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js} +9 -58
  3. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-CmXCpkwp.js.map +1 -0
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-F6eqVXer.js → RichTextSendBoxWrapper-DI4k0qyf.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-F6eqVXer.js.map → RichTextSendBoxWrapper-DI4k0qyf.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-BJO_NOTU.js → index-BSczaURy.js} +479 -831
  7. package/dist/dist-cjs/communication-react/index-BSczaURy.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  11. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +1 -1
  12. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +3 -3
  13. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  14. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +2 -2
  15. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
  16. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.d.ts +3 -3
  17. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
  18. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.d.ts +1 -1
  19. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js +7 -15
  20. package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarativeCommon.js.map +1 -1
  21. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -3
  22. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  23. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +2 -2
  24. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  25. package/dist/dist-esm/calling-stateful-client/src/Converter.js +1 -1
  26. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  27. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.d.ts +8 -2
  28. package/dist/dist-esm/calling-stateful-client/src/IncomingCallDeclarative.js.map +1 -1
  29. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.d.ts +2 -14
  30. package/dist/dist-esm/calling-stateful-client/src/TeamsCallAgentDeclarative.js.map +1 -1
  31. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.d.ts +1 -9
  32. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js +0 -16
  33. package/dist/dist-esm/calling-stateful-client/src/TypeGuards.js.map +1 -1
  34. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -1
  35. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  36. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.d.ts +3 -5
  37. package/dist/dist-esm/chat-stateful-client/src/ChatClientState.js.map +1 -1
  38. package/dist/dist-esm/communication-react/src/index.d.ts +1 -1
  39. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  40. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js +8 -14
  41. package/dist/dist-esm/react-components/src/components/Attachment/AttachmentCard.js.map +1 -1
  42. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.d.ts +2 -8
  43. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  44. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.d.ts +4 -6
  45. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js +12 -2
  46. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsEditBoxPicker.js.map +1 -1
  47. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.d.ts +2 -2
  48. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js +8 -60
  49. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMessageComponentAsRichTextEditBox.js.map +1 -1
  50. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.d.ts +6 -8
  51. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js +4 -18
  52. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/ChatMyMessageComponent.js.map +1 -1
  53. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js +3 -27
  54. package/dist/dist-esm/react-components/src/components/ChatMessage/MyMessageComponents/FluentChatMyMessageComponent.js.map +1 -1
  55. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.d.ts +8 -8
  56. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js +4 -4
  57. package/dist/dist-esm/react-components/src/components/MeetingConferencePhoneInfo.js.map +1 -1
  58. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +15 -9
  59. package/dist/dist-esm/react-components/src/components/MessageThread.js +1 -10
  60. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  61. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js +1 -0
  62. package/dist/dist-esm/react-components/src/components/RichTextEditor/Plugins/CopyPastePlugin.js.map +1 -1
  63. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js +22 -28
  64. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextEditor.js.map +1 -1
  65. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.d.ts +0 -49
  66. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js +18 -37
  67. package/dist/dist-esm/react-components/src/components/RichTextEditor/RichTextSendBox.js.map +1 -1
  68. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js +2 -20
  69. package/dist/dist-esm/react-components/src/components/RichTextEditor/Toolbar/RichTextToolbar.js.map +1 -1
  70. package/dist/dist-esm/react-components/src/components/index.d.ts +1 -2
  71. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  72. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.d.ts +2 -2
  73. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js +17 -15
  74. package/dist/dist-esm/react-components/src/components/styles/AttachmentCard.styles.js.map +1 -1
  75. package/dist/dist-esm/react-components/src/components/styles/Common.style.d.ts +1 -1
  76. package/dist/dist-esm/react-components/src/components/styles/Common.style.js +1 -2
  77. package/dist/dist-esm/react-components/src/components/styles/Common.style.js.map +1 -1
  78. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +2 -5
  79. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  80. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +3 -3
  81. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -1
  82. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.d.ts +5 -1
  83. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js +21 -0
  84. package/dist/dist-esm/react-components/src/components/utils/RichTextEditorUtils.js.map +1 -1
  85. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.d.ts +3 -15
  86. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js +14 -67
  87. package/dist/dist-esm/react-components/src/components/utils/SendBoxUtils.js.map +1 -1
  88. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +1 -1
  89. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  90. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +64 -102
  91. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +62 -100
  92. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +62 -100
  93. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +62 -100
  94. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +3 -9
  95. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +62 -100
  96. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +62 -100
  97. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +65 -103
  98. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +62 -100
  99. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +62 -100
  100. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +64 -102
  101. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +69 -107
  102. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +62 -100
  103. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +68 -106
  104. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +67 -105
  105. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +65 -103
  106. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +63 -101
  107. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +62 -100
  108. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +63 -101
  109. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +64 -102
  110. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +63 -101
  111. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +4 -4
  112. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  113. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js +1 -1
  114. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useMeetingPhoneInfo.js.map +1 -1
  115. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +1 -1
  116. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  117. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +31 -66
  118. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  119. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.d.ts +1 -33
  120. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js +6 -198
  121. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadUtils.js.map +1 -1
  122. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.d.ts +12 -0
  123. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js +115 -0
  124. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/useImageUpload.js.map +1 -0
  125. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.d.ts +7 -7
  126. package/dist/dist-esm/react-composites/src/composites/ChatComposite/file-sharing/AttachmentUpload.js.map +1 -1
  127. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +10 -10
  128. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  129. package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js +4 -4
  130. package/dist/dist-esm/react-composites/src/composites/common/MeetingPhoneInfoPaneContent.js.map +1 -1
  131. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.d.ts +5 -2
  132. package/dist/dist-esm/react-composites/src/composites/common/SendBoxPicker.js.map +1 -1
  133. package/dist/dist-esm/react-composites/src/composites/common/constants.d.ts +0 -4
  134. package/dist/dist-esm/react-composites/src/composites/common/constants.js +0 -4
  135. package/dist/dist-esm/react-composites/src/composites/common/constants.js.map +1 -1
  136. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -6
  137. package/dist/dist-esm/react-composites/src/composites/common/icons.js +1 -5
  138. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  139. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +5 -10
  140. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +1 -6
  141. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +1 -6
  142. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +1 -6
  143. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +1 -6
  144. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +5 -10
  145. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +5 -10
  146. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +5 -10
  147. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +5 -10
  148. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +1 -6
  149. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +5 -10
  150. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +1 -6
  151. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +1 -6
  152. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +1 -6
  153. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +5 -10
  154. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +1 -6
  155. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +5 -10
  156. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +1 -6
  157. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +5 -10
  158. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +5 -10
  159. package/package.json +14 -14
  160. package/dist/dist-cjs/communication-react/ChatMessageComponentAsRichTextEditBox-D4ctXnw1.js.map +0 -1
  161. package/dist/dist-cjs/communication-react/index-BJO_NOTU.js.map +0 -1
  162. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.d.ts +0 -17
  163. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js +0 -49
  164. package/dist/dist-esm/calling-stateful-client/src/TeamsIncomingCallDeclarative.js.map +0 -1
  165. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.d.ts +0 -49
  166. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js +0 -48
  167. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ImageUpload/ImageUploadReducer.js.map +0 -1
@@ -185,8 +185,8 @@
185
185
  "failToSendTag": "Failed to send",
186
186
  "editedTag": "Edited",
187
187
  "liveAuthorIntro": "{author} says",
188
- "messageContentAriaText": "{status} {author} said {message}",
189
- "messageContentMineAriaText": "{status} You said {message}",
188
+ "messageContentAriaText": "{author} said {message}",
189
+ "messageContentMineAriaText": "You said {message}",
190
190
  "editBoxTextLimit": "Your message is over the limit of {limitNumber} characters",
191
191
  "editBoxPlaceholderText": "Edit your message",
192
192
  "newMessagesIndicator": "New messages",
@@ -220,8 +220,7 @@
220
220
  "richTextDeleteColumnMenu": "Delete column",
221
221
  "richTextDeleteRowMenu": "Delete row",
222
222
  "richTextDeleteTableMenu": "Delete table",
223
- "richTextToolbarMoreButtonAriaLabel": "More options",
224
- "attachmentUploadsPendingError": "Uploading... Please wait."
223
+ "richTextToolbarMoreButtonAriaLabel": "More options"
225
224
  },
226
225
  "errorBar": {
227
226
  "unableToReachChatService": "You are offline",
@@ -238,7 +237,6 @@
238
237
  "startScreenShareGeneric": "There was an issue starting screen share.",
239
238
  "stopScreenShareGeneric": "Failed to stop screen sharing",
240
239
  "callNetworkQualityLow": "Network quality is low.",
241
- "teamsMeetingCallNetworkQualityLow": "Network quality is low.",
242
240
  "callNoSpeakerFound": "No speakers or headphones found. Connect an audio device to hear the call.",
243
241
  "callNoMicrophoneFound": "No microphones found. Connect an audio input device.",
244
242
  "callMicrophoneAccessDenied": "Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",
@@ -259,189 +257,160 @@
259
257
  "failedToJoinCallInvalidMeetingLink": "Unable to join Meeting. Invalid Link.",
260
258
  "cameraFrozenForRemoteParticipants": "Users in the call are having issues seeing your video. Please check your devices and network.",
261
259
  "unableToStartVideoEffect": "Unable to apply video effect.",
262
- "startSpotlightWhileMaxParticipantsAreSpotlighted": "Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted.",
263
- "mutedByRemoteParticipant": "You were muted by another participant."
260
+ "startSpotlightWhileMaxParticipantsAreSpotlighted": "Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted."
264
261
  },
265
- "notificationStack": {
262
+ "notifications": {
263
+ "unableToReachChatService": {
264
+ "title": "You are offline.",
265
+ "closeButtonAriaLabel": "Close"
266
+ },
267
+ "accessDenied": {
268
+ "title": "Unable to access chat services",
269
+ "message": "Please check the user credentials provided",
270
+ "closeButtonAriaLabel": "Close"
271
+ },
272
+ "userNotInChatThread": {
273
+ "title": "You are no longer in this chat thread.",
274
+ "closeButtonAriaLabel": "Close"
275
+ },
276
+ "sendMessageNotInChatThread": {
277
+ "title": "Failed to send message",
278
+ "message": "You are no longer in this chat thread",
279
+ "closeButtonAriaLabel": "Close"
280
+ },
281
+ "sendMessageGeneric": {
282
+ "title": "Failed to send message.",
283
+ "closeButtonAriaLabel": "Close"
284
+ },
266
285
  "callingNetworkFailure": {
267
286
  "title": "Troubling connecting call",
268
287
  "message": "You seem to be offline. Please check your network connection and try again.",
269
- "dismissButtonAriaLabel": "Close"
288
+ "closeButtonAriaLabel": "Close"
270
289
  },
271
290
  "startVideoGeneric": {
272
291
  "title": "Failed to start video.",
273
- "dismissButtonAriaLabel": "Close"
292
+ "closeButtonAriaLabel": "Close"
274
293
  },
275
294
  "stopVideoGeneric": {
276
295
  "title": "Failed to stop video.",
277
- "dismissButtonAriaLabel": "Close"
296
+ "closeButtonAriaLabel": "Close"
278
297
  },
279
298
  "muteGeneric": {
280
299
  "title": "Failed to mute microphone.",
281
- "dismissButtonAriaLabel": "Close"
300
+ "closeButtonAriaLabel": "Close"
282
301
  },
283
302
  "unmuteGeneric": {
284
303
  "title": "Failed to unmute microphone.",
285
- "dismissButtonAriaLabel": "Close"
304
+ "closeButtonAriaLabel": "Close"
286
305
  },
287
306
  "speakingWhileMuted": {
288
307
  "title": "You're muted.",
289
- "dismissButtonAriaLabel": "Close"
308
+ "closeButtonAriaLabel": "Close"
290
309
  },
291
310
  "startScreenShareGeneric": {
292
311
  "title": "There was an issue starting screen share.",
293
- "dismissButtonAriaLabel": "Close"
312
+ "closeButtonAriaLabel": "Close"
294
313
  },
295
314
  "stopScreenShareGeneric": {
296
315
  "title": "Failed to stop screen sharing.",
297
- "dismissButtonAriaLabel": "Close"
316
+ "closeButtonAriaLabel": "Close"
298
317
  },
299
318
  "callNetworkQualityLow": {
300
319
  "title": "Network quality is low.",
301
- "dismissButtonAriaLabel": "Close"
302
- },
303
- "teamsMeetingCallNetworkQualityLow": {
304
- "title": "Network quality is low.",
305
- "dismissButtonAriaLabel": "Close",
306
- "message": "Join this call from your phone for better sound. You can continue viewing the meeting on this device.",
307
- "primaryButtonLabel": "Join by Phone"
320
+ "closeButtonAriaLabel": "Close"
308
321
  },
309
322
  "callNoSpeakerFound": {
310
323
  "title": "No speakers or headphones found",
311
324
  "message": "Connect an audio device to hear the call.",
312
- "dismissButtonAriaLabel": "Close"
325
+ "closeButtonAriaLabel": "Close"
313
326
  },
314
327
  "callNoMicrophoneFound": {
315
328
  "title": "No microphones found",
316
329
  "message": "Connect an audio input device.",
317
- "dismissButtonAriaLabel": "Close"
330
+ "closeButtonAriaLabel": "Close"
318
331
  },
319
332
  "callMicrophoneAccessDenied": {
320
333
  "title": "Unable to access microphone",
321
334
  "message": "Click the lock in the address bar to grant permission to this webpage.",
322
- "dismissButtonAriaLabel": "Close"
335
+ "closeButtonAriaLabel": "Close"
323
336
  },
324
337
  "callMicrophoneAccessDeniedSafari": {
325
338
  "title": "Unable to access microphone",
326
339
  "message": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
327
- "dismissButtonAriaLabel": "Close"
340
+ "closeButtonAriaLabel": "Close"
328
341
  },
329
342
  "callMicrophoneMutedBySystem": {
330
343
  "title": "You are muted by your system.",
331
- "dismissButtonAriaLabel": "Close"
344
+ "closeButtonAriaLabel": "Close"
332
345
  },
333
346
  "callMicrophoneUnmutedBySystem": {
334
347
  "title": "Your microphone recovered and you were unmuted by your system.",
335
- "dismissButtonAriaLabel": "Close"
348
+ "closeButtonAriaLabel": "Close"
336
349
  },
337
350
  "callMacOsMicrophoneAccessDenied": {
338
351
  "title": "Unable to access microphone",
339
352
  "message": "Grant microphone permission in your macOS privacy settings.",
340
- "dismissButtonAriaLabel": "Close"
353
+ "closeButtonAriaLabel": "Close"
341
354
  },
342
355
  "callLocalVideoFreeze": {
343
356
  "title": "Network bandwidth is poor",
344
357
  "message": "Your video may appear paused for others on the call.",
345
- "dismissButtonAriaLabel": "Close"
358
+ "closeButtonAriaLabel": "Close"
346
359
  },
347
360
  "callCameraAccessDenied": {
348
361
  "title": "Unable to access camera",
349
362
  "message": "Click the lock in the address bar to grant permission to this webpage.",
350
- "dismissButtonAriaLabel": "Close"
363
+ "closeButtonAriaLabel": "Close"
351
364
  },
352
365
  "callCameraAccessDeniedSafari": {
353
366
  "title": "Unable to access camera",
354
367
  "message": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
355
- "dismissButtonAriaLabel": "Close"
368
+ "closeButtonAriaLabel": "Close"
356
369
  },
357
370
  "callCameraAlreadyInUse": {
358
371
  "title": "Unable to access camera",
359
372
  "message": "It may already be in use by another application.",
360
- "dismissButtonAriaLabel": "Close"
373
+ "closeButtonAriaLabel": "Close"
361
374
  },
362
375
  "callVideoStoppedBySystem": {
363
376
  "title": "Your video has been stopped by your system.",
364
- "dismissButtonAriaLabel": "Close"
377
+ "closeButtonAriaLabel": "Close"
365
378
  },
366
379
  "callVideoRecoveredBySystem": {
367
380
  "title": "Your video has resumed.",
368
- "dismissButtonAriaLabel": "Close"
381
+ "closeButtonAriaLabel": "Close"
369
382
  },
370
383
  "callMacOsCameraAccessDenied": {
371
384
  "title": "MacOS is blocking access to your camera",
372
385
  "message": "Update your privacy settings to allow this browser to access your camera.",
373
- "dismissButtonAriaLabel": "Close"
386
+ "closeButtonAriaLabel": "Close"
374
387
  },
375
388
  "callMacOsScreenShareAccessDenied": {
376
389
  "title": "MacOS is blocking screen sharing",
377
390
  "message": "Update your privacy settings to allow this browser to record your screen.",
378
- "dismissButtonAriaLabel": "Close"
391
+ "closeButtonAriaLabel": "Close"
379
392
  },
380
393
  "failedToJoinCallGeneric": {
381
394
  "title": "Failed to join call.",
382
- "dismissButtonAriaLabel": "Close"
395
+ "closeButtonAriaLabel": "Close"
383
396
  },
384
397
  "failedToJoinCallInvalidMeetingLink": {
385
398
  "title": "Unable to join Meeting. Invalid Link.",
386
- "dismissButtonAriaLabel": "Close"
399
+ "closeButtonAriaLabel": "Close"
387
400
  },
388
401
  "cameraFrozenForRemoteParticipants": {
389
402
  "title": "Users in the call are having issues seeing your video",
390
403
  "message": "Please check your devices and network.",
391
- "dismissButtonAriaLabel": "Close"
404
+ "closeButtonAriaLabel": "Close"
392
405
  },
393
406
  "unableToStartVideoEffect": {
394
407
  "title": "Unable to apply video effect.",
395
- "dismissButtonAriaLabel": "Close"
408
+ "closeButtonAriaLabel": "Close"
396
409
  },
397
410
  "startSpotlightWhileMaxParticipantsAreSpotlighted": {
398
411
  "title": "Cannot start spotlight on participant(s)",
399
412
  "message": "The maximum number of participants are already spotlighted.",
400
- "dismissButtonAriaLabel": "Close"
401
- },
402
- "mutedByRemoteParticipant": {
403
- "title": "You were muted by another participant.",
404
- "dismissButtonAriaLabel": "Close"
405
- },
406
- "recordingStarted": {
407
- "title": "Recording has started.",
408
- "message": "By joining, you are giving consent for this meeting to be transcribed.",
409
- "dismissButtonAriaLabel": "Close"
410
- },
411
- "transcriptionStarted": {
412
- "title": "Transcription has started.",
413
- "message": "By joining, you are giving consent for this meeting to be transcribed.",
414
- "dismissButtonAriaLabel": "Close"
415
- },
416
- "recordingStopped": {
417
- "title": "Recording is being saved.",
418
- "message": "Recording has stopped.",
419
- "dismissButtonAriaLabel": "Close"
420
- },
421
- "transcriptionStopped": {
422
- "title": "Transcription is being saved.",
423
- "message": "Transcription has stopped.",
424
- "dismissButtonAriaLabel": "Close"
425
- },
426
- "recordingAndTranscriptionStarted": {
427
- "title": "Recording and transcription have started.",
428
- "message": "By joining, you are giving consent for this meeting to be transcribed.",
429
- "dismissButtonAriaLabel": "Close"
430
- },
431
- "recordingAndTranscriptionStopped": {
432
- "title": "Recording and transcription are being saved.",
433
- "message": "Recording and transcription have stopped.",
434
- "dismissButtonAriaLabel": "Close"
435
- },
436
- "recordingStoppedStillTranscribing": {
437
- "title": "Recording has stopped.",
438
- "message": "You are now only transcribing this meeting.",
439
- "dismissButtonAriaLabel": "Close"
440
- },
441
- "transcriptionStoppedStillRecording": {
442
- "title": "Transcription has stopped.",
443
- "message": "You are now only recording this meeting.",
444
- "dismissButtonAriaLabel": "Close"
413
+ "closeButtonAriaLabel": "Close"
445
414
  }
446
415
  },
447
416
  "videoGallery": {
@@ -467,8 +436,7 @@
467
436
  "spotlightLimitReachedMenuTitle": "Spotlight limit reached",
468
437
  "stopSpotlightVideoTileMenuLabel": "Stop spotlighting",
469
438
  "stopSpotlightOnSelfVideoTileMenuLabel": "Exit spotlight",
470
- "attendeeRole": "Attendee",
471
- "muteParticipantMenuItemLabel": "Mute"
439
+ "attendeeRole": "Attendee"
472
440
  },
473
441
  "dialpad": {
474
442
  "placeholderText": "Enter phone number",
@@ -604,21 +572,15 @@
604
572
  "leftNavButtonAriaLabel": "previous page",
605
573
  "rightNavButtonAriaLabel": "next page"
606
574
  },
607
- "meetingConferencePhoneInfo": {
575
+ "MeetingConferencePhoneInfo": {
608
576
  "meetingConferencePhoneInfoModalTitle": "Join call from your phone",
609
577
  "meetingConferencePhoneInfoModalDialIn": "Dial number",
610
578
  "meetingConferencePhoneInfoModalMeetingId": "Enter meeting ID",
611
579
  "meetingConferencePhoneInfoModalWait": "Wait to be admitted by organiser",
612
580
  "meetingConferencePhoneInfoModalNoPhoneAvailable": "No phone available",
613
- "meetingConferencePhoneInfoModalTollGeoData": "{country}, {city}",
614
- "meetingConferencePhoneInfoModalTollFree": "(Toll-free)",
615
- "meetingConferencePhoneInfoModalToll": "(Toll)"
616
- },
617
- "IncomingCallNotification": {
618
- "incomingCallNotificationPlaceholderId": "Unknown User",
619
- "incomingCallNotificationPlaceholderAlert": "Incoming call",
620
- "incomingCallNoticicationAcceptWithAudioAriaLabel": "Accept with audio",
621
- "incomingCallNoticicationAcceptWithVideoAriaLabel": "Accept with video",
622
- "incomingCallNoticicationRejectAriaLabel": "Reject"
581
+ "meetingConferencePhoneInfoModalTollFree": "{phoneNumber} (Toll-free) {country}, {city}",
582
+ "meetingConferencePhoneInfoModalTollFreeWithoutGeoData": "{phoneNumber} (Toll-free)",
583
+ "meetingConferencePhoneInfoModalToll": "{phoneNumber} (Toll) {country}, {city}",
584
+ "meetingConferencePhoneInfoModalTollWithoutGeoData": "{phoneNumber} (Toll)"
623
585
  }
624
586
  }
@@ -58,11 +58,7 @@
58
58
  "richTextDeleteRowMenu": "Delete row",
59
59
  "richTextDeleteTableMenu": "Delete table",
60
60
  "richTextToolbarMoreButtonAriaLabel": "More options",
61
- "attachmentMoreMenu": "More Options",
62
- "richTextNewBulletedListItemAnnouncement": "Bullet, new line",
63
- "richTextNewNumberedListItemAnnouncement": "{0}, new line",
64
- "richTextBulletedListAppliedAnnouncement": "Bulleted list applied",
65
- "richTextNumberedListAppliedAnnouncement": "Numbered list applied"
61
+ "attachmentMoreMenu": "More Options"
66
62
  },
67
63
  "mentionPopover": {
68
64
  "mentionPopoverHeader": "Suggestions"
@@ -225,9 +221,7 @@
225
221
  "richTextDeleteRowMenu": "Delete row",
226
222
  "richTextDeleteTableMenu": "Delete table",
227
223
  "richTextToolbarMoreButtonAriaLabel": "More options",
228
- "attachmentUploadsPendingError": "Uploading... Please wait.",
229
- "richTextNewBulletedListItemAnnouncement": "Bullet, new line",
230
- "richTextNewNumberedListItemAnnouncement": "{0}, new line"
224
+ "attachmentUploadsPendingError": "Uploading... Please wait."
231
225
  },
232
226
  "errorBar": {
233
227
  "unableToReachChatService": "You are offline",
@@ -610,7 +604,7 @@
610
604
  "leftNavButtonAriaLabel": "previous page",
611
605
  "rightNavButtonAriaLabel": "next page"
612
606
  },
613
- "meetingConferencePhoneInfo": {
607
+ "MeetingConferencePhoneInfo": {
614
608
  "meetingConferencePhoneInfoModalTitle": "Join call from your phone",
615
609
  "meetingConferencePhoneInfoModalDialIn": "Dial number",
616
610
  "meetingConferencePhoneInfoModalMeetingId": "Enter meeting ID",