@azure/communication-react 1.5.1-alpha-202305170014 → 1.5.1-alpha-202305190012

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 (57) hide show
  1. package/dist/communication-react.d.ts +4 -2
  2. package/dist/dist-cjs/communication-react/index.js +802 -568
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  6. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js +4 -4
  7. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +1 -1
  8. package/dist/dist-esm/react-components/src/components/CameraButton.js +5 -3
  9. package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
  10. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js +564 -364
  11. package/dist/dist-esm/react-components/src/components/InputBoxComponent.js.map +1 -1
  12. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js +1 -1
  13. package/dist/dist-esm/react-components/src/components/VideoEffects/VideoEffectsItem.js.map +1 -1
  14. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +7 -2
  15. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +7 -2
  16. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +7 -2
  17. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +7 -2
  18. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +7 -2
  19. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +7 -2
  20. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +7 -2
  21. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +7 -2
  22. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +7 -2
  23. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +7 -2
  24. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +7 -2
  25. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +7 -2
  26. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +7 -2
  27. package/dist/dist-esm/react-components/src/theming/icons.d.ts +2 -1
  28. package/dist/dist-esm/react-components/src/theming/icons.js +4 -2
  29. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  30. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +20 -4
  31. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  32. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.d.ts +1 -0
  33. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +9 -1
  34. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  35. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +3 -11
  36. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  37. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.d.ts +2 -0
  38. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js +24 -5
  39. package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/CallConfiguration.styles.js.map +1 -1
  40. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.d.ts +9 -5
  41. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +15 -18
  42. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  43. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -1
  44. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +5 -0
  45. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +5 -0
  46. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +5 -0
  47. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +5 -0
  48. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +5 -0
  49. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +5 -0
  50. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +5 -0
  51. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +5 -0
  52. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +5 -0
  53. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +5 -0
  54. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +5 -0
  55. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +5 -0
  56. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +5 -0
  57. package/package.json +10 -10
@@ -23,10 +23,15 @@
23
23
  "copyInviteLinkActionedAriaLabel": "Link de convite copiado",
24
24
  "defaultPlaceHolder": "Selecionar uma opção",
25
25
  "dismissSidePaneButtonLabel": "Fechar",
26
+ "videoEffectsPaneTitle": "Efeitos",
27
+ "videoEffectsPaneBackgroundSelectionTitle": "Tela de fundo",
28
+ "configurationPageVideoEffectsButtonLabel": "Efeitos",
29
+ "unableToStartVideoEffect": "Não é possível aplicar o efeito de vídeo.",
26
30
  "blurBackgroundEffectButtonLabel": "Desfoque",
27
31
  "blurBackgroundTooltip": "Desfocar a Tela de fundo",
28
32
  "removeBackgroundEffectButtonLabel": "Nenhum",
29
33
  "removeBackgroundTooltip": "Remover Tela de fundo",
34
+ "cameraOffBackgroundEffectWarningText": "A câmera está desligada. Ligue a câmera para ver o efeito de vídeo.",
30
35
  "failedToJoinCallDueToNoNetworkMoreDetails": "A chamada foi desconectada devido a um problema de rede. Verifique sua conexão e ingresse novamente.",
31
36
  "failedToJoinCallDueToNoNetworkTitle": "Chamada desconectada",
32
37
  "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Você não recebeu entrada na chamada. Se isso foi um erro, ingresse novamente na chamada.",
@@ -23,10 +23,15 @@
23
23
  "copyInviteLinkActionedAriaLabel": "Ссылка на приглашение в группу скопирована",
24
24
  "defaultPlaceHolder": "Выберите один из вариантов",
25
25
  "dismissSidePaneButtonLabel": "Закрыть",
26
+ "videoEffectsPaneTitle": "Эффекты",
27
+ "videoEffectsPaneBackgroundSelectionTitle": "Фон",
28
+ "configurationPageVideoEffectsButtonLabel": "Эффекты",
29
+ "unableToStartVideoEffect": "Не удалось применить эффект видео.",
26
30
  "blurBackgroundEffectButtonLabel": "Размытие",
27
31
  "blurBackgroundTooltip": "Размытие фона",
28
32
  "removeBackgroundEffectButtonLabel": "Нет",
29
33
  "removeBackgroundTooltip": "Удалить фон",
34
+ "cameraOffBackgroundEffectWarningText": "Камера выключена. Включите камеру, чтобы увидеть видеоэффект.",
30
35
  "failedToJoinCallDueToNoNetworkMoreDetails": "Звонок был отключен из-за проблемы с сетью. Проверьте подключение и присоединитесь еще раз.",
31
36
  "failedToJoinCallDueToNoNetworkTitle": "Вызов прерван",
32
37
  "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Вам не предоставили доступ к беседе. Если это произошло по ошибке, заново присоединитесь к беседе.",
@@ -23,10 +23,15 @@
23
23
  "copyInviteLinkActionedAriaLabel": "Davet bağlantısı kopyalandı",
24
24
  "defaultPlaceHolder": "Bir seçenek belirleyin",
25
25
  "dismissSidePaneButtonLabel": "Kapat",
26
+ "videoEffectsPaneTitle": "Efektler",
27
+ "videoEffectsPaneBackgroundSelectionTitle": "Arka plan",
28
+ "configurationPageVideoEffectsButtonLabel": "Efektler",
29
+ "unableToStartVideoEffect": "Video efekti uygulanamıyor.",
26
30
  "blurBackgroundEffectButtonLabel": "Bulanıklaştır",
27
31
  "blurBackgroundTooltip": "Arka Planı Bulanıklaştır",
28
32
  "removeBackgroundEffectButtonLabel": "Seçilmedi",
29
33
  "removeBackgroundTooltip": "Arka Planı Kaldır",
34
+ "cameraOffBackgroundEffectWarningText": "Kameranız kapalı. Video efektini görmek için kamerayı açın.",
30
35
  "failedToJoinCallDueToNoNetworkMoreDetails": "Bir ağ sorunu nedeniyle arama bağlantısı kesildi. Bağlantınızı kontrol edin ve yeniden katılın.",
31
36
  "failedToJoinCallDueToNoNetworkTitle": "Arama kesildi",
32
37
  "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Aramaya katılmanıza izin verilmedi. Bu işlem yanlışlıkla yapıldıysa aramaya yeniden katılın.",
@@ -23,10 +23,15 @@
23
23
  "copyInviteLinkActionedAriaLabel": "已复制邀请链接",
24
24
  "defaultPlaceHolder": "选择一个选项",
25
25
  "dismissSidePaneButtonLabel": "关闭",
26
+ "videoEffectsPaneTitle": "效果",
27
+ "videoEffectsPaneBackgroundSelectionTitle": "背景",
28
+ "configurationPageVideoEffectsButtonLabel": "效果",
29
+ "unableToStartVideoEffect": "无法应用视频效果。",
26
30
  "blurBackgroundEffectButtonLabel": "模糊",
27
31
  "blurBackgroundTooltip": "模糊背景",
28
32
  "removeBackgroundEffectButtonLabel": "无",
29
33
  "removeBackgroundTooltip": "删除背景",
34
+ "cameraOffBackgroundEffectWarningText": "你的相机已关闭。打开相机以查看视频效果。",
30
35
  "failedToJoinCallDueToNoNetworkMoreDetails": "由于网络问题,呼叫已断开连接。请检查你的连接,然后重新加入。",
31
36
  "failedToJoinCallDueToNoNetworkTitle": "通话已断开",
32
37
  "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "未在通话中向你授予条目。如果这是一个错误,请重新加入呼叫。",
@@ -23,10 +23,15 @@
23
23
  "copyInviteLinkActionedAriaLabel": "已複製邀請連結",
24
24
  "defaultPlaceHolder": "選取選項",
25
25
  "dismissSidePaneButtonLabel": "關閉",
26
+ "videoEffectsPaneTitle": "效果",
27
+ "videoEffectsPaneBackgroundSelectionTitle": "背景",
28
+ "configurationPageVideoEffectsButtonLabel": "效果",
29
+ "unableToStartVideoEffect": "無法套用視訊效果。",
26
30
  "blurBackgroundEffectButtonLabel": "模糊",
27
31
  "blurBackgroundTooltip": "模糊背景",
28
32
  "removeBackgroundEffectButtonLabel": "無",
29
33
  "removeBackgroundTooltip": "移除背景",
34
+ "cameraOffBackgroundEffectWarningText": "您的相機已關閉。開啟相機以查看影片效果。",
30
35
  "failedToJoinCallDueToNoNetworkMoreDetails": "由於網路問題,通話已中斷連線。檢查您的連線並再次加入。",
31
36
  "failedToJoinCallDueToNoNetworkTitle": "通話已斷線",
32
37
  "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "您未被授予加入通話的權限。如果有誤,請重新加入通話。",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.5.1-alpha-202305170014",
3
+ "version": "1.5.1-alpha-202305190012",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [
@@ -49,7 +49,7 @@
49
49
  "uuid": "^8.1.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@azure/communication-calling": "1.13.1-beta.1 || >=1.13.1",
52
+ "@azure/communication-calling": "1.13.2-beta.1 || >=1.13.1",
53
53
  "@azure/communication-calling-effects": "1.0.0-beta.2",
54
54
  "@azure/communication-chat": "1.3.2-beta.1 || >=1.2.0",
55
55
  "@types/react": ">=16.8.0 <18.0.0",
@@ -85,19 +85,19 @@
85
85
  "_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell"
86
86
  },
87
87
  "devDependencies": {
88
- "@azure/communication-calling": "1.13.1-beta.1 || >=1.13.1",
88
+ "@azure/communication-calling": "1.13.2-beta.1 || >=1.13.1",
89
89
  "@azure/communication-calling-effects": "1.0.0-beta.2",
90
90
  "@azure/communication-chat": "1.3.2-beta.1 || >=1.2.0",
91
91
  "@azure/core-auth": "1.3.2",
92
92
  "@babel/cli": "~7.16.0",
93
93
  "@babel/core": "~7.16.0",
94
- "@internal/calling-component-bindings": "1.5.1-alpha-202305170014",
95
- "@internal/calling-stateful-client": "1.5.1-alpha-202305170014",
96
- "@internal/chat-component-bindings": "1.5.1-alpha-202305170014",
97
- "@internal/chat-stateful-client": "1.5.1-alpha-202305170014",
98
- "@internal/fake-backends": "1.5.1-alpha-202305170014",
99
- "@internal/react-components": "1.5.1-alpha-202305170014",
100
- "@internal/react-composites": "1.5.1-alpha-202305170014",
94
+ "@internal/calling-component-bindings": "1.5.1-alpha-202305190012",
95
+ "@internal/calling-stateful-client": "1.5.1-alpha-202305190012",
96
+ "@internal/chat-component-bindings": "1.5.1-alpha-202305190012",
97
+ "@internal/chat-stateful-client": "1.5.1-alpha-202305190012",
98
+ "@internal/fake-backends": "1.5.1-alpha-202305190012",
99
+ "@internal/react-components": "1.5.1-alpha-202305190012",
100
+ "@internal/react-composites": "1.5.1-alpha-202305190012",
101
101
  "@microsoft/api-documenter": "~7.12.11",
102
102
  "@microsoft/api-extractor": "~7.18.0",
103
103
  "@rollup/plugin-json": "~4.1.0",