@azure/communication-react 1.21.0-alpha-202411090016 → 1.21.0-alpha-202411130016

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 (108) hide show
  1. package/dist/communication-react.d.ts +151 -3
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CmPe1TZf.js → ChatMessageComponentAsRichTextEditBox-ywbDlO0J.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CmPe1TZf.js.map → ChatMessageComponentAsRichTextEditBox-ywbDlO0J.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BWi4Qwt6.js → RichTextSendBoxWrapper-B5WEyBEr.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BWi4Qwt6.js.map → RichTextSendBoxWrapper-B5WEyBEr.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-BvWMNZEq.js → index-DouViI_L.js} +271 -70
  7. package/dist/dist-cjs/communication-react/index-DouViI_L.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +5 -1
  9. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  11. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  12. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +25 -0
  13. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +53 -0
  14. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  15. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js +16 -0
  16. package/dist/dist-esm/calling-component-bindings/src/handlers/createTeamsCallHandlers.js.map +1 -1
  17. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +6 -3
  18. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  19. package/dist/dist-esm/communication-react/src/index.d.ts +2 -1
  20. package/dist/dist-esm/communication-react/src/index.js +1 -1
  21. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  22. package/dist/dist-esm/react-components/src/index.d.ts +3 -0
  23. package/dist/dist-esm/react-components/src/index.js +2 -0
  24. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  25. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +25 -3
  26. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +25 -3
  27. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +25 -3
  28. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +25 -3
  29. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +25 -3
  30. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +25 -3
  31. package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.d.ts +8 -0
  32. package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js +13 -0
  33. package/dist/dist-esm/react-components/src/localization/locales/es-MX/ComponentLocale.js.map +1 -0
  34. package/dist/dist-esm/react-components/src/localization/locales/es-MX/strings.json +692 -0
  35. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +25 -3
  36. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.d.ts +8 -0
  37. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js +13 -0
  38. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/ComponentLocale.js.map +1 -0
  39. package/dist/dist-esm/react-components/src/localization/locales/fr-CA/strings.json +692 -0
  40. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +25 -3
  41. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +25 -3
  42. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +25 -3
  43. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +25 -3
  44. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +25 -3
  45. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +25 -3
  46. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +25 -3
  47. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +25 -3
  48. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +25 -3
  49. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +25 -3
  50. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +25 -3
  51. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +25 -3
  52. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +25 -3
  53. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +25 -3
  54. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.d.ts +62 -0
  55. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js +4 -0
  56. package/dist/dist-esm/react-components/src/types/TogetherModeTypes.js.map +1 -0
  57. package/dist/dist-esm/react-components/src/types/index.d.ts +1 -0
  58. package/dist/dist-esm/react-components/src/types/index.js +2 -0
  59. package/dist/dist-esm/react-components/src/types/index.js.map +1 -1
  60. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +5 -0
  61. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +30 -0
  62. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  63. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +44 -0
  64. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  65. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +16 -0
  66. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  67. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +5 -0
  68. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +22 -0
  69. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  70. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +43 -0
  71. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  72. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +5 -0
  73. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +8 -0
  74. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  75. package/dist/dist-esm/react-composites/src/composites/index.d.ts +2 -0
  76. package/dist/dist-esm/react-composites/src/composites/index.js +2 -0
  77. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  78. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +2 -1
  79. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +2 -1
  80. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +2 -1
  81. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +2 -1
  82. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +2 -1
  83. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +2 -1
  84. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.d.ts +8 -0
  85. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js +15 -0
  86. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/CompositeLocale.js.map +1 -0
  87. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-MX/strings.json +413 -0
  88. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +2 -1
  89. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.d.ts +8 -0
  90. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js +15 -0
  91. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/CompositeLocale.js.map +1 -0
  92. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-CA/strings.json +413 -0
  93. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +2 -1
  94. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +2 -1
  95. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +2 -1
  96. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +2 -1
  97. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +2 -1
  98. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +2 -1
  99. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +2 -1
  100. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +2 -1
  101. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +2 -1
  102. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +2 -1
  103. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +2 -1
  104. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +2 -1
  105. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +2 -1
  106. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +2 -1
  107. package/package.json +3 -3
  108. package/dist/dist-cjs/communication-react/index-BvWMNZEq.js.map +0 -1
@@ -58,6 +58,7 @@
58
58
  "richTextDeleteColumnMenu": "Удалить столбец",
59
59
  "richTextDeleteRowMenu": "Удалить строку",
60
60
  "richTextDeleteTableMenu": "Удалить таблицу",
61
+ "richTextToolbarAriaLabel": "Панель инструментов форматирования сообщения",
61
62
  "richTextToolbarMoreButtonAriaLabel": "Дополнительные параметры",
62
63
  "attachmentMoreMenu": "Дополнительные параметры",
63
64
  "richTextNewBulletedListItemAnnouncement": "Маркер, новая строка",
@@ -65,6 +66,14 @@
65
66
  "richTextBulletedListAppliedAnnouncement": "Применен маркированный список",
66
67
  "richTextNumberedListAppliedAnnouncement": "Применен нумерованный список"
67
68
  },
69
+ "rttModal": {
70
+ "rttModalAriaLabel": "Модальное окно включения ввода в режиме реального времени",
71
+ "rttModalTitle": "Включить ввод в режиме реального времени?",
72
+ "rttModalText": "Текст в режиме реального времени (RTT) будет включен для всех участников собрания.",
73
+ "rttConfirmButtonLabel": "Включить",
74
+ "rttCancelButtonLabel": "Отмена",
75
+ "rttCloseModalButtonAriaLabel": "Закрыть модальное окно ввода в режиме реального времени"
76
+ },
68
77
  "mentionPopover": {
69
78
  "mentionPopoverHeader": "Рекомендации"
70
79
  },
@@ -178,6 +187,9 @@
178
187
  "applauseReactionTooltipContent": "Аплодисменты",
179
188
  "surprisedReactionTooltipContent": "Удивляюсь"
180
189
  },
190
+ "rtt": {
191
+ "isTypingText": "Ввод в режиме реального времени"
192
+ },
181
193
  "messageThread": {
182
194
  "yesterday": "Вчера",
183
195
  "sunday": "Воскресенье",
@@ -524,8 +536,13 @@
524
536
  },
525
537
  "videoTile": {
526
538
  "participantStateRinging": "Выполняется вызов...",
539
+ "participantReconnecting": "Повторное подключение...",
527
540
  "participantStateHold": "На удержании",
528
- "moreOptionsButtonAriaLabel": "Дополнительные параметры"
541
+ "moreOptionsButtonAriaLabel": "Дополнительные параметры {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
542
+ "moreOptionsParticipantMutedStateMutedAriaLabel": "звук отключен",
543
+ "moreOptionsParticipantMutedStateUnmutedAriaLabel": "звук включен",
544
+ "moreOptionsParticipantHandRaisedAriaLabel": "Поднята рука",
545
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Говорит"
529
546
  },
530
547
  "CameraAndMicrophoneSitePermissionsRequest": {
531
548
  "primaryText": "Разрешить {appName} использовать камеру и микрофон",
@@ -643,8 +660,8 @@
643
660
  "step4DigitText": "4"
644
661
  },
645
662
  "verticalGallery": {
646
- "leftNavButtonAriaLabel": "предыдущая страница",
647
- "rightNavButtonAriaLabel": "следующая страница"
663
+ "leftNavButtonAriaLabel": "предыдущая страница {current} из {total}",
664
+ "rightNavButtonAriaLabel": "следующая страница {current} из {total}"
648
665
  },
649
666
  "meetingConferencePhoneInfo": {
650
667
  "meetingConferencePhoneInfoModalTitle": "Присоединиться к вызову с телефона",
@@ -666,5 +683,10 @@
666
683
  "incomingCallNotificationRejectButtonLabel": "Отклонить",
667
684
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Ответить с видео",
668
685
  "incomingCallNotificationDismissButtonAriaLabel": "Закрыть"
686
+ },
687
+ "rttDisclosureBanner": {
688
+ "bannerTitle": "Ввод в режиме реального времени",
689
+ "bannerContent": "Ввод в режиме реального времени включен для всех участников в течение всего собрания.",
690
+ "bannerLinkLabel": "Подробнее"
669
691
  }
670
692
  }
@@ -58,6 +58,7 @@
58
58
  "richTextDeleteColumnMenu": "Ta bort kolumn",
59
59
  "richTextDeleteRowMenu": "Ta bort rad",
60
60
  "richTextDeleteTableMenu": "Ta bort tabell",
61
+ "richTextToolbarAriaLabel": "Verktygsfältet Meddelandeformatering",
61
62
  "richTextToolbarMoreButtonAriaLabel": "Fler alternativ",
62
63
  "attachmentMoreMenu": "Fler alternativ",
63
64
  "richTextNewBulletedListItemAnnouncement": "Punkt, ny rad",
@@ -65,6 +66,14 @@
65
66
  "richTextBulletedListAppliedAnnouncement": "Punktlista tillämpad",
66
67
  "richTextNumberedListAppliedAnnouncement": "Numrerad tillämpad"
67
68
  },
69
+ "rttModal": {
70
+ "rttModalAriaLabel": "Aktivera RTT-modal",
71
+ "rttModalTitle": "Aktivera RTT?",
72
+ "rttModalText": "Realtidstext (RTT) aktiveras för alla i mötet.",
73
+ "rttConfirmButtonLabel": "Aktivera",
74
+ "rttCancelButtonLabel": "Avbryt",
75
+ "rttCloseModalButtonAriaLabel": "Stäng RTT-modal"
76
+ },
68
77
  "mentionPopover": {
69
78
  "mentionPopoverHeader": "Förslag"
70
79
  },
@@ -178,6 +187,9 @@
178
187
  "applauseReactionTooltipContent": "Applåd",
179
188
  "surprisedReactionTooltipContent": "Förvånad"
180
189
  },
190
+ "rtt": {
191
+ "isTypingText": "RTT-inmatning"
192
+ },
181
193
  "messageThread": {
182
194
  "yesterday": "I går",
183
195
  "sunday": "Söndag",
@@ -524,8 +536,13 @@
524
536
  },
525
537
  "videoTile": {
526
538
  "participantStateRinging": "Ringer...",
539
+ "participantReconnecting": "Ansluter igen...",
527
540
  "participantStateHold": "Parkerat",
528
- "moreOptionsButtonAriaLabel": "Fler alternativ"
541
+ "moreOptionsButtonAriaLabel": "Fler alternativ {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
542
+ "moreOptionsParticipantMutedStateMutedAriaLabel": "ljud av",
543
+ "moreOptionsParticipantMutedStateUnmutedAriaLabel": "ljud på",
544
+ "moreOptionsParticipantHandRaisedAriaLabel": "Uppräckt hand",
545
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Talar"
529
546
  },
530
547
  "CameraAndMicrophoneSitePermissionsRequest": {
531
548
  "primaryText": "Tillåt {appName} använda kameran och mikrofonen",
@@ -643,8 +660,8 @@
643
660
  "step4DigitText": "4"
644
661
  },
645
662
  "verticalGallery": {
646
- "leftNavButtonAriaLabel": "föregående sida",
647
- "rightNavButtonAriaLabel": "nästa sida"
663
+ "leftNavButtonAriaLabel": "föregående sida {current} av {total}",
664
+ "rightNavButtonAriaLabel": "nästa sida {current} av {total}"
648
665
  },
649
666
  "meetingConferencePhoneInfo": {
650
667
  "meetingConferencePhoneInfoModalTitle": "Anslut till samtal från din telefon",
@@ -666,5 +683,10 @@
666
683
  "incomingCallNotificationRejectButtonLabel": "Avböj",
667
684
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Acceptera med video",
668
685
  "incomingCallNotificationDismissButtonAriaLabel": "Stäng"
686
+ },
687
+ "rttDisclosureBanner": {
688
+ "bannerTitle": "RTT",
689
+ "bannerContent": "RTT (realtidstext) är aktiverat för alla deltagare under hela mötets varaktighet.",
690
+ "bannerLinkLabel": "Mer information"
669
691
  }
670
692
  }
@@ -58,6 +58,7 @@
58
58
  "richTextDeleteColumnMenu": "Sütunu sil",
59
59
  "richTextDeleteRowMenu": "Satırı sil",
60
60
  "richTextDeleteTableMenu": "Tabloyu sil",
61
+ "richTextToolbarAriaLabel": "İleti Biçimlendirme Araç Çubuğu",
61
62
  "richTextToolbarMoreButtonAriaLabel": "Diğer seçenekler",
62
63
  "attachmentMoreMenu": "Diğer Seçenekler",
63
64
  "richTextNewBulletedListItemAnnouncement": "Madde işareti, yeni satır",
@@ -65,6 +66,14 @@
65
66
  "richTextBulletedListAppliedAnnouncement": "Madde işaretli liste uygulandı",
66
67
  "richTextNumberedListAppliedAnnouncement": "Numaralandırılmış liste uygulandı"
67
68
  },
69
+ "rttModal": {
70
+ "rttModalAriaLabel": "RTT Kalıcı İletişim Kutusunu Aç",
71
+ "rttModalTitle": "RTT açılsın mı?",
72
+ "rttModalText": "Gerçek zamanlı metin (RTT) toplantıdaki herkes için açılır.",
73
+ "rttConfirmButtonLabel": "Aç",
74
+ "rttCancelButtonLabel": "İptal",
75
+ "rttCloseModalButtonAriaLabel": "RTT Kalıcı İletişim Kutusunu Kapat"
76
+ },
68
77
  "mentionPopover": {
69
78
  "mentionPopoverHeader": "Öneriler"
70
79
  },
@@ -178,6 +187,9 @@
178
187
  "applauseReactionTooltipContent": "Alkış",
179
188
  "surprisedReactionTooltipContent": "Şaşırmış"
180
189
  },
190
+ "rtt": {
191
+ "isTypingText": "RTT yazma"
192
+ },
181
193
  "messageThread": {
182
194
  "yesterday": "Dün",
183
195
  "sunday": "Pazar",
@@ -524,8 +536,13 @@
524
536
  },
525
537
  "videoTile": {
526
538
  "participantStateRinging": "Aranıyor...",
539
+ "participantReconnecting": "Yeniden bağlanıyor...",
527
540
  "participantStateHold": "Beklemede",
528
- "moreOptionsButtonAriaLabel": "Diğer Seçenekler"
541
+ "moreOptionsButtonAriaLabel": "Diğer Seçenekler {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
542
+ "moreOptionsParticipantMutedStateMutedAriaLabel": "sesi kapalı",
543
+ "moreOptionsParticipantMutedStateUnmutedAriaLabel": "sesi açık",
544
+ "moreOptionsParticipantHandRaisedAriaLabel": "El kaldırdı",
545
+ "moreOptionsParticipantIsSpeakingAriaLabel": "Konuşuyor"
529
546
  },
530
547
  "CameraAndMicrophoneSitePermissionsRequest": {
531
548
  "primaryText": "{appName} uygulamasının kameranızı ve mikrofonunuzu kullanmasına izin verin",
@@ -643,8 +660,8 @@
643
660
  "step4DigitText": "4"
644
661
  },
645
662
  "verticalGallery": {
646
- "leftNavButtonAriaLabel": "önceki sayfa",
647
- "rightNavButtonAriaLabel": "sonraki sayfa"
663
+ "leftNavButtonAriaLabel": "önceki sayfa {current}/{total}",
664
+ "rightNavButtonAriaLabel": "sonraki sayfa {current}/{total}"
648
665
  },
649
666
  "meetingConferencePhoneInfo": {
650
667
  "meetingConferencePhoneInfoModalTitle": "Telefonunuzdan aramaya katılın",
@@ -666,5 +683,10 @@
666
683
  "incomingCallNotificationRejectButtonLabel": "Reddet",
667
684
  "incomingCallNotificationAccceptWithVideoButtonLabel": "Görüntülü Kabul Et",
668
685
  "incomingCallNotificationDismissButtonAriaLabel": "Kapat"
686
+ },
687
+ "rttDisclosureBanner": {
688
+ "bannerTitle": "RTT",
689
+ "bannerContent": "RTT (gerçek zamanlı metin) toplantı süresi boyunca tüm katılımcılar için etkindir.",
690
+ "bannerLinkLabel": "Daha fazla bilgi edinin"
669
691
  }
670
692
  }
@@ -58,6 +58,7 @@
58
58
  "richTextDeleteColumnMenu": "删除列",
59
59
  "richTextDeleteRowMenu": "删除行",
60
60
  "richTextDeleteTableMenu": "删除表格",
61
+ "richTextToolbarAriaLabel": "消息格式设置工具栏",
61
62
  "richTextToolbarMoreButtonAriaLabel": "更多选项",
62
63
  "attachmentMoreMenu": "更多选项",
63
64
  "richTextNewBulletedListItemAnnouncement": "项目符号,新行",
@@ -65,6 +66,14 @@
65
66
  "richTextBulletedListAppliedAnnouncement": "已应用项目符号列表",
66
67
  "richTextNumberedListAppliedAnnouncement": "已应用编号列表"
67
68
  },
69
+ "rttModal": {
70
+ "rttModalAriaLabel": "打开 RTT 模式",
71
+ "rttModalTitle": "是否启用 RTT?",
72
+ "rttModalText": "将为会议中的每个人启用实时文本 (RTT)。",
73
+ "rttConfirmButtonLabel": "启用",
74
+ "rttCancelButtonLabel": "取消",
75
+ "rttCloseModalButtonAriaLabel": "关闭 RTT 模式"
76
+ },
68
77
  "mentionPopover": {
69
78
  "mentionPopoverHeader": "建议"
70
79
  },
@@ -178,6 +187,9 @@
178
187
  "applauseReactionTooltipContent": "鼓掌",
179
188
  "surprisedReactionTooltipContent": "惊讶"
180
189
  },
190
+ "rtt": {
191
+ "isTypingText": "RTT 键入"
192
+ },
181
193
  "messageThread": {
182
194
  "yesterday": "昨天",
183
195
  "sunday": "星期日",
@@ -524,8 +536,13 @@
524
536
  },
525
537
  "videoTile": {
526
538
  "participantStateRinging": "正在呼叫...",
539
+ "participantReconnecting": "正在重新连接...",
527
540
  "participantStateHold": "保留",
528
- "moreOptionsButtonAriaLabel": "更多选项"
541
+ "moreOptionsButtonAriaLabel": "更多选项 {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
542
+ "moreOptionsParticipantMutedStateMutedAriaLabel": "已静音",
543
+ "moreOptionsParticipantMutedStateUnmutedAriaLabel": "已取消静音",
544
+ "moreOptionsParticipantHandRaisedAriaLabel": "已举手",
545
+ "moreOptionsParticipantIsSpeakingAriaLabel": "讲话"
529
546
  },
530
547
  "CameraAndMicrophoneSitePermissionsRequest": {
531
548
  "primaryText": "允许{appName}使用你的相机和麦克风",
@@ -643,8 +660,8 @@
643
660
  "step4DigitText": "4"
644
661
  },
645
662
  "verticalGallery": {
646
- "leftNavButtonAriaLabel": "上一页",
647
- "rightNavButtonAriaLabel": "下一页"
663
+ "leftNavButtonAriaLabel": "上一页 {current} (共 {total} 页)",
664
+ "rightNavButtonAriaLabel": "下一页 {current} (共 {total} 页)"
648
665
  },
649
666
  "meetingConferencePhoneInfo": {
650
667
  "meetingConferencePhoneInfoModalTitle": "从手机加入呼叫",
@@ -666,5 +683,10 @@
666
683
  "incomingCallNotificationRejectButtonLabel": "拒绝",
667
684
  "incomingCallNotificationAccceptWithVideoButtonLabel": "使用视频接受",
668
685
  "incomingCallNotificationDismissButtonAriaLabel": "关闭"
686
+ },
687
+ "rttDisclosureBanner": {
688
+ "bannerTitle": "RTT",
689
+ "bannerContent": "RTT (在会议的整个持续时间内为所有参与者启用实时文本)。",
690
+ "bannerLinkLabel": "了解详细信息"
669
691
  }
670
692
  }
@@ -58,6 +58,7 @@
58
58
  "richTextDeleteColumnMenu": "刪除欄",
59
59
  "richTextDeleteRowMenu": "刪除列",
60
60
  "richTextDeleteTableMenu": "刪除表格",
61
+ "richTextToolbarAriaLabel": "訊息格式設定工具列",
61
62
  "richTextToolbarMoreButtonAriaLabel": "其他選項",
62
63
  "attachmentMoreMenu": "其他選項",
63
64
  "richTextNewBulletedListItemAnnouncement": "項目符號,新行",
@@ -65,6 +66,14 @@
65
66
  "richTextBulletedListAppliedAnnouncement": "已套用項目符號清單",
66
67
  "richTextNumberedListAppliedAnnouncement": "已套用編號清單"
67
68
  },
69
+ "rttModal": {
70
+ "rttModalAriaLabel": "開啟 RTT 強制回應",
71
+ "rttModalTitle": "開啟 RTT?",
72
+ "rttModalText": "將為會議中的每個人開啟即時文字 (RTT)。",
73
+ "rttConfirmButtonLabel": "開啟",
74
+ "rttCancelButtonLabel": "取消",
75
+ "rttCloseModalButtonAriaLabel": "關閉 RTT 強制回應"
76
+ },
68
77
  "mentionPopover": {
69
78
  "mentionPopoverHeader": "建議"
70
79
  },
@@ -178,6 +187,9 @@
178
187
  "applauseReactionTooltipContent": "鼓掌",
179
188
  "surprisedReactionTooltipContent": "驚訝"
180
189
  },
190
+ "rtt": {
191
+ "isTypingText": "RTT 輸入"
192
+ },
181
193
  "messageThread": {
182
194
  "yesterday": "昨天",
183
195
  "sunday": "星期日",
@@ -524,8 +536,13 @@
524
536
  },
525
537
  "videoTile": {
526
538
  "participantStateRinging": "撥號中...",
539
+ "participantReconnecting": "正在重新連線...",
527
540
  "participantStateHold": "電話保留",
528
- "moreOptionsButtonAriaLabel": "其他選項"
541
+ "moreOptionsButtonAriaLabel": "其他選項 {displayName} {isMuted} {isHandRaised} {state} {isSpeaking}",
542
+ "moreOptionsParticipantMutedStateMutedAriaLabel": "已靜音",
543
+ "moreOptionsParticipantMutedStateUnmutedAriaLabel": "已取消靜音",
544
+ "moreOptionsParticipantHandRaisedAriaLabel": "已舉手",
545
+ "moreOptionsParticipantIsSpeakingAriaLabel": "說話"
529
546
  },
530
547
  "CameraAndMicrophoneSitePermissionsRequest": {
531
548
  "primaryText": "允許 {appName} 使用您的相機和麥克風",
@@ -643,8 +660,8 @@
643
660
  "step4DigitText": "4"
644
661
  },
645
662
  "verticalGallery": {
646
- "leftNavButtonAriaLabel": "上一頁",
647
- "rightNavButtonAriaLabel": "下一頁"
663
+ "leftNavButtonAriaLabel": "上一頁 (第 {current} 頁,共 {total} 頁)",
664
+ "rightNavButtonAriaLabel": "下一頁 (第 {current} 頁,共 {total} 頁)"
648
665
  },
649
666
  "meetingConferencePhoneInfo": {
650
667
  "meetingConferencePhoneInfoModalTitle": "從您的電話加入通話",
@@ -666,5 +683,10 @@
666
683
  "incomingCallNotificationRejectButtonLabel": "拒絕",
667
684
  "incomingCallNotificationAccceptWithVideoButtonLabel": "接受並開啟視訊",
668
685
  "incomingCallNotificationDismissButtonAriaLabel": "關閉"
686
+ },
687
+ "rttDisclosureBanner": {
688
+ "bannerTitle": "即時輸入",
689
+ "bannerContent": "已為整個會議期間的所有參與者啟用 RTT (即時文字)。",
690
+ "bannerLinkLabel": "深入了解"
669
691
  }
670
692
  }
@@ -0,0 +1,62 @@
1
+ import { CreateVideoStreamViewResult, ViewScalingMode } from './VideoGalleryParticipant';
2
+ /**
3
+ * Interface representing the result of a Together Mode stream view.
4
+ * @beta
5
+ */
6
+ export interface TogetherModeStreamViewResult {
7
+ mainVideoView?: CreateVideoStreamViewResult;
8
+ }
9
+ /**
10
+ * Represents a video stream in Together Mode.
11
+ * @beta
12
+ */
13
+ export interface TogetherModeStream {
14
+ /**
15
+ * Flag indicating whether the video stream is available for rendering
16
+ */
17
+ isAvailable?: boolean;
18
+ /**
19
+ * Flag indicating whether the together mode stream is packets are being received.
20
+ */
21
+ isReceiving?: boolean;
22
+ /**
23
+ * The HTML element used to render the video stream.
24
+ *
25
+ */
26
+ renderElement?: HTMLElement;
27
+ /**
28
+ * Scaling mode of the video stream
29
+ */
30
+ scalingMode?: ViewScalingMode;
31
+ /**
32
+ * The size of the video stream.
33
+ *
34
+ */
35
+ streamSize?: {
36
+ width: number;
37
+ height: number;
38
+ };
39
+ }
40
+ /**
41
+ * Interface representing the streams in Together Mode.
42
+ * @beta
43
+ */
44
+ export interface VideoGalleryTogetherModeStreams {
45
+ mainVideoStream?: TogetherModeStream;
46
+ }
47
+ /**
48
+ * Interface representing the seating information in Together Mode.
49
+ * @beta
50
+ */
51
+ export interface VideoGalleryTogetherModeSeatingInfo {
52
+ top: number;
53
+ left: number;
54
+ width: number;
55
+ height: number;
56
+ }
57
+ /**
58
+ * Interface representing the position of a participant in Together Mode.
59
+ * @beta
60
+ */
61
+ export type VideoGalleryTogetherModeParticipantPosition = Record<string, VideoGalleryTogetherModeSeatingInfo>;
62
+ //# sourceMappingURL=TogetherModeTypes.d.ts.map
@@ -0,0 +1,4 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ export {};
4
+ //# sourceMappingURL=TogetherModeTypes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TogetherModeTypes.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/TogetherModeTypes.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(together-mode) */\nimport { CreateVideoStreamViewResult, ViewScalingMode } from './VideoGalleryParticipant';\n\n/* @conditional-compile-remove(together-mode) */\n/**\n * Interface representing the result of a Together Mode stream view.\n * @beta\n */\nexport interface TogetherModeStreamViewResult {\n mainVideoView?: CreateVideoStreamViewResult;\n}\n\n/* @conditional-compile-remove(together-mode) */\n/**\n * Represents a video stream in Together Mode.\n * @beta\n */\nexport interface TogetherModeStream {\n /**\n * Flag indicating whether the video stream is available for rendering\n */\n isAvailable?: boolean;\n /**\n * Flag indicating whether the together mode stream is packets are being received.\n */\n isReceiving?: boolean;\n /**\n * The HTML element used to render the video stream.\n *\n */\n renderElement?: HTMLElement;\n /**\n * Scaling mode of the video stream\n */\n scalingMode?: ViewScalingMode;\n /**\n * The size of the video stream.\n *\n */\n streamSize?: { width: number; height: number };\n}\n\n/* @conditional-compile-remove(together-mode) */\n/**\n * Interface representing the streams in Together Mode.\n * @beta\n */\nexport interface VideoGalleryTogetherModeStreams {\n mainVideoStream?: TogetherModeStream;\n}\n\n/* @conditional-compile-remove(together-mode) */\n/**\n * Interface representing the seating information in Together Mode.\n * @beta\n */\nexport interface VideoGalleryTogetherModeSeatingInfo {\n /* The top left offset from the top of the together mode view.*/\n top: number;\n /* The left offset position from the left of the together mode view. */\n left: number;\n /* The width of the seating area */\n width: number;\n /* The height of the seating area. */\n height: number;\n}\n\n/* @conditional-compile-remove(together-mode) */\n/**\n * Interface representing the position of a participant in Together Mode.\n * @beta\n */\nexport type VideoGalleryTogetherModeParticipantPosition = Record<string, VideoGalleryTogetherModeSeatingInfo>;\n"]}
@@ -12,4 +12,5 @@ export * from './SurveyIssuesHeadingStrings';
12
12
  export * from './CallSurveyImprovementSuggestions';
13
13
  export * from './ReactionTypes';
14
14
  export * from './Attachment';
15
+ export * from './TogetherModeTypes';
15
16
  //# sourceMappingURL=index.d.ts.map
@@ -14,4 +14,6 @@ export * from './SurveyIssuesHeadingStrings';
14
14
  export * from './CallSurveyImprovementSuggestions';
15
15
  export * from './ReactionTypes';
16
16
  export * from './Attachment';
17
+ /* @conditional-compile-remove(together-mode) */
18
+ export * from './TogetherModeTypes';
17
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,YAAY,CAAC;AAC3B,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport * from './ChatMessage';\nexport * from './ComponentSlotStyle';\nexport * from './CustomStylesProps';\nexport * from './VideoGalleryParticipant';\nexport * from './CommunicationParticipant';\nexport * from './ParticipantListParticipant';\nexport * from './OnRender';\nexport * from './ReadReceiptsBySenderId';\nexport * from './CaptionsAvailableLanguageStrings';\nexport * from './SurveyIssues';\nexport * from './SurveyIssuesHeadingStrings';\nexport * from './CallSurveyImprovementSuggestions';\nexport * from './ReactionTypes';\nexport * from './Attachment';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,eAAe,CAAC;AAC9B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,YAAY,CAAC;AAC3B,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oCAAoC,CAAC;AACnD,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,gDAAgD;AAChD,cAAc,qBAAqB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport * from './ChatMessage';\nexport * from './ComponentSlotStyle';\nexport * from './CustomStylesProps';\nexport * from './VideoGalleryParticipant';\nexport * from './CommunicationParticipant';\nexport * from './ParticipantListParticipant';\nexport * from './OnRender';\nexport * from './ReadReceiptsBySenderId';\nexport * from './CaptionsAvailableLanguageStrings';\nexport * from './SurveyIssues';\nexport * from './SurveyIssuesHeadingStrings';\nexport * from './CallSurveyImprovementSuggestions';\nexport * from './ReactionTypes';\nexport * from './Attachment';\n/* @conditional-compile-remove(together-mode) */\nexport * from './TogetherModeTypes';\n"]}
@@ -24,6 +24,7 @@ import { OnFetchProfileCallback } from './OnFetchProfileCallback';
24
24
  import { DeepNoiseSuppressionEffectDependency, VideoBackgroundEffectsDependency } from "../../../../../calling-component-bindings/src";
25
25
  import { CallSurvey, CallSurveyResponse } from '@azure/communication-calling';
26
26
  import { CallingSounds } from './CallAdapter';
27
+ import { TogetherModeStreamViewResult } from "../../../../../react-components/src";
27
28
  type CallTypeOf<AgentType extends CallAgent | TeamsCallAgent> = AgentType extends CallAgent ? Call : TeamsCall;
28
29
  /**
29
30
  * @private
@@ -67,6 +68,10 @@ export declare class AzureCommunicationCallAdapter<AgentType extends CallAgent |
67
68
  disposeScreenShareStreamView(remoteUserId: string): Promise<void>;
68
69
  disposeRemoteVideoStreamView(remoteUserId: string): Promise<void>;
69
70
  disposeLocalVideoStreamView(): Promise<void>;
71
+ createTogetherModeStreamViews(options?: VideoStreamOptions): Promise<void | TogetherModeStreamViewResult>;
72
+ startTogetherMode(): Promise<void>;
73
+ setTogetherModeSceneSize(width: number, height: number): void;
74
+ disposeTogetherModeStreamViews(): Promise<void>;
70
75
  leaveCall(forEveryone?: boolean): Promise<void>;
71
76
  setCamera(device: VideoDeviceInfo, options?: VideoStreamOptions): Promise<void>;
72
77
  setMicrophone(device: AudioDeviceInfo): Promise<void>;
@@ -363,6 +363,14 @@ export class AzureCommunicationCallAdapter {
363
363
  this.removeParticipant.bind(this);
364
364
  this.createStreamView.bind(this);
365
365
  this.disposeStreamView.bind(this);
366
+ /* @conditional-compile-remove(together-mode) */
367
+ this.createTogetherModeStreamViews.bind(this);
368
+ /* @conditional-compile-remove(together-mode) */
369
+ this.startTogetherMode.bind(this);
370
+ /* @conditional-compile-remove(together-mode) */
371
+ this.setTogetherModeSceneSize.bind(this);
372
+ /* @conditional-compile-remove(together-mode) */
373
+ this.disposeTogetherModeStreamViews.bind(this);
366
374
  this.disposeScreenShareStreamView.bind(this);
367
375
  this.disposeRemoteVideoStreamView.bind(this);
368
376
  this.disposeLocalVideoStreamView.bind(this);
@@ -560,6 +568,28 @@ export class AzureCommunicationCallAdapter {
560
568
  yield this.handlers.onDisposeLocalStreamView();
561
569
  });
562
570
  }
571
+ /* @conditional-compile-remove(together-mode) */
572
+ createTogetherModeStreamViews(options) {
573
+ return __awaiter(this, void 0, void 0, function* () {
574
+ return yield this.handlers.onCreateTogetherModeStreamView(options);
575
+ });
576
+ }
577
+ /* @conditional-compile-remove(together-mode) */
578
+ startTogetherMode() {
579
+ return __awaiter(this, void 0, void 0, function* () {
580
+ return yield this.handlers.onStartTogetherMode();
581
+ });
582
+ }
583
+ /* @conditional-compile-remove(together-mode) */
584
+ setTogetherModeSceneSize(width, height) {
585
+ return this.handlers.onSetTogetherModeSceneSize(width, height);
586
+ }
587
+ /* @conditional-compile-remove(together-mode) */
588
+ disposeTogetherModeStreamViews() {
589
+ return __awaiter(this, void 0, void 0, function* () {
590
+ return yield this.handlers.onDisposeTogetherModeStreamViews();
591
+ });
592
+ }
563
593
  leaveCall(forEveryone) {
564
594
  return __awaiter(this, void 0, void 0, function* () {
565
595
  if (this.getState().page === 'transferring') {