@azure/communication-react 1.19.0-alpha-202407300014 → 1.19.0-alpha-202408010015
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.
- package/dist/communication-react.d.ts +77 -5
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CjGUWd0g.js → ChatMessageComponentAsRichTextEditBox-B0zbyF6Z.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-CjGUWd0g.js.map → ChatMessageComponentAsRichTextEditBox-B0zbyF6Z.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BRxGYpDK.js → RichTextSendBoxWrapper-BVOysnsq.js} +2 -2
- package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-BRxGYpDK.js.map → RichTextSendBoxWrapper-BVOysnsq.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-DPlK1Gtb.js → index-YIP5Cyt3.js} +768 -553
- package/dist/dist-cjs/communication-react/index-YIP5Cyt3.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +3 -1
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.d.ts +2 -2
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js +3 -10
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.d.ts +18 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js +43 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.d.ts +18 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js +43 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.d.ts +4 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js +2 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.d.ts +2 -2
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +3 -10
- package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.d.ts +7 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js +17 -0
- package/dist/dist-esm/acs-ui-javascript-loaders/src/utils.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.d.ts +19 -0
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +42 -0
- package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +15 -0
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +4 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +27 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +6 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +2 -2
- package/dist/dist-esm/communication-react/src/index.js +1 -1
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +13 -3
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +12 -2
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +14 -4
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +14 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +7 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +52 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +13 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +8 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +9 -5
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +5 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +5 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +7 -7
- package/dist/dist-cjs/communication-react/index-DPlK1Gtb.js.map +0 -1
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "메시지를 입력하세요",
|
25
25
|
"textTooLong": "메시지 길이가 최대 제한을 초과했습니다.",
|
26
26
|
"sendButtonAriaLabel": "메시지 보내기",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "파일을 업로드하는 중입니다. 잠시만 기다려 주세요.",
|
28
28
|
"removeAttachment": "파일 제거",
|
29
29
|
"uploading": "업로드 중",
|
30
30
|
"uploadCompleted": "업로드 완료",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "메시지 입력",
|
35
35
|
"textTooLong": "메시지 길이가 최대 제한을 초과했습니다.",
|
36
36
|
"sendButtonAriaLabel": "메시지 보내기",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "파일을 업로드하는 중입니다. 잠시만 기다려 주세요.",
|
38
|
+
"imageUploadsPendingError": "이미지를 업로드하는 중입니다. 잠시만 기다려 주세요.",
|
38
39
|
"removeAttachment": "파일 제거",
|
39
40
|
"uploading": "업로드 중",
|
40
41
|
"uploadCompleted": "업로드 완료",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "행 삭제",
|
59
60
|
"richTextDeleteTableMenu": "표 삭제",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "옵션 더 보기",
|
61
|
-
"attachmentMoreMenu": "옵션 더 보기"
|
62
|
+
"attachmentMoreMenu": "옵션 더 보기",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "글머리 기호, 새 줄",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, 새 줄",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "글머리 기호 목록 적용됨",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "번호 매기기 목록 적용됨"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "제안"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "행 삭제",
|
222
227
|
"richTextDeleteTableMenu": "표 삭제",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "옵션 더 보기",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "파일을 업로드하는 중입니다. 잠시만 기다려 주세요.",
|
230
|
+
"imageUploadsPendingError": "이미지를 업로드하는 중입니다. 잠시만 기다려 주세요.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "글머리 기호, 새 줄",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, 새 줄",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "글머리 기호 목록 적용됨",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "번호 매기기 목록 적용됨"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "오프라인 상태입니다.",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Skriv en melding",
|
25
25
|
"textTooLong": "Meldingslengden er over maksimumsgrensen.",
|
26
26
|
"sendButtonAriaLabel": "Send melding",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "Filen lastes opp. Vent litt.",
|
28
28
|
"removeAttachment": "Fjern fil",
|
29
29
|
"uploading": "Laster opp",
|
30
30
|
"uploadCompleted": "Opplasting fullført",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Skriv en melding",
|
35
35
|
"textTooLong": "Meldingslengden er over maksimumsgrensen.",
|
36
36
|
"sendButtonAriaLabel": "Send melding",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "Filen lastes opp. Vent litt.",
|
38
|
+
"imageUploadsPendingError": "Bildet lastes opp. Vent litt.",
|
38
39
|
"removeAttachment": "Fjern fil",
|
39
40
|
"uploading": "Laster opp",
|
40
41
|
"uploadCompleted": "Opplasting fullført",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Slett rad",
|
59
60
|
"richTextDeleteTableMenu": "Slett tabell",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Flere alternativer",
|
61
|
-
"attachmentMoreMenu": "Flere alternativer"
|
62
|
+
"attachmentMoreMenu": "Flere alternativer",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Punkt, ny linje",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, ny linje",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Punktliste er brukt",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Nummerert liste brukes"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Forslag"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Slett rad",
|
222
227
|
"richTextDeleteTableMenu": "Slett tabell",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Flere alternativer",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "Filen lastes opp. Vent litt.",
|
230
|
+
"imageUploadsPendingError": "Bildet lastes opp. Vent litt.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Punkt, ny linje",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, ny linje",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Punktliste er brukt",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Nummerert liste brukes"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Du er frakoblet",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Een bericht invoeren",
|
25
25
|
"textTooLong": "De lengte van uw bericht overschrijdt de maximumlimiet.",
|
26
26
|
"sendButtonAriaLabel": "Bericht verzenden",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "Bestand wordt geüpload, even geduld.",
|
28
28
|
"removeAttachment": "Bestand verwijderen",
|
29
29
|
"uploading": "Uploaden",
|
30
30
|
"uploadCompleted": "Upload voltooid",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Een bericht invoeren",
|
35
35
|
"textTooLong": "De lengte van uw bericht overschrijdt de maximumlimiet.",
|
36
36
|
"sendButtonAriaLabel": "Bericht verzenden",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "Bestand wordt geüpload, even geduld.",
|
38
|
+
"imageUploadsPendingError": "Afbeelding wordt geüpload, even geduld.",
|
38
39
|
"removeAttachment": "Bestand verwijderen",
|
39
40
|
"uploading": "Uploaden",
|
40
41
|
"uploadCompleted": "Upload voltooid",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Rij verwijderen",
|
59
60
|
"richTextDeleteTableMenu": "Tabel verwijderen",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Meer opties",
|
61
|
-
"attachmentMoreMenu": "Meer opties"
|
62
|
+
"attachmentMoreMenu": "Meer opties",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Opsommingsteken, nieuwe regel",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nieuwe regel",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Lijst met opsommingstekens toegepast",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Genummerde lijst is toegepast"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Suggesties"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Rij verwijderen",
|
222
227
|
"richTextDeleteTableMenu": "Tabel verwijderen",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Meer opties",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "Bestand wordt geüpload, even geduld.",
|
230
|
+
"imageUploadsPendingError": "Afbeelding wordt geüpload, even geduld.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Opsommingsteken, nieuwe regel",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nieuwe regel",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Lijst met opsommingstekens toegepast",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Genummerde lijst is toegepast"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "U bent offline",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Wprowadź wiadomość",
|
25
25
|
"textTooLong": "Długość wiadomości przekracza maksymalny limit.",
|
26
26
|
"sendButtonAriaLabel": "Wyślij wiadomość",
|
27
|
-
"attachmentUploadsPendingError": "Trwa przekazywanie
|
27
|
+
"attachmentUploadsPendingError": "Trwa przekazywanie pliku. Czekaj.",
|
28
28
|
"removeAttachment": "Usuń plik",
|
29
29
|
"uploading": "Przekazywanie",
|
30
30
|
"uploadCompleted": "Zakończono przekazywanie",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Wprowadź wiadomość",
|
35
35
|
"textTooLong": "Długość wiadomości przekracza maksymalny limit.",
|
36
36
|
"sendButtonAriaLabel": "Wyślij wiadomość",
|
37
|
-
"attachmentUploadsPendingError": "Trwa przekazywanie
|
37
|
+
"attachmentUploadsPendingError": "Trwa przekazywanie pliku. Czekaj.",
|
38
|
+
"imageUploadsPendingError": "Trwa przekazywanie obrazu. Czekaj.",
|
38
39
|
"removeAttachment": "Usuwanie pliku",
|
39
40
|
"uploading": "Przekazywanie",
|
40
41
|
"uploadCompleted": "Zakończono przekazywanie",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Usuń wiersz",
|
59
60
|
"richTextDeleteTableMenu": "Usuń tabelę",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Więcej opcji",
|
61
|
-
"attachmentMoreMenu": "Więcej opcji"
|
62
|
+
"attachmentMoreMenu": "Więcej opcji",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Punktor, nowy wiersz",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nowy wiersz",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Zastosowano listę punktowaną",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Zastosowano listę numerowaną"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Sugestie"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Usuń wiersz",
|
222
227
|
"richTextDeleteTableMenu": "Usuń tabelę",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Więcej opcji",
|
224
|
-
"attachmentUploadsPendingError": "Trwa przekazywanie
|
229
|
+
"attachmentUploadsPendingError": "Trwa przekazywanie pliku. Czekaj.",
|
230
|
+
"imageUploadsPendingError": "Trwa przekazywanie obrazu. Czekaj.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Punktor, nowy wiersz",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, nowy wiersz",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Zastosowano listę punktowaną",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Zastosowano listę numerowaną"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Jesteś w trybie offline",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Inserir uma mensagem",
|
25
25
|
"textTooLong": "O comprimento da mensagem está acima do limite máximo.",
|
26
26
|
"sendButtonAriaLabel": "Enviar mensagem",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "O arquivo está sendo carregado, aguarde.",
|
28
28
|
"removeAttachment": "Remover arquivo",
|
29
29
|
"uploading": "Carregando",
|
30
30
|
"uploadCompleted": "Carregamento concluído",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Inserir uma mensagem",
|
35
35
|
"textTooLong": "O comprimento da mensagem está acima do limite máximo.",
|
36
36
|
"sendButtonAriaLabel": "Enviar mensagem",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "O arquivo está sendo carregado, aguarde.",
|
38
|
+
"imageUploadsPendingError": "A imagem está sendo carregada, aguarde.",
|
38
39
|
"removeAttachment": "Remover arquivo",
|
39
40
|
"uploading": "Carregando",
|
40
41
|
"uploadCompleted": "Carregamento concluído",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Excluir linha",
|
59
60
|
"richTextDeleteTableMenu": "Excluir tabela",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Mais opções",
|
61
|
-
"attachmentMoreMenu": "Mais Opções"
|
62
|
+
"attachmentMoreMenu": "Mais Opções",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Com marcadores, nova linha",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, Nova linha",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Lista com marcadores aplicada",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Lista numerada aplicada"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Sugestões"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Excluir linha",
|
222
227
|
"richTextDeleteTableMenu": "Excluir tabela",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Mais opções",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "O arquivo está sendo carregado, aguarde.",
|
230
|
+
"imageUploadsPendingError": "A imagem está sendo carregada, aguarde.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Com marcadores, nova linha",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, Nova linha",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Lista com marcadores aplicada",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Lista numerada aplicada"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Você está offline",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Введите сообщение",
|
25
25
|
"textTooLong": "Длина сообщения превышает максимально допустимую.",
|
26
26
|
"sendButtonAriaLabel": "Отправить сообщение",
|
27
|
-
"attachmentUploadsPendingError": "Выполняется
|
27
|
+
"attachmentUploadsPendingError": "Выполняется отправка файла. Подождите.",
|
28
28
|
"removeAttachment": "Удалить файл",
|
29
29
|
"uploading": "Отправка",
|
30
30
|
"uploadCompleted": "Отправка завершена",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Введите сообщение",
|
35
35
|
"textTooLong": "Длина сообщения превышает максимально допустимую.",
|
36
36
|
"sendButtonAriaLabel": "Отправить сообщение",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "Выполняется отправка файла. Подождите.",
|
38
|
+
"imageUploadsPendingError": "Выполняется отправка изображения. Подождите.",
|
38
39
|
"removeAttachment": "Удалить файл",
|
39
40
|
"uploading": "Отправка",
|
40
41
|
"uploadCompleted": "Отправка завершена",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Удалить строку",
|
59
60
|
"richTextDeleteTableMenu": "Удалить таблицу",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Дополнительные параметры",
|
61
|
-
"attachmentMoreMenu": "Дополнительные параметры"
|
62
|
+
"attachmentMoreMenu": "Дополнительные параметры",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Маркер, новая строка",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, новая строка",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Применен маркированный список",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Применен нумерованный список"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Рекомендации"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Удалить строку",
|
222
227
|
"richTextDeleteTableMenu": "Удалить таблицу",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Дополнительные параметры",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "Выполняется отправка файла. Подождите.",
|
230
|
+
"imageUploadsPendingError": "Выполняется отправка изображения. Подождите.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Маркер, новая строка",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, новая строка",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Применен маркированный список",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Применен нумерованный список"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Вы не в сети",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "Skriv ett meddelande",
|
25
25
|
"textTooLong": "Meddelandelängden överskrider maxgränsen.",
|
26
26
|
"sendButtonAriaLabel": "Skicka meddelande",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "Filen laddas upp. Vänta.",
|
28
28
|
"removeAttachment": "Ta bort fil",
|
29
29
|
"uploading": "Laddar upp",
|
30
30
|
"uploadCompleted": "Uppladdningen har slutförts",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "Skriv ett meddelande",
|
35
35
|
"textTooLong": "Meddelandelängden överskrider maxgränsen.",
|
36
36
|
"sendButtonAriaLabel": "Skicka meddelande",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "Filen laddas upp. Vänta.",
|
38
|
+
"imageUploadsPendingError": "Bilden laddas upp. Vänta.",
|
38
39
|
"removeAttachment": "Ta bort filen",
|
39
40
|
"uploading": "Laddar upp",
|
40
41
|
"uploadCompleted": "Uppladdningen har slutförts",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Ta bort rad",
|
59
60
|
"richTextDeleteTableMenu": "Ta bort tabell",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Fler alternativ",
|
61
|
-
"attachmentMoreMenu": "Fler alternativ"
|
62
|
+
"attachmentMoreMenu": "Fler alternativ",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Punkt, ny rad",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, ny rad",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Punktlista tillämpad",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Numrerad tillämpad"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Förslag"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Ta bort rad",
|
222
227
|
"richTextDeleteTableMenu": "Ta bort tabell",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Fler alternativ",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "Filen laddas upp. Vänta.",
|
230
|
+
"imageUploadsPendingError": "Bilden laddas upp. Vänta.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Punkt, ny rad",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, ny rad",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Punktlista tillämpad",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Numrerad tillämpad"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Du är offline",
|
@@ -35,6 +35,7 @@
|
|
35
35
|
"textTooLong": "İletinizin uzunluğu üst sınırı aşıyor.",
|
36
36
|
"sendButtonAriaLabel": "Mesaj gönder",
|
37
37
|
"attachmentUploadsPendingError": "Karşıya yükleniyor... Lütfen bekleyin.",
|
38
|
+
"imageUploadsPendingError": "Karşıya yükleniyor... Lütfen bekleyin.",
|
38
39
|
"removeAttachment": "Dosyayı kaldır",
|
39
40
|
"uploading": "Yükleniyor",
|
40
41
|
"uploadCompleted": "Karşıya yükleme tamamlandı",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "Satırı sil",
|
59
60
|
"richTextDeleteTableMenu": "Tabloyu sil",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "Diğer seçenekler",
|
61
|
-
"attachmentMoreMenu": "Diğer Seçenekler"
|
62
|
+
"attachmentMoreMenu": "Diğer Seçenekler",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "Madde işareti, yeni satır",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, yeni satır",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "Madde işaretli liste uygulandı",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "Numaralandırılmış liste uygulandı"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "Öneriler"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "Satırı sil",
|
222
227
|
"richTextDeleteTableMenu": "Tabloyu sil",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "Diğer seçenekler",
|
224
|
-
"attachmentUploadsPendingError": "Karşıya yükleniyor... Lütfen bekleyin."
|
229
|
+
"attachmentUploadsPendingError": "Karşıya yükleniyor... Lütfen bekleyin.",
|
230
|
+
"imageUploadsPendingError": "Karşıya yükleniyor... Lütfen bekleyin.",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "Madde işareti, yeni satır",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0}, yeni satır",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "Madde işaretli liste uygulandı",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "Numaralandırılmış liste uygulandı"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "Çevrimdışısınız",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "输入消息",
|
25
25
|
"textTooLong": "你的消息长度超过了最大限制。",
|
26
26
|
"sendButtonAriaLabel": "发送消息",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "正在上传文件,请稍候。",
|
28
28
|
"removeAttachment": "删除文件",
|
29
29
|
"uploading": "正在上传",
|
30
30
|
"uploadCompleted": "已完成上传",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "输入消息",
|
35
35
|
"textTooLong": "你的消息长度超过了最大限制。",
|
36
36
|
"sendButtonAriaLabel": "发送信息",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "正在上传文件,请稍候。",
|
38
|
+
"imageUploadsPendingError": "正在上传图像,请稍候。",
|
38
39
|
"removeAttachment": "删除文件",
|
39
40
|
"uploading": "正在上传",
|
40
41
|
"uploadCompleted": "已完成上传",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "删除行",
|
59
60
|
"richTextDeleteTableMenu": "删除表格",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "更多选项",
|
61
|
-
"attachmentMoreMenu": "更多选项"
|
62
|
+
"attachmentMoreMenu": "更多选项",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "项目符号,新行",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0},新行",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "已应用项目符号列表",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "已应用编号列表"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "建议"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "删除行",
|
222
227
|
"richTextDeleteTableMenu": "删除表格",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "更多选项",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "正在上传文件,请稍候。",
|
230
|
+
"imageUploadsPendingError": "正在上传图像,请稍候。",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "项目符号,新行",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0},新行",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "已应用项目符号列表",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "已应用编号列表"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "你已脱机",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"placeholderText": "輸入訊息",
|
25
25
|
"textTooLong": "您的訊息長度超過上限。",
|
26
26
|
"sendButtonAriaLabel": "傳送訊息",
|
27
|
-
"attachmentUploadsPendingError": "
|
27
|
+
"attachmentUploadsPendingError": "正在上傳檔案,請稍候。",
|
28
28
|
"removeAttachment": "移除檔案",
|
29
29
|
"uploading": "正在上傳",
|
30
30
|
"uploadCompleted": "上傳完成",
|
@@ -34,7 +34,8 @@
|
|
34
34
|
"placeholderText": "輸入訊息",
|
35
35
|
"textTooLong": "您的訊息長度超過上限。",
|
36
36
|
"sendButtonAriaLabel": "傳送訊息",
|
37
|
-
"attachmentUploadsPendingError": "
|
37
|
+
"attachmentUploadsPendingError": "正在上傳檔案,請稍候。",
|
38
|
+
"imageUploadsPendingError": "正在上傳影像,請稍候。",
|
38
39
|
"removeAttachment": "移除檔案",
|
39
40
|
"uploading": "正在上傳",
|
40
41
|
"uploadCompleted": "上傳完成",
|
@@ -58,7 +59,11 @@
|
|
58
59
|
"richTextDeleteRowMenu": "刪除列",
|
59
60
|
"richTextDeleteTableMenu": "刪除表格",
|
60
61
|
"richTextToolbarMoreButtonAriaLabel": "其他選項",
|
61
|
-
"attachmentMoreMenu": "其他選項"
|
62
|
+
"attachmentMoreMenu": "其他選項",
|
63
|
+
"richTextNewBulletedListItemAnnouncement": "項目符號,新行",
|
64
|
+
"richTextNewNumberedListItemAnnouncement": "{0},新行",
|
65
|
+
"richTextBulletedListAppliedAnnouncement": "已套用項目符號清單",
|
66
|
+
"richTextNumberedListAppliedAnnouncement": "已套用編號清單"
|
62
67
|
},
|
63
68
|
"mentionPopover": {
|
64
69
|
"mentionPopoverHeader": "建議"
|
@@ -221,7 +226,12 @@
|
|
221
226
|
"richTextDeleteRowMenu": "刪除列",
|
222
227
|
"richTextDeleteTableMenu": "刪除表格",
|
223
228
|
"richTextToolbarMoreButtonAriaLabel": "其他選項",
|
224
|
-
"attachmentUploadsPendingError": "
|
229
|
+
"attachmentUploadsPendingError": "正在上傳檔案,請稍候。",
|
230
|
+
"imageUploadsPendingError": "正在上傳影像,請稍候。",
|
231
|
+
"richTextNewBulletedListItemAnnouncement": "項目符號,新行",
|
232
|
+
"richTextNewNumberedListItemAnnouncement": "{0},新行",
|
233
|
+
"richTextBulletedListAppliedAnnouncement": "已套用項目符號清單",
|
234
|
+
"richTextNumberedListAppliedAnnouncement": "已套用編號清單"
|
225
235
|
},
|
226
236
|
"errorBar": {
|
227
237
|
"unableToReachChatService": "您處於離線狀態",
|
@@ -7,6 +7,7 @@ import { StartCaptionsOptions } from '@azure/communication-calling';
|
|
7
7
|
import { TeamsCallAgent } from '@azure/communication-calling';
|
8
8
|
import { AddPhoneNumberOptions } from '@azure/communication-calling';
|
9
9
|
import { DtmfTone } from '@azure/communication-calling';
|
10
|
+
import type { BreakoutRoomsUpdatedListener } from '@azure/communication-calling';
|
10
11
|
import { CommonCallAdapter, CallEndedListener, CallIdChangedListener, CallAdapterState, DisplayNameChangedListener, IsMutedChangedListener, IsLocalScreenSharingActiveChangedListener, IsSpeakingChangedListener, ParticipantsJoinedListener, ParticipantsLeftListener, DiagnosticChangedEventListner, CallAdapter, JoinCallOptions, StartCallIdentifier } from './CallAdapter';
|
11
12
|
import { ReactionResources } from "../../../../../react-components/src";
|
12
13
|
import { TransferAcceptedListener } from './CallAdapter';
|
@@ -102,6 +103,7 @@ export declare class AzureCommunicationCallAdapter<AgentType extends CallAgent |
|
|
102
103
|
startSpotlight(userIds?: string[]): Promise<void>;
|
103
104
|
stopSpotlight(userIds?: string[]): Promise<void>;
|
104
105
|
stopAllSpotlight(): Promise<void>;
|
106
|
+
returnFromBreakoutRoom(): Promise<void>;
|
105
107
|
getState(): CallAdapterState;
|
106
108
|
onStateChange(handler: (state: CallAdapterState) => void): void;
|
107
109
|
offStateChange(handler: (state: CallAdapterState) => void): void;
|
@@ -126,6 +128,7 @@ export declare class AzureCommunicationCallAdapter<AgentType extends CallAgent |
|
|
126
128
|
on(event: 'roleChanged', listener: PropertyChangedEvent): void;
|
127
129
|
on(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
128
130
|
on(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
131
|
+
on(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
129
132
|
private subscribeToCaptionEvents;
|
130
133
|
private unsubscribeFromCaptionEvents;
|
131
134
|
private subscribeCallEvents;
|
@@ -143,6 +146,9 @@ export declare class AzureCommunicationCallAdapter<AgentType extends CallAgent |
|
|
143
146
|
private capabilitiesChanged;
|
144
147
|
private roleChanged;
|
145
148
|
private spotlightChanged;
|
149
|
+
private breakoutRoomsUpdated;
|
150
|
+
private assignedBreakoutRoomUpdated;
|
151
|
+
private breakoutRoomJoined;
|
146
152
|
private callIdChanged;
|
147
153
|
private resetDiagnosticsForwarder;
|
148
154
|
off(event: 'participantsJoined', listener: ParticipantsJoinedListener): void;
|
@@ -166,6 +172,7 @@ export declare class AzureCommunicationCallAdapter<AgentType extends CallAgent |
|
|
166
172
|
off(event: 'roleChanged', listener: PropertyChangedEvent): void;
|
167
173
|
off(event: 'spotlightChanged', listener: SpotlightChangedListener): void;
|
168
174
|
off(event: 'mutedByOthers', listener: PropertyChangedEvent): void;
|
175
|
+
off(event: 'breakoutRoomsUpdated', listener: BreakoutRoomsUpdatedListener): void;
|
169
176
|
private asyncTeeErrorToEventEmitter;
|
170
177
|
private teeErrorToEventEmitter;
|
171
178
|
}
|
@@ -836,6 +836,29 @@ export class AzureCommunicationCallAdapter {
|
|
836
836
|
this.handlers.onStopAllSpotlight();
|
837
837
|
});
|
838
838
|
}
|
839
|
+
/* @conditional-compile-remove(breakout-rooms) */
|
840
|
+
returnFromBreakoutRoom() {
|
841
|
+
return __awaiter(this, void 0, void 0, function* () {
|
842
|
+
var _a;
|
843
|
+
if (this.call === undefined) {
|
844
|
+
return;
|
845
|
+
}
|
846
|
+
// Find call state of current call from stateful layer
|
847
|
+
const callState = this.call
|
848
|
+
? Object.values(this.callClient.getState().calls).find((call) => { var _a; return call.id === ((_a = this.call) === null || _a === void 0 ? void 0 : _a.id); })
|
849
|
+
: undefined;
|
850
|
+
// Find main meeting call from call agent from the this call state
|
851
|
+
const mainMeetingCall = (_a = this.callAgent) === null || _a === void 0 ? void 0 : _a.calls.find((callAgentCall) => {
|
852
|
+
var _a;
|
853
|
+
return callAgentCall.id === ((_a = callState === null || callState === void 0 ? void 0 : callState.breakoutRooms) === null || _a === void 0 ? void 0 : _a.breakoutRoomOriginCallId);
|
854
|
+
});
|
855
|
+
// If a main meeting call exists then process that call and resume
|
856
|
+
if (mainMeetingCall) {
|
857
|
+
this.processNewCall(mainMeetingCall);
|
858
|
+
yield this.resumeCall();
|
859
|
+
}
|
860
|
+
});
|
861
|
+
}
|
839
862
|
getState() {
|
840
863
|
return this.context.getState();
|
841
864
|
}
|
@@ -901,7 +924,7 @@ export class AzureCommunicationCallAdapter {
|
|
901
924
|
}
|
902
925
|
}
|
903
926
|
subscribeCallEvents() {
|
904
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j;
|
927
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
905
928
|
if (this.call) {
|
906
929
|
this.callingSoundSubscriber = new CallingSoundSubscriber(this.call, this.getState().targetCallees, this.getState().sounds);
|
907
930
|
}
|
@@ -914,6 +937,12 @@ export class AzureCommunicationCallAdapter {
|
|
914
937
|
(_g = this.call) === null || _g === void 0 ? void 0 : _g.feature(Features.Transfer).on('transferAccepted', this.transferAccepted.bind(this));
|
915
938
|
(_h = this.call) === null || _h === void 0 ? void 0 : _h.feature(Features.Capabilities).on('capabilitiesChanged', this.capabilitiesChanged.bind(this));
|
916
939
|
(_j = this.call) === null || _j === void 0 ? void 0 : _j.feature(Features.Spotlight).on('spotlightChanged', this.spotlightChanged.bind(this));
|
940
|
+
/* @conditional-compile-remove(breakout-rooms) */
|
941
|
+
const breakoutRoomsFeature = (_k = this.call) === null || _k === void 0 ? void 0 : _k.feature(Features.BreakoutRooms);
|
942
|
+
/* @conditional-compile-remove(breakout-rooms) */
|
943
|
+
if (breakoutRoomsFeature) {
|
944
|
+
breakoutRoomsFeature.on('breakoutRoomsUpdated', this.breakoutRoomsUpdated.bind(this));
|
945
|
+
}
|
917
946
|
}
|
918
947
|
unsubscribeCallEvents() {
|
919
948
|
var _a, _b, _c, _d, _e, _f, _g;
|
@@ -1024,6 +1053,28 @@ export class AzureCommunicationCallAdapter {
|
|
1024
1053
|
spotlightChanged(args) {
|
1025
1054
|
this.emitter.emit('spotlightChanged', args);
|
1026
1055
|
}
|
1056
|
+
/* @conditional-compile-remove(breakout-rooms) */
|
1057
|
+
breakoutRoomsUpdated(eventData) {
|
1058
|
+
if (eventData.data) {
|
1059
|
+
if (eventData.type === 'assignedBreakoutRooms') {
|
1060
|
+
this.assignedBreakoutRoomUpdated(eventData.data);
|
1061
|
+
}
|
1062
|
+
else if (eventData.type === 'join') {
|
1063
|
+
this.breakoutRoomJoined(eventData.data);
|
1064
|
+
}
|
1065
|
+
}
|
1066
|
+
this.emitter.emit('breakoutRoomsUpdated', eventData);
|
1067
|
+
}
|
1068
|
+
/* @conditional-compile-remove(breakout-rooms) */
|
1069
|
+
assignedBreakoutRoomUpdated(breakoutRoom) {
|
1070
|
+
if (breakoutRoom.state === 'closed') {
|
1071
|
+
this.returnFromBreakoutRoom();
|
1072
|
+
}
|
1073
|
+
}
|
1074
|
+
/* @conditional-compile-remove(breakout-rooms) */
|
1075
|
+
breakoutRoomJoined(call) {
|
1076
|
+
this.processNewCall(call);
|
1077
|
+
}
|
1027
1078
|
callIdChanged() {
|
1028
1079
|
var _a;
|
1029
1080
|
((_a = this.call) === null || _a === void 0 ? void 0 : _a.id) && this.emitter.emit('callIdChanged', { callId: this.call.id });
|