@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
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "Cargando... Espere.",
28
28
  "removeAttachment": "Quitar archivo",
29
29
  "uploading": "Cargando",
30
- "uploadCompleted": "Carga completada"
30
+ "uploadCompleted": "Carga completada",
31
+ "attachmentMoreMenu": "Más opciones"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "Escribir un mensaje",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "Eliminar",
56
57
  "deleteColumnMenu": "Eliminar columna",
57
58
  "deleteRowMenu": "Eliminar fila",
58
- "deleteTableMenu": "Eliminar tabla"
59
+ "deleteTableMenu": "Eliminar tabla",
60
+ "attachmentMoreMenu": "Más opciones"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "Sugerencias"
@@ -79,7 +81,7 @@
79
81
  "label": "Baja",
80
82
  "tooltipContent": "Abandonar llamada",
81
83
  "leaveOption": "Salir",
82
- "endCallOption": "Finalizar llamada"
84
+ "endCallOption": "Finalizar la llamada para todos"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "Cámara",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "Ladataan palvelimeen... Odota hetki.",
28
28
  "removeAttachment": "Poista tiedosto",
29
29
  "uploading": "Ladataan palvelimeen",
30
- "uploadCompleted": "Ladattu palvelimeen"
30
+ "uploadCompleted": "Ladattu palvelimeen",
31
+ "attachmentMoreMenu": "Lisää asetuksia"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "Kirjoita viesti",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "Poista",
56
57
  "deleteColumnMenu": "Poista sarake",
57
58
  "deleteRowMenu": "Poista rivi",
58
- "deleteTableMenu": "Poista taulukko"
59
+ "deleteTableMenu": "Poista taulukko",
60
+ "attachmentMoreMenu": "Lisää asetuksia"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "Ehdotuksia"
@@ -79,7 +81,7 @@
79
81
  "label": "Poistu",
80
82
  "tooltipContent": "Poistu puhelusta",
81
83
  "leaveOption": "Poistu",
82
- "endCallOption": "Lopeta puhelu"
84
+ "endCallOption": "Lopeta kaikkien puhelu"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "Kamera",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "Chargement en cours... Veuillez patienter.",
28
28
  "removeAttachment": "Supprimer le fichier",
29
29
  "uploading": "Chargement",
30
- "uploadCompleted": "Téléchargement terminé"
30
+ "uploadCompleted": "Téléchargement terminé",
31
+ "attachmentMoreMenu": "Plus d’options"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "Saisir un message",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "Supprimer",
56
57
  "deleteColumnMenu": "Supprimer la colonne",
57
58
  "deleteRowMenu": "Supprimer une ligne",
58
- "deleteTableMenu": "Supprimer le tableau"
59
+ "deleteTableMenu": "Supprimer le tableau",
60
+ "attachmentMoreMenu": "Plus d’options"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "Suggestions"
@@ -79,7 +81,7 @@
79
81
  "label": "Quitter",
80
82
  "tooltipContent": "Quitter l'appel",
81
83
  "leaveOption": "Partir",
82
- "endCallOption": "Fin d'appel"
84
+ "endCallOption": "Terminer l'appel pour tous"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "Caméra",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "מעלה... אנא המתן.",
28
28
  "removeAttachment": "הסרת קובץ",
29
29
  "uploading": "מעלה",
30
- "uploadCompleted": "ההעלאה הושלמה"
30
+ "uploadCompleted": "ההעלאה הושלמה",
31
+ "attachmentMoreMenu": "אפשרויות נוספות"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "הזן הודעה",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "מחק",
56
57
  "deleteColumnMenu": "מחק עמודה",
57
58
  "deleteRowMenu": "מחק שורה",
58
- "deleteTableMenu": "מחק טבלה"
59
+ "deleteTableMenu": "מחק טבלה",
60
+ "attachmentMoreMenu": "אפשרויות נוספות"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "הצעות"
@@ -79,7 +81,7 @@
79
81
  "label": "עזוב",
80
82
  "tooltipContent": "עזוב את השיחה",
81
83
  "leaveOption": "צא",
82
- "endCallOption": "סיים שיחה"
84
+ "endCallOption": "סיים את השיחה לכולם"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "מצלמה",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "Caricamento in corso... Attendere.",
28
28
  "removeAttachment": "Rimuovi file",
29
29
  "uploading": "Caricamento in corso",
30
- "uploadCompleted": "Caricamento completato"
30
+ "uploadCompleted": "Caricamento completato",
31
+ "attachmentMoreMenu": "Altre opzioni"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "Immetti un messaggio",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "Elimina",
56
57
  "deleteColumnMenu": "Elimina colonna",
57
58
  "deleteRowMenu": "Elimina riga",
58
- "deleteTableMenu": "Elimina tabella"
59
+ "deleteTableMenu": "Elimina tabella",
60
+ "attachmentMoreMenu": "Altre opzioni"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "Suggerimenti"
@@ -79,7 +81,7 @@
79
81
  "label": "Permesso",
80
82
  "tooltipContent": "Abbandona chiamata",
81
83
  "leaveOption": "Abbandona",
82
- "endCallOption": "Termina chiamata"
84
+ "endCallOption": "Termina chiamata per tutti"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "Fotocamera",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "アップロード中です... お待ちください。",
28
28
  "removeAttachment": "ファイルの削除",
29
29
  "uploading": "アップロード中",
30
- "uploadCompleted": "アップロードが完了しました"
30
+ "uploadCompleted": "アップロードが完了しました",
31
+ "attachmentMoreMenu": "その他のオプション"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "メッセージを入力してください",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "削除",
56
57
  "deleteColumnMenu": "列の削除",
57
58
  "deleteRowMenu": "行の削除",
58
- "deleteTableMenu": "表の削除"
59
+ "deleteTableMenu": "表の削除",
60
+ "attachmentMoreMenu": "その他のオプション"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "候補"
@@ -79,7 +81,7 @@
79
81
  "label": "退出",
80
82
  "tooltipContent": "通話を終了",
81
83
  "leaveOption": "退出",
82
- "endCallOption": "通話の終了"
84
+ "endCallOption": "全員の通話を終了"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "カメラ",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "업로드 중... 잠시만 기다려 주세요.",
28
28
  "removeAttachment": "파일 제거",
29
29
  "uploading": "업로드 중",
30
- "uploadCompleted": "업로드 완료"
30
+ "uploadCompleted": "업로드 완료",
31
+ "attachmentMoreMenu": "옵션 더 보기"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "메시지 입력",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "삭제",
56
57
  "deleteColumnMenu": "열 삭제",
57
58
  "deleteRowMenu": "행 삭제",
58
- "deleteTableMenu": "표 삭제"
59
+ "deleteTableMenu": "표 삭제",
60
+ "attachmentMoreMenu": "옵션 더 보기"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "제안"
@@ -79,7 +81,7 @@
79
81
  "label": "휴가",
80
82
  "tooltipContent": "통화에서 나가기",
81
83
  "leaveOption": "나가기",
82
- "endCallOption": "통화 종료"
84
+ "endCallOption": "모든 사람의 통화 종료"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "카메라",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "Laster opp. Vent litt ...",
28
28
  "removeAttachment": "Fjern fil",
29
29
  "uploading": "Laster opp",
30
- "uploadCompleted": "Opplasting fullført"
30
+ "uploadCompleted": "Opplasting fullført",
31
+ "attachmentMoreMenu": "Flere alternativer"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "Skriv en melding",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "Slett",
56
57
  "deleteColumnMenu": "Slett kolonne",
57
58
  "deleteRowMenu": "Slett rad",
58
- "deleteTableMenu": "Slett tabell"
59
+ "deleteTableMenu": "Slett tabell",
60
+ "attachmentMoreMenu": "Flere alternativer"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "Forslag"
@@ -79,7 +81,7 @@
79
81
  "label": "Forlat",
80
82
  "tooltipContent": "Forlat samtale",
81
83
  "leaveOption": "Forlat",
82
- "endCallOption": "Avslutt samtalen"
84
+ "endCallOption": "Avslutt samtale for alle"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "Kamera",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "Uploaden.... Een ogenblik geduld.",
28
28
  "removeAttachment": "Bestand verwijderen",
29
29
  "uploading": "Uploaden",
30
- "uploadCompleted": "Upload voltooid"
30
+ "uploadCompleted": "Upload voltooid",
31
+ "attachmentMoreMenu": "Meer opties"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "Een bericht invoeren",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "Verwijderen",
56
57
  "deleteColumnMenu": "Kolom verwijderen",
57
58
  "deleteRowMenu": "Rij verwijderen",
58
- "deleteTableMenu": "Tabel verwijderen"
59
+ "deleteTableMenu": "Tabel verwijderen",
60
+ "attachmentMoreMenu": "Meer opties"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "Suggesties"
@@ -79,7 +81,7 @@
79
81
  "label": "Verlaten",
80
82
  "tooltipContent": "Gesprek verlaten",
81
83
  "leaveOption": "Verlaten",
82
- "endCallOption": "Gesprek beëindigen"
84
+ "endCallOption": "Oproep beëindigen voor iedereen"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "Camera",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "Trwa przekazywanie... Czekaj.",
28
28
  "removeAttachment": "Usuń plik",
29
29
  "uploading": "Przekazywanie",
30
- "uploadCompleted": "Zakończono przekazywanie"
30
+ "uploadCompleted": "Zakończono przekazywanie",
31
+ "attachmentMoreMenu": "Więcej opcji"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "Wprowadź wiadomość",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "Usuń",
56
57
  "deleteColumnMenu": "Usuń kolumnę",
57
58
  "deleteRowMenu": "Usuń wiersz",
58
- "deleteTableMenu": "Usuń tabelę"
59
+ "deleteTableMenu": "Usuń tabelę",
60
+ "attachmentMoreMenu": "Więcej opcji"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "Sugestie"
@@ -79,7 +81,7 @@
79
81
  "label": "Wyjdź",
80
82
  "tooltipContent": "Opuść rozmowę",
81
83
  "leaveOption": "Opuść",
82
- "endCallOption": "Zakończ połączenie"
84
+ "endCallOption": "Zakończ rozmowę dla wszystkich użytkowników"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "Kamera",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "Carregando... Aguarde.",
28
28
  "removeAttachment": "Remover arquivo",
29
29
  "uploading": "Carregando",
30
- "uploadCompleted": "Carregamento concluído"
30
+ "uploadCompleted": "Carregamento concluído",
31
+ "attachmentMoreMenu": "Mais Opções"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "Inserir uma mensagem",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "Excluir",
56
57
  "deleteColumnMenu": "Excluir coluna",
57
58
  "deleteRowMenu": "Excluir linha",
58
- "deleteTableMenu": "Excluir tabela"
59
+ "deleteTableMenu": "Excluir tabela",
60
+ "attachmentMoreMenu": "Mais Opções"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "Sugestões"
@@ -79,7 +81,7 @@
79
81
  "label": "Sair",
80
82
  "tooltipContent": "Sair da chamada",
81
83
  "leaveOption": "Sair",
82
- "endCallOption": "Encerrar chamada"
84
+ "endCallOption": "Encerrar chamada para todos"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "Câmera",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "Выполняется загрузка. Подождите...",
28
28
  "removeAttachment": "Удалить файл",
29
29
  "uploading": "Отправка",
30
- "uploadCompleted": "Отправка завершена"
30
+ "uploadCompleted": "Отправка завершена",
31
+ "attachmentMoreMenu": "Дополнительные параметры"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "Введите сообщение",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "Удалить",
56
57
  "deleteColumnMenu": "Удалить столбец",
57
58
  "deleteRowMenu": "Удалить строку",
58
- "deleteTableMenu": "Удалить таблицу"
59
+ "deleteTableMenu": "Удалить таблицу",
60
+ "attachmentMoreMenu": "Дополнительные параметры"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "Рекомендации"
@@ -79,7 +81,7 @@
79
81
  "label": "Выйти",
80
82
  "tooltipContent": "Покинуть вызов",
81
83
  "leaveOption": "Выйти",
82
- "endCallOption": "Завершить звонок"
84
+ "endCallOption": "Завершить звонок для всех"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "Камера",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "Uppladdning pågår... Vänta.",
28
28
  "removeAttachment": "Ta bort fil",
29
29
  "uploading": "Laddar upp",
30
- "uploadCompleted": "Uppladdningen har slutförts"
30
+ "uploadCompleted": "Uppladdningen har slutförts",
31
+ "attachmentMoreMenu": "Fler alternativ"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "Skriv ett meddelande",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "Ta bort",
56
57
  "deleteColumnMenu": "Ta bort kolumn",
57
58
  "deleteRowMenu": "Ta bort rad",
58
- "deleteTableMenu": "Ta bort tabell"
59
+ "deleteTableMenu": "Ta bort tabell",
60
+ "attachmentMoreMenu": "Fler alternativ"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "Förslag"
@@ -79,7 +81,7 @@
79
81
  "label": "Lämna",
80
82
  "tooltipContent": "Lämna samtal",
81
83
  "leaveOption": "Lämna",
82
- "endCallOption": "Avsluta samtal"
84
+ "endCallOption": "Avsluta samtal för alla"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "Kamera",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "Karşıya yükleniyor... Lütfen bekleyin.",
28
28
  "removeAttachment": "Dosyayı kaldır",
29
29
  "uploading": "Karşıya yükleniyor",
30
- "uploadCompleted": "Karşıya yükleme tamamlandı"
30
+ "uploadCompleted": "Karşıya yükleme tamamlandı",
31
+ "attachmentMoreMenu": "Diğer Seçenekler"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "Bir mesaj girin",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "Sil",
56
57
  "deleteColumnMenu": "Sütunu sil",
57
58
  "deleteRowMenu": "Satırı sil",
58
- "deleteTableMenu": "Tabloyu sil"
59
+ "deleteTableMenu": "Tabloyu sil",
60
+ "attachmentMoreMenu": "Diğer Seçenekler"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "Öneriler"
@@ -79,7 +81,7 @@
79
81
  "label": "Ayrıl",
80
82
  "tooltipContent": "Aramadan ayrıl",
81
83
  "leaveOption": "Ayrıl",
82
- "endCallOption": "Aramayı sonlandır"
84
+ "endCallOption": "Aramayı herkes için sonlandır"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "Kamera",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "正在上载...请稍候。",
28
28
  "removeAttachment": "删除文件",
29
29
  "uploading": "正在上传",
30
- "uploadCompleted": "已完成上传"
30
+ "uploadCompleted": "已完成上传",
31
+ "attachmentMoreMenu": "更多选项"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "输入消息",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "删除",
56
57
  "deleteColumnMenu": "删除列",
57
58
  "deleteRowMenu": "删除行",
58
- "deleteTableMenu": "删除表格"
59
+ "deleteTableMenu": "删除表格",
60
+ "attachmentMoreMenu": "更多选项"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "建议"
@@ -79,7 +81,7 @@
79
81
  "label": "退出",
80
82
  "tooltipContent": "离开通话",
81
83
  "leaveOption": "退出",
82
- "endCallOption": "结束通话"
84
+ "endCallOption": "结束所有人的通话"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "相机",
@@ -27,7 +27,8 @@
27
27
  "attachmentUploadsPendingError": "正在上傳... 請稍候。",
28
28
  "removeAttachment": "移除檔案",
29
29
  "uploading": "正在上傳",
30
- "uploadCompleted": "上傳完成"
30
+ "uploadCompleted": "上傳完成",
31
+ "attachmentMoreMenu": "其他選項"
31
32
  },
32
33
  "richTextSendBox": {
33
34
  "placeholderText": "輸入訊息",
@@ -55,7 +56,8 @@
55
56
  "deleteRowOrColumnMenu": "刪除",
56
57
  "deleteColumnMenu": "刪除欄",
57
58
  "deleteRowMenu": "刪除列",
58
- "deleteTableMenu": "刪除表格"
59
+ "deleteTableMenu": "刪除表格",
60
+ "attachmentMoreMenu": "其他選項"
59
61
  },
60
62
  "mentionPopover": {
61
63
  "mentionPopoverHeader": "建議"
@@ -79,7 +81,7 @@
79
81
  "label": "離開",
80
82
  "tooltipContent": "離開通話",
81
83
  "leaveOption": "離開",
82
- "endCallOption": "結束通話"
84
+ "endCallOption": "每個人都結束通話"
83
85
  },
84
86
  "cameraButton": {
85
87
  "onLabel": "相機",
@@ -170,6 +170,13 @@ export type CallCompositeOptions = {
170
170
  * Options for controlling video tile.
171
171
  */
172
172
  videoTilesOptions?: VideoTilesOptions;
173
+ /**
174
+ * Whether to auto show the DTMF Dialer when the call starts in supported scenarios.
175
+ * - Teams Voice Application like Call queue or Auto Attendant
176
+ * - PSTN Calls
177
+ * @defaultValue false
178
+ */
179
+ disableAutoShowDtmfDialer?: boolean;
173
180
  /**
174
181
  * Options for controlling the starting layout of the composite's video gallery
175
182
  */
@@ -43,7 +43,7 @@ const isShowing = (overrideSidePane) => {
43
43
  return !!(overrideSidePane === null || overrideSidePane === void 0 ? void 0 : overrideSidePane.isActive);
44
44
  };
45
45
  const MainScreen = (props) => {
46
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
46
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
47
47
  const adapter = useAdapter();
48
48
  const { camerasCount, microphonesCount } = useSelector(deviceCountSelector);
49
49
  const hasCameras = camerasCount > 0;
@@ -172,7 +172,7 @@ const MainScreen = (props) => {
172
172
  pageElement = (React.createElement(TransferPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onFetchAvatarPersonaData: onFetchAvatarPersonaData, latestErrors: latestErrors, onDismissError: onDismissError, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps }));
173
173
  break;
174
174
  case 'call':
175
- pageElement = (React.createElement(CallPage, { callInvitationURL: callInvitationUrl, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: props.onCloseChatPane, latestErrors: latestErrors, onDismissError: onDismissError, galleryLayout: userSetGalleryLayout, onUserSetGalleryLayoutChange: setUserSetGalleryLayout, onSetUserSetOverflowGalleryPosition: setUserSetOverflowGalleryPosition, userSetOverflowGalleryPosition: userSetOverflowGalleryPosition, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps, pinnedParticipants: pinnedParticipants, setPinnedParticipants: setPinnedParticipants, compositeAudioContext: compositeAudioContext }));
175
+ pageElement = (React.createElement(CallPage, { callInvitationURL: callInvitationUrl, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: props.onCloseChatPane, latestErrors: latestErrors, onDismissError: onDismissError, galleryLayout: userSetGalleryLayout, onUserSetGalleryLayoutChange: setUserSetGalleryLayout, onSetUserSetOverflowGalleryPosition: setUserSetOverflowGalleryPosition, userSetOverflowGalleryPosition: userSetOverflowGalleryPosition, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps, pinnedParticipants: pinnedParticipants, setPinnedParticipants: setPinnedParticipants, compositeAudioContext: compositeAudioContext, disableAutoShowDtmfDialer: (_q = props.options) === null || _q === void 0 ? void 0 : _q.disableAutoShowDtmfDialer }));
176
176
  break;
177
177
  /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */
178
178
  case 'hold':
@@ -185,7 +185,7 @@ const MainScreen = (props) => {
185
185
  case 'unsupportedEnvironment':
186
186
  pageElement = (React.createElement(React.Fragment, null,
187
187
  /* @conditional-compile-remove(unsupported-browser) */
188
- React.createElement(UnsupportedBrowserPage, { onTroubleshootingClick: (_q = props.options) === null || _q === void 0 ? void 0 : _q.onEnvironmentInfoTroubleshootingClick, environmentInfo: adapter.getState().environmentInfo })));
188
+ React.createElement(UnsupportedBrowserPage, { onTroubleshootingClick: (_r = props.options) === null || _r === void 0 ? void 0 : _r.onEnvironmentInfoTroubleshootingClick, environmentInfo: adapter.getState().environmentInfo })));
189
189
  break;
190
190
  }
191
191
  if (!pageElement) {