@azure/communication-react 1.19.0-alpha-202408070015 → 1.19.0-alpha-202408080015

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 (38) hide show
  1. package/dist/communication-react.d.ts +21 -0
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BMVUY7HX.js → ChatMessageComponentAsRichTextEditBox-Cp4U9Zwl.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BMVUY7HX.js.map → ChatMessageComponentAsRichTextEditBox-Cp4U9Zwl.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-UkjXSVQH.js → RichTextSendBoxWrapper-CSccLHCZ.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-UkjXSVQH.js.map → RichTextSendBoxWrapper-CSccLHCZ.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-D46R0M5v.js → index-C66O_9xV.js} +55 -26
  7. package/dist/dist-cjs/communication-react/{index-D46R0M5v.js.map → index-C66O_9xV.js.map} +1 -1
  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-stateful-client/src/CallClientState.d.ts +15 -0
  12. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  13. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.d.ts +1 -0
  14. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +29 -0
  15. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  16. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -0
  17. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  18. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +6 -2
  19. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +6 -2
  20. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +6 -2
  21. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +6 -2
  22. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +6 -2
  23. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +6 -2
  24. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +6 -2
  25. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +6 -2
  26. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +6 -2
  27. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +6 -2
  28. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +6 -2
  29. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +6 -2
  30. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +6 -2
  31. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +6 -2
  32. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +6 -2
  33. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +6 -2
  34. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +6 -2
  35. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +6 -2
  36. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +6 -2
  37. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +6 -2
  38. package/package.json +1 -1
@@ -457,6 +457,7 @@
457
457
  "videoGallery": {
458
458
  "screenIsBeingSharedMessage": "화면을 공유 중입니다.",
459
459
  "screenShareLoadingMessage": "{participant} 님의 화면 로드 중",
460
+ "localScreenShareLoadingMessage": "화면 로드 중",
460
461
  "localVideoLabel": "나",
461
462
  "localVideoCameraSwitcherLabel": "카메라 전환",
462
463
  "localVideoMovementLabel": "이동 가능한 로컬 비디오 타일",
@@ -626,9 +627,12 @@
626
627
  },
627
628
  "IncomingCallNotification": {
628
629
  "incomingCallNotificationPlaceholderId": "알 수 없는 사용자",
629
- "incomingCallNotificationPlaceholderAlert": "수신 전화",
630
+ "incomingCallNotificationPlaceholderAlert": "{callerName}이(가) 호출 중입니다.",
630
631
  "incomingCallNoticicationAcceptWithAudioAriaLabel": "오디오 수락",
631
632
  "incomingCallNoticicationAcceptWithVideoAriaLabel": "비디오 수락",
632
- "incomingCallNoticicationRejectAriaLabel": "거부"
633
+ "incomingCallNoticicationRejectAriaLabel": "거부",
634
+ "incomingCallNotificationAcceptButtonLabel": "수락",
635
+ "incomingCallNotificationRejectButtonLabel": "거절",
636
+ "incomingCallNotificationAccceptWithVideoButtonLabel": "영상 수락"
633
637
  }
634
638
  }
@@ -457,6 +457,7 @@
457
457
  "videoGallery": {
458
458
  "screenIsBeingSharedMessage": "Du deler skjermen",
459
459
  "screenShareLoadingMessage": "Laster inn skjermen til {participant}",
460
+ "localScreenShareLoadingMessage": "Laster inn skjermen",
460
461
  "localVideoLabel": "Du",
461
462
  "localVideoCameraSwitcherLabel": "Bytt kamera",
462
463
  "localVideoMovementLabel": "Flyttbar lokal videoflis",
@@ -626,9 +627,12 @@
626
627
  },
627
628
  "IncomingCallNotification": {
628
629
  "incomingCallNotificationPlaceholderId": "Ukjent bruker",
629
- "incomingCallNotificationPlaceholderAlert": "Innkommende anrop",
630
+ "incomingCallNotificationPlaceholderAlert": "{callerName} ringer",
630
631
  "incomingCallNoticicationAcceptWithAudioAriaLabel": "Godta med lyd",
631
632
  "incomingCallNoticicationAcceptWithVideoAriaLabel": "Godta med video",
632
- "incomingCallNoticicationRejectAriaLabel": "Avvis"
633
+ "incomingCallNoticicationRejectAriaLabel": "Avvis",
634
+ "incomingCallNotificationAcceptButtonLabel": "Godta",
635
+ "incomingCallNotificationRejectButtonLabel": "Avslå",
636
+ "incomingCallNotificationAccceptWithVideoButtonLabel": "Svar med video"
633
637
  }
634
638
  }
@@ -457,6 +457,7 @@
457
457
  "videoGallery": {
458
458
  "screenIsBeingSharedMessage": "U deelt uw scherm",
459
459
  "screenShareLoadingMessage": "Scherm van {participant} laden",
460
+ "localScreenShareLoadingMessage": "Uw scherm laden",
460
461
  "localVideoLabel": "U",
461
462
  "localVideoCameraSwitcherLabel": "Camera wisselen",
462
463
  "localVideoMovementLabel": "Tegel voor verwisselbare lokale video",
@@ -626,9 +627,12 @@
626
627
  },
627
628
  "IncomingCallNotification": {
628
629
  "incomingCallNotificationPlaceholderId": "Onbekende gebruiker",
629
- "incomingCallNotificationPlaceholderAlert": "Binnenkomende oproep",
630
+ "incomingCallNotificationPlaceholderAlert": "{callerName} belt",
630
631
  "incomingCallNoticicationAcceptWithAudioAriaLabel": "Accepteren met geluid",
631
632
  "incomingCallNoticicationAcceptWithVideoAriaLabel": "Accepteren met video",
632
- "incomingCallNoticicationRejectAriaLabel": "Weigeren"
633
+ "incomingCallNoticicationRejectAriaLabel": "Weigeren",
634
+ "incomingCallNotificationAcceptButtonLabel": "Accepteren",
635
+ "incomingCallNotificationRejectButtonLabel": "Weigeren",
636
+ "incomingCallNotificationAccceptWithVideoButtonLabel": "Accepteren met video"
633
637
  }
634
638
  }
@@ -457,6 +457,7 @@
457
457
  "videoGallery": {
458
458
  "screenIsBeingSharedMessage": "Udostępniasz ekran",
459
459
  "screenShareLoadingMessage": "Ładowanie ekranu uczestnika {participant}",
460
+ "localScreenShareLoadingMessage": "Ładowanie ekranu",
460
461
  "localVideoLabel": "Ty",
461
462
  "localVideoCameraSwitcherLabel": "Przełącz kamerę",
462
463
  "localVideoMovementLabel": "Ruchomy lokalny kafelek wideo",
@@ -626,9 +627,12 @@
626
627
  },
627
628
  "IncomingCallNotification": {
628
629
  "incomingCallNotificationPlaceholderId": "Nieznany użytkownik",
629
- "incomingCallNotificationPlaceholderAlert": "Przychodzące połączenie głosowe",
630
+ "incomingCallNotificationPlaceholderAlert": "{callerName} dzwoni",
630
631
  "incomingCallNoticicationAcceptWithAudioAriaLabel": "Zaakceptuj z dźwiękiem",
631
632
  "incomingCallNoticicationAcceptWithVideoAriaLabel": "Zaakceptuj z wideo",
632
- "incomingCallNoticicationRejectAriaLabel": "Odrzuć"
633
+ "incomingCallNoticicationRejectAriaLabel": "Odrzuć",
634
+ "incomingCallNotificationAcceptButtonLabel": "Akceptuj",
635
+ "incomingCallNotificationRejectButtonLabel": "Odrzuć",
636
+ "incomingCallNotificationAccceptWithVideoButtonLabel": "Odbierz jako połączenie wideo"
633
637
  }
634
638
  }
@@ -457,6 +457,7 @@
457
457
  "videoGallery": {
458
458
  "screenIsBeingSharedMessage": "Você está compartilhando sua tela",
459
459
  "screenShareLoadingMessage": "Carregando a tela do {participant}",
460
+ "localScreenShareLoadingMessage": "Carregando sua tela",
460
461
  "localVideoLabel": "Você",
461
462
  "localVideoCameraSwitcherLabel": "Alternar câmera",
462
463
  "localVideoMovementLabel": "Bloco de Vídeo Local Removível",
@@ -626,9 +627,12 @@
626
627
  },
627
628
  "IncomingCallNotification": {
628
629
  "incomingCallNotificationPlaceholderId": "Usuário Desconhecido",
629
- "incomingCallNotificationPlaceholderAlert": "Recebendo chamada",
630
+ "incomingCallNotificationPlaceholderAlert": "Chamada de {callerName}",
630
631
  "incomingCallNoticicationAcceptWithAudioAriaLabel": "Aceitar com áudio",
631
632
  "incomingCallNoticicationAcceptWithVideoAriaLabel": "Aceitar com vídeo",
632
- "incomingCallNoticicationRejectAriaLabel": "Rejeitar"
633
+ "incomingCallNoticicationRejectAriaLabel": "Rejeitar",
634
+ "incomingCallNotificationAcceptButtonLabel": "Aceitar",
635
+ "incomingCallNotificationRejectButtonLabel": "Recusar",
636
+ "incomingCallNotificationAccceptWithVideoButtonLabel": "Aceitar com Vídeo"
633
637
  }
634
638
  }
@@ -457,6 +457,7 @@
457
457
  "videoGallery": {
458
458
  "screenIsBeingSharedMessage": "Вы демонстрируете свой экран",
459
459
  "screenShareLoadingMessage": "Загрузка экрана пользователя {participant}",
460
+ "localScreenShareLoadingMessage": "Загрузка экрана",
460
461
  "localVideoLabel": "Вы",
461
462
  "localVideoCameraSwitcherLabel": "Переключить камеру",
462
463
  "localVideoMovementLabel": "Перемещаемая локальная плитка видео",
@@ -626,9 +627,12 @@
626
627
  },
627
628
  "IncomingCallNotification": {
628
629
  "incomingCallNotificationPlaceholderId": "Неизвестный пользователь",
629
- "incomingCallNotificationPlaceholderAlert": "Входящий звонок",
630
+ "incomingCallNotificationPlaceholderAlert": "{callerName} звонит",
630
631
  "incomingCallNoticicationAcceptWithAudioAriaLabel": "Ответить голосом",
631
632
  "incomingCallNoticicationAcceptWithVideoAriaLabel": "Принять видеозвонок",
632
- "incomingCallNoticicationRejectAriaLabel": "Отклонить"
633
+ "incomingCallNoticicationRejectAriaLabel": "Отклонить",
634
+ "incomingCallNotificationAcceptButtonLabel": "Принять",
635
+ "incomingCallNotificationRejectButtonLabel": "Отклонить",
636
+ "incomingCallNotificationAccceptWithVideoButtonLabel": "Ответить с видео"
633
637
  }
634
638
  }
@@ -457,6 +457,7 @@
457
457
  "videoGallery": {
458
458
  "screenIsBeingSharedMessage": "Du delar din skärm",
459
459
  "screenShareLoadingMessage": "Läser in {participant}s skärm",
460
+ "localScreenShareLoadingMessage": "Läser in skärmen",
460
461
  "localVideoLabel": "Du",
461
462
  "localVideoCameraSwitcherLabel": "Växla kamera",
462
463
  "localVideoMovementLabel": "Flyttbar lokal videopanel",
@@ -626,9 +627,12 @@
626
627
  },
627
628
  "IncomingCallNotification": {
628
629
  "incomingCallNotificationPlaceholderId": "Okänd användare",
629
- "incomingCallNotificationPlaceholderAlert": "Inkommande samtal",
630
+ "incomingCallNotificationPlaceholderAlert": "{callerName} ringer",
630
631
  "incomingCallNoticicationAcceptWithAudioAriaLabel": "Acceptera med ljud",
631
632
  "incomingCallNoticicationAcceptWithVideoAriaLabel": "Acceptera med video",
632
- "incomingCallNoticicationRejectAriaLabel": "Avvisa"
633
+ "incomingCallNoticicationRejectAriaLabel": "Avvisa",
634
+ "incomingCallNotificationAcceptButtonLabel": "Acceptera",
635
+ "incomingCallNotificationRejectButtonLabel": "Avböj",
636
+ "incomingCallNotificationAccceptWithVideoButtonLabel": "Acceptera med video"
633
637
  }
634
638
  }
@@ -457,6 +457,7 @@
457
457
  "videoGallery": {
458
458
  "screenIsBeingSharedMessage": "Ekranınızı paylaşıyorsunuz.",
459
459
  "screenShareLoadingMessage": "{participant} adlı katılımcının ekranını yükleme",
460
+ "localScreenShareLoadingMessage": "Ekranınız yükleniyor",
460
461
  "localVideoLabel": "Siz",
461
462
  "localVideoCameraSwitcherLabel": "Kamerayı değiştir",
462
463
  "localVideoMovementLabel": "Taşınabilir Yerel Video Kutucuğu",
@@ -626,9 +627,12 @@
626
627
  },
627
628
  "IncomingCallNotification": {
628
629
  "incomingCallNotificationPlaceholderId": "Bilinmeyen Kullanıcı",
629
- "incomingCallNotificationPlaceholderAlert": "Gelen çağrı",
630
+ "incomingCallNotificationPlaceholderAlert": "{callerName} arıyor",
630
631
  "incomingCallNoticicationAcceptWithAudioAriaLabel": "Sesli kabul et",
631
632
  "incomingCallNoticicationAcceptWithVideoAriaLabel": "Görüntülü kabul et",
632
- "incomingCallNoticicationRejectAriaLabel": "Reddet"
633
+ "incomingCallNoticicationRejectAriaLabel": "Reddet",
634
+ "incomingCallNotificationAcceptButtonLabel": "Kabul et",
635
+ "incomingCallNotificationRejectButtonLabel": "Reddet",
636
+ "incomingCallNotificationAccceptWithVideoButtonLabel": "Görüntülü Kabul Et"
633
637
  }
634
638
  }
@@ -457,6 +457,7 @@
457
457
  "videoGallery": {
458
458
  "screenIsBeingSharedMessage": "你正在共享你的屏幕",
459
459
  "screenShareLoadingMessage": "正在加载 {participant} 的屏幕",
460
+ "localScreenShareLoadingMessage": "正在加载屏幕",
460
461
  "localVideoLabel": "你",
461
462
  "localVideoCameraSwitcherLabel": "切换相机",
462
463
  "localVideoMovementLabel": "可移动本地小窗视频",
@@ -626,9 +627,12 @@
626
627
  },
627
628
  "IncomingCallNotification": {
628
629
  "incomingCallNotificationPlaceholderId": "未知用户",
629
- "incomingCallNotificationPlaceholderAlert": "传入呼叫",
630
+ "incomingCallNotificationPlaceholderAlert": "{callerName} 正在通话",
630
631
  "incomingCallNoticicationAcceptWithAudioAriaLabel": "语音接听",
631
632
  "incomingCallNoticicationAcceptWithVideoAriaLabel": "视频接听",
632
- "incomingCallNoticicationRejectAriaLabel": "拒绝"
633
+ "incomingCallNoticicationRejectAriaLabel": "拒绝",
634
+ "incomingCallNotificationAcceptButtonLabel": "接受",
635
+ "incomingCallNotificationRejectButtonLabel": "拒绝",
636
+ "incomingCallNotificationAccceptWithVideoButtonLabel": "使用视频接受"
633
637
  }
634
638
  }
@@ -457,6 +457,7 @@
457
457
  "videoGallery": {
458
458
  "screenIsBeingSharedMessage": "您現在正在分享螢幕畫面。",
459
459
  "screenShareLoadingMessage": "正在載入 {participant} 的螢幕畫面",
460
+ "localScreenShareLoadingMessage": "正在載入您的畫面",
460
461
  "localVideoLabel": "您",
461
462
  "localVideoCameraSwitcherLabel": "切換相機",
462
463
  "localVideoMovementLabel": "可移動本機視訊磚",
@@ -626,9 +627,12 @@
626
627
  },
627
628
  "IncomingCallNotification": {
628
629
  "incomingCallNotificationPlaceholderId": "未知的使用者",
629
- "incomingCallNotificationPlaceholderAlert": "來電",
630
+ "incomingCallNotificationPlaceholderAlert": "{callerName} 正在通話",
630
631
  "incomingCallNoticicationAcceptWithAudioAriaLabel": "接受音訊",
631
632
  "incomingCallNoticicationAcceptWithVideoAriaLabel": "接受視訊",
632
- "incomingCallNoticicationRejectAriaLabel": "拒絕"
633
+ "incomingCallNoticicationRejectAriaLabel": "拒絕",
634
+ "incomingCallNotificationAcceptButtonLabel": "接受",
635
+ "incomingCallNotificationRejectButtonLabel": "拒絕",
636
+ "incomingCallNotificationAccceptWithVideoButtonLabel": "接受並開啟視訊"
633
637
  }
634
638
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.19.0-alpha-202408070015",
3
+ "version": "1.19.0-alpha-202408080015",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [