@azure/communication-react 1.16.0-alpha-202405011636 → 1.16.0-alpha-202405040012

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 (71) hide show
  1. package/dist/communication-react.d.ts +16 -1
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CNg75yjR.js → ChatMessageComponentAsRichTextEditBox-BehHYDP3.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CNg75yjR.js.map → ChatMessageComponentAsRichTextEditBox-BehHYDP3.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{index-CMUOoVHA.js → index-DqqWB-P5.js} +69 -55
  5. package/dist/dist-cjs/communication-react/index-DqqWB-P5.js.map +1 -0
  6. package/dist/dist-cjs/communication-react/index.js +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  8. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  9. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +3 -2
  10. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  11. package/dist/dist-esm/calling-stateful-client/src/Converter.js +5 -1
  12. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  13. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +1 -1
  14. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  15. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +7 -1
  16. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  17. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +5 -3
  18. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +5 -3
  19. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +5 -3
  20. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +5 -3
  21. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +5 -3
  22. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +5 -3
  23. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +5 -3
  24. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +5 -3
  25. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +5 -3
  26. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +5 -3
  27. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +5 -3
  28. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +5 -3
  29. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +5 -3
  30. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +5 -3
  31. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +5 -3
  32. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +5 -3
  33. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +5 -3
  34. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +5 -3
  35. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +5 -3
  36. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +5 -3
  37. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +7 -0
  38. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +3 -3
  39. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  40. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +1 -0
  41. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +2 -2
  42. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  43. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.d.ts +8 -0
  44. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  45. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +5 -1
  46. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  47. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js +1 -1
  48. package/dist/dist-esm/react-composites/src/composites/common/SidePaneHeader.js.map +1 -1
  49. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +7 -3
  50. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +7 -3
  51. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +7 -3
  52. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +7 -3
  53. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +2 -0
  54. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +7 -3
  55. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +7 -3
  56. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +7 -3
  57. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +7 -3
  58. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +7 -3
  59. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +7 -3
  60. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +7 -3
  61. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +7 -3
  62. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +7 -3
  63. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +7 -3
  64. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +8 -4
  65. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +7 -3
  66. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +7 -3
  67. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +7 -3
  68. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +7 -3
  69. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +7 -3
  70. package/package.json +2 -2
  71. package/dist/dist-cjs/communication-react/index-CMUOoVHA.js.map +0 -1
@@ -244,6 +244,10 @@
244
244
  "shareScreen": {
245
245
  "lostDueToRoleChangeToAttendee": "Sua função foi alterada. Algumas ações, como o compartilhamento de conteúdo, não estarão disponíveis para você.",
246
246
  "grantedDueToRoleChangeToPresenter": "Você é um apresentador. Você pode compartilhar conteúdo e facilitar a reunião."
247
+ },
248
+ "hideAttendeeNames": {
249
+ "hideAttendeeNameAttendee": "Seu nome está oculto para outros participantes. Organizadores e apresentadores podem ver seu nome verdadeiro.",
250
+ "hideAttendeeNamePresenter": "Os nomes dos participantes estão ocultos. Somente organizadores e apresentadores podem ver os nomes para proteger a privacidade dos participantes."
247
251
  }
248
252
  },
249
253
  "surveyTitle": "Ajude-nos a melhorar",
@@ -259,7 +263,6 @@
259
263
  "tagsSurveyQuestion": "O que poderia ter sido melhor?",
260
264
  "tagsSurveyTextFieldDefaultText": "Outro; especifique",
261
265
  "tagsSurveyHelperText": "Marque quaisquer problemas que você tenha enfrentado.",
262
- "surveyTextboxDefaultText": "Outro. Especifique",
263
266
  "endOfSurveyText": "Agradecemos seus comentários!",
264
267
  "surveyIssues": {
265
268
  "overallRating": {
@@ -301,7 +304,7 @@
301
304
  "otherIssues": "Eu estava tendo outros problemas de compartilhamento de tela nesta chamada"
302
305
  }
303
306
  },
304
- "SurveyIssuesHeadingStrings": {
307
+ "surveyIssuesHeadingStrings": {
305
308
  "overallRating": "De modo geral",
306
309
  "audioRating": "Áudio",
307
310
  "videoRating": "Vídeo",
@@ -325,7 +328,8 @@
325
328
  },
326
329
  "exitSpotlightButtonLabel": "Sair do destaque",
327
330
  "exitSpotlightButtonTooltip": "Sair do destaque",
328
- "hangUpConfirmButtonLabel": "Confirmar",
331
+ "leaveConfirmButtonLabel": "Sair",
332
+ "endCallConfirmButtonLabel": "Encerrar chamada",
329
333
  "hangUpCancelButtonLabel": "Cancelar",
330
334
  "leaveConfirmDialogTitle": "Sair da chamada?",
331
335
  "leaveConfirmDialogContent": "Tem certeza de que deseja sair da chamada?",
@@ -335,7 +339,7 @@
335
339
  },
336
340
  "chat": {
337
341
  "chatListHeader": "Neste chat",
338
- "uploadAttachment": "Upload do Anexo"
342
+ "uploadAttachment": "Carregar anexo"
339
343
  },
340
344
  "callWithChat": {
341
345
  "chatButtonLabel": "Chat",
@@ -244,6 +244,10 @@
244
244
  "shareScreen": {
245
245
  "lostDueToRoleChangeToAttendee": "Ваша роль изменилась. Некоторые действия, например общий доступ к содержимому, будут вам недоступны.",
246
246
  "grantedDueToRoleChangeToPresenter": "Вы ведущий. Вы можете предоставлять доступ к содержимому и помогать вести собрание."
247
+ },
248
+ "hideAttendeeNames": {
249
+ "hideAttendeeNameAttendee": "Ваше имя скрыто от других участников. Организаторы и выступающие могут видеть ваше настоящее имя.",
250
+ "hideAttendeeNamePresenter": "Имена участников скрыты. Для защиты конфиденциальности участников имена видят только организаторы и выступающие."
247
251
  }
248
252
  },
249
253
  "surveyTitle": "Улучшение продукта",
@@ -259,7 +263,6 @@
259
263
  "tagsSurveyQuestion": "Что можно было улучшить?",
260
264
  "tagsSurveyTextFieldDefaultText": "Другое, укажите",
261
265
  "tagsSurveyHelperText": "Отметьте все проблемы, с которыми вы столкнулись",
262
- "surveyTextboxDefaultText": "Другое, укажите",
263
266
  "endOfSurveyText": "Спасибо за отзыв!",
264
267
  "surveyIssues": {
265
268
  "overallRating": {
@@ -301,7 +304,7 @@
301
304
  "otherIssues": "У меня возникли другие проблемы с демонстрацией экрана во время этого звонка"
302
305
  }
303
306
  },
304
- "SurveyIssuesHeadingStrings": {
307
+ "surveyIssuesHeadingStrings": {
305
308
  "overallRating": "Общий",
306
309
  "audioRating": "Звук",
307
310
  "videoRating": "Видео",
@@ -325,7 +328,8 @@
325
328
  },
326
329
  "exitSpotlightButtonLabel": "Выйти из важного",
327
330
  "exitSpotlightButtonTooltip": "Выйти из важного",
328
- "hangUpConfirmButtonLabel": "Подтвердить",
331
+ "leaveConfirmButtonLabel": "Выйти",
332
+ "endCallConfirmButtonLabel": "Завершить звонок",
329
333
  "hangUpCancelButtonLabel": "Отмена",
330
334
  "leaveConfirmDialogTitle": "Покинуть звонок?",
331
335
  "leaveConfirmDialogContent": "Вы действительно хотите покинуть звонок?",
@@ -244,6 +244,10 @@
244
244
  "shareScreen": {
245
245
  "lostDueToRoleChangeToAttendee": "Din roll har ändrats. Vissa åtgärder, som att dela innehåll, är inte tillgängliga för dig.",
246
246
  "grantedDueToRoleChangeToPresenter": "Du är presentatör. Du kan dela innehåll och underlätta mötet."
247
+ },
248
+ "hideAttendeeNames": {
249
+ "hideAttendeeNameAttendee": "Ditt namn är dolt för andra deltagare. Organisatörer och presentatörer kan se ditt riktiga namn.",
250
+ "hideAttendeeNamePresenter": "Deltagarnas namn är dolda. Endast organisatörer och presentatörer kan se namn för att skydda deltagarnas integritet."
247
251
  }
248
252
  },
249
253
  "surveyTitle": "Hjälp oss att förbättra",
@@ -259,7 +263,6 @@
259
263
  "tagsSurveyQuestion": "Vad kan förbättras?",
260
264
  "tagsSurveyTextFieldDefaultText": "Annat, specificera",
261
265
  "tagsSurveyHelperText": "Kontrollera eventuella problem som du har upplevt",
262
- "surveyTextboxDefaultText": "Annat, specificera",
263
266
  "endOfSurveyText": "Tack för din feedback!",
264
267
  "surveyIssues": {
265
268
  "overallRating": {
@@ -301,7 +304,7 @@
301
304
  "otherIssues": "Jag hade andra skärmdelningsproblem i det här samtalet"
302
305
  }
303
306
  },
304
- "SurveyIssuesHeadingStrings": {
307
+ "surveyIssuesHeadingStrings": {
305
308
  "overallRating": "Övergripande",
306
309
  "audioRating": "Ljud",
307
310
  "videoRating": "Video",
@@ -325,7 +328,8 @@
325
328
  },
326
329
  "exitSpotlightButtonLabel": "Spotlight",
327
330
  "exitSpotlightButtonTooltip": "Spotlight",
328
- "hangUpConfirmButtonLabel": "Bekräfta",
331
+ "leaveConfirmButtonLabel": "Lämna",
332
+ "endCallConfirmButtonLabel": "Avsluta samtal",
329
333
  "hangUpCancelButtonLabel": "Avbryt",
330
334
  "leaveConfirmDialogTitle": "Vill du lämna samtalet?",
331
335
  "leaveConfirmDialogContent": "Vill du lämna samtalet?",
@@ -244,6 +244,10 @@
244
244
  "shareScreen": {
245
245
  "lostDueToRoleChangeToAttendee": "Rolünüz değiştirildi. İçerik paylaşma gibi bazı eylemler kullanılamaz.",
246
246
  "grantedDueToRoleChangeToPresenter": "Sunucuyuz. İçerik paylaşabilir ve toplantıya yardımcı olabilirsiniz."
247
+ },
248
+ "hideAttendeeNames": {
249
+ "hideAttendeeNameAttendee": "Adınız diğer katılımcılardan gizlendi. Düzenleyiciler ve sunucular gerçek adınızı görebilir.",
250
+ "hideAttendeeNamePresenter": "Katılımcı adları gizlidir. Katılımcı gizliliğini korumak için yalnızca düzenleyiciler ve sunucular adları görebilir."
247
251
  }
248
252
  },
249
253
  "surveyTitle": "Geliştirmemize yardımcı olun",
@@ -259,7 +263,6 @@
259
263
  "tagsSurveyQuestion": "Neleri iyileştirebiliriz?",
260
264
  "tagsSurveyTextFieldDefaultText": "Diğer, lütfen belirtin",
261
265
  "tagsSurveyHelperText": "Karşılaştığınız tüm sorunları işaretleyin",
262
- "surveyTextboxDefaultText": "Diğer, lütfen belirtin",
263
266
  "endOfSurveyText": "Geri bildiriminiz için teşekkür ederiz!",
264
267
  "surveyIssues": {
265
268
  "overallRating": {
@@ -301,7 +304,7 @@
301
304
  "otherIssues": "Bu aramada başka ekran paylaşımı sorunlarıyla karşılaştım"
302
305
  }
303
306
  },
304
- "SurveyIssuesHeadingStrings": {
307
+ "surveyIssuesHeadingStrings": {
305
308
  "overallRating": "Genel",
306
309
  "audioRating": "Ses",
307
310
  "videoRating": "Video",
@@ -325,7 +328,8 @@
325
328
  },
326
329
  "exitSpotlightButtonLabel": "Öne çıkarmadan çık",
327
330
  "exitSpotlightButtonTooltip": "Öne çıkarmadan çık",
328
- "hangUpConfirmButtonLabel": "Onayla",
331
+ "leaveConfirmButtonLabel": "Ayrıl",
332
+ "endCallConfirmButtonLabel": "Aramayı sonlandır",
329
333
  "hangUpCancelButtonLabel": "İptal",
330
334
  "leaveConfirmDialogTitle": "Aramadan çıkılsın mı?",
331
335
  "leaveConfirmDialogContent": "Aramadan ayrılmak istediğinizden emin misiniz?",
@@ -244,6 +244,10 @@
244
244
  "shareScreen": {
245
245
  "lostDueToRoleChangeToAttendee": "你的角色已更改。某些操作,如共享内容,对你不可用。",
246
246
  "grantedDueToRoleChangeToPresenter": "你是演示者。你可以共享内容并促进会议。"
247
+ },
248
+ "hideAttendeeNames": {
249
+ "hideAttendeeNameAttendee": "你的姓名对其他与会者隐藏。组织者和演示者可以看到你的真实姓名。",
250
+ "hideAttendeeNamePresenter": "与会者姓名已隐藏。为保护与会者隐私,只有组织者和演示者才能查看姓名。"
247
251
  }
248
252
  },
249
253
  "surveyTitle": "帮助我们改进",
@@ -259,7 +263,6 @@
259
263
  "tagsSurveyQuestion": "如何改进?",
260
264
  "tagsSurveyTextFieldDefaultText": "其他,请说明",
261
265
  "tagsSurveyHelperText": "检查遇到的任何问题",
262
- "surveyTextboxDefaultText": "其他,请说明",
263
266
  "endOfSurveyText": "感谢你的反馈!",
264
267
  "surveyIssues": {
265
268
  "overallRating": {
@@ -301,7 +304,7 @@
301
304
  "otherIssues": "我在此通话中遇到其他屏幕共享问题"
302
305
  }
303
306
  },
304
- "SurveyIssuesHeadingStrings": {
307
+ "surveyIssuesHeadingStrings": {
305
308
  "overallRating": "整体",
306
309
  "audioRating": "音频",
307
310
  "videoRating": "视频",
@@ -325,7 +328,8 @@
325
328
  },
326
329
  "exitSpotlightButtonLabel": "退出聚焦",
327
330
  "exitSpotlightButtonTooltip": "退出聚焦",
328
- "hangUpConfirmButtonLabel": "确认",
331
+ "leaveConfirmButtonLabel": "退出",
332
+ "endCallConfirmButtonLabel": "结束通话",
329
333
  "hangUpCancelButtonLabel": "取消",
330
334
  "leaveConfirmDialogTitle": "离开聊天?",
331
335
  "leaveConfirmDialogContent": "是否确实要离开此聊天?",
@@ -244,6 +244,10 @@
244
244
  "shareScreen": {
245
245
  "lostDueToRoleChangeToAttendee": "您的角色已變更。某些動作,例如共用內容,將無法供您使用。",
246
246
  "grantedDueToRoleChangeToPresenter": "您就是簡報者。您可以分享內容並協助會議。"
247
+ },
248
+ "hideAttendeeNames": {
249
+ "hideAttendeeNameAttendee": "其他出席者看不到您的名字。召集人和簡報者可以看到您的真實姓名。",
250
+ "hideAttendeeNamePresenter": "已隱藏出席者名稱。只有召集人和簡報者可以看到名稱以保護出席者隱私權。"
247
251
  }
248
252
  },
249
253
  "surveyTitle": "協助我們改善",
@@ -259,7 +263,6 @@
259
263
  "tagsSurveyQuestion": "什麼部分本來能做得更好?",
260
264
  "tagsSurveyTextFieldDefaultText": "其他,請註明",
261
265
  "tagsSurveyHelperText": "檢查您遇到的任何問題",
262
- "surveyTextboxDefaultText": "其他,請註明",
263
266
  "endOfSurveyText": "感謝您提供意見反應!",
264
267
  "surveyIssues": {
265
268
  "overallRating": {
@@ -301,7 +304,7 @@
301
304
  "otherIssues": "我在這次通話中遇到其他螢幕畫面分享問題"
302
305
  }
303
306
  },
304
- "SurveyIssuesHeadingStrings": {
307
+ "surveyIssuesHeadingStrings": {
305
308
  "overallRating": "整體",
306
309
  "audioRating": "音訊",
307
310
  "videoRating": "影片",
@@ -325,7 +328,8 @@
325
328
  },
326
329
  "exitSpotlightButtonLabel": "結束精選",
327
330
  "exitSpotlightButtonTooltip": "結束精選",
328
- "hangUpConfirmButtonLabel": "確認",
331
+ "leaveConfirmButtonLabel": "離開",
332
+ "endCallConfirmButtonLabel": "結束通話",
329
333
  "hangUpCancelButtonLabel": "取消",
330
334
  "leaveConfirmDialogTitle": "離開通話?",
331
335
  "leaveConfirmDialogContent": "確定要離開此通話?",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.16.0-alpha-202405011636",
3
+ "version": "1.16.0-alpha-202405040012",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [
@@ -56,7 +56,7 @@
56
56
  "uuid": "^9.0.0"
57
57
  },
58
58
  "peerDependencies": {
59
- "@azure/communication-calling": "1.24.1-beta.2",
59
+ "@azure/communication-calling": "1.24.2-beta.1",
60
60
  "@azure/communication-calling-effects": "1.0.1",
61
61
  "@azure/communication-chat": "1.6.0-beta.1",
62
62
  "@types/react": ">=16.8.0 <19.0.0",