@azure/communication-react 1.7.0-alpha-202308100014 → 1.7.0-alpha-202308120012
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 +13 -3
- package/dist/dist-cjs/communication-react/index.js +205 -91
- 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/calling-stateful-client/src/CallSubscriber.js +8 -0
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ImageGallery.js +24 -11
- package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/SendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +10 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js +3 -2
- package/dist/dist-esm/react-components/src/components/VideoGallery/styles/FloatingLocalVideo.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.d.ts +5 -1
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +26 -8
- package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +11 -1
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +6 -5
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +1 -3
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +9 -8
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +9 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +8 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +16 -8
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +17 -11
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +9 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js +5 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/styles/Buttons.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +43 -0
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +1 -4
- package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -0
- package/dist/dist-esm/react-composites/src/composites/common/icons.js +5 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +6 -4
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +3 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +4 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +4 -2
- package/package.json +8 -8
@@ -7,9 +7,10 @@
|
|
7
7
|
"mutedIconLabel": "Disattivato",
|
8
8
|
"displayNamePlaceholder": "Partecipante senza nome",
|
9
9
|
"participantStateRinging": "Chiamata in corso...",
|
10
|
-
"participantStateHold": "Per l'attesa"
|
11
|
-
|
12
|
-
|
10
|
+
"participantStateHold": "Per l'attesa"
|
11
|
+
},
|
12
|
+
"ParticipantList": {
|
13
|
+
"overflowParticipantCount": "+{overflowCount} altro"
|
13
14
|
},
|
14
15
|
"typingIndicator": {
|
15
16
|
"singleUser": "{user} sta scrivendo ...",
|
@@ -112,11 +113,11 @@
|
|
112
113
|
"tooltipOffContent": "Presenta lo schermo"
|
113
114
|
},
|
114
115
|
"raiseHandButton": {
|
115
|
-
"offLabel": "
|
116
|
-
"onLabel": "
|
117
|
-
"tooltipDisabledContent": "
|
118
|
-
"tooltipOnContent": "
|
119
|
-
"tooltipOffContent": "
|
116
|
+
"offLabel": "Alza",
|
117
|
+
"onLabel": "Abbassa",
|
118
|
+
"tooltipDisabledContent": "L'azione Alza la mano è disabilitata",
|
119
|
+
"tooltipOnContent": "Abbassa la mano",
|
120
|
+
"tooltipOffContent": "Alza la mano"
|
120
121
|
},
|
121
122
|
"messageThread": {
|
122
123
|
"yesterday": "Ieri",
|
@@ -7,9 +7,10 @@
|
|
7
7
|
"mutedIconLabel": "ミュート状態",
|
8
8
|
"displayNamePlaceholder": "名前のない参加者",
|
9
9
|
"participantStateRinging": "呼び出し中...",
|
10
|
-
"participantStateHold": "保留中"
|
11
|
-
|
12
|
-
|
10
|
+
"participantStateHold": "保留中"
|
11
|
+
},
|
12
|
+
"ParticipantList": {
|
13
|
+
"overflowParticipantCount": "その他 {overflowCount} 個"
|
13
14
|
},
|
14
15
|
"typingIndicator": {
|
15
16
|
"singleUser": "{user} さんが入力しています...",
|
@@ -112,11 +113,11 @@
|
|
112
113
|
"tooltipOffContent": "画面のプレゼンテーション"
|
113
114
|
},
|
114
115
|
"raiseHandButton": {
|
115
|
-
"offLabel": "
|
116
|
-
"onLabel": "
|
117
|
-
"tooltipDisabledContent": "
|
118
|
-
"tooltipOnContent": "
|
119
|
-
"tooltipOffContent": "
|
116
|
+
"offLabel": "手を挙げる",
|
117
|
+
"onLabel": "低い",
|
118
|
+
"tooltipDisabledContent": "手を挙げる操作が無効になっています",
|
119
|
+
"tooltipOnContent": "手を下げる",
|
120
|
+
"tooltipOffContent": "手を挙げる"
|
120
121
|
},
|
121
122
|
"messageThread": {
|
122
123
|
"yesterday": "昨日",
|
@@ -7,9 +7,10 @@
|
|
7
7
|
"mutedIconLabel": "음소거됨",
|
8
8
|
"displayNamePlaceholder": "명명되지 않은 참가자",
|
9
9
|
"participantStateRinging": "전화 거는 중...",
|
10
|
-
"participantStateHold": "대기 중"
|
11
|
-
|
12
|
-
|
10
|
+
"participantStateHold": "대기 중"
|
11
|
+
},
|
12
|
+
"ParticipantList": {
|
13
|
+
"overflowParticipantCount": "+{overflowCount}개 더 보기"
|
13
14
|
},
|
14
15
|
"typingIndicator": {
|
15
16
|
"singleUser": "{user} 님이 입력 중...",
|
@@ -112,11 +113,11 @@
|
|
112
113
|
"tooltipOffContent": "화면 프레젠테이션"
|
113
114
|
},
|
114
115
|
"raiseHandButton": {
|
115
|
-
"offLabel": "
|
116
|
-
"onLabel": "
|
117
|
-
"tooltipDisabledContent": "
|
118
|
-
"tooltipOnContent": "
|
119
|
-
"tooltipOffContent": "
|
116
|
+
"offLabel": "손 들기",
|
117
|
+
"onLabel": "낮추기",
|
118
|
+
"tooltipDisabledContent": "손 올리기 작업이 비활성화되었습니다.",
|
119
|
+
"tooltipOnContent": "손 내리기",
|
120
|
+
"tooltipOffContent": "손 들기"
|
120
121
|
},
|
121
122
|
"messageThread": {
|
122
123
|
"yesterday": "어제",
|
@@ -7,9 +7,10 @@
|
|
7
7
|
"mutedIconLabel": "Dempet",
|
8
8
|
"displayNamePlaceholder": "Deltaker uten navn",
|
9
9
|
"participantStateRinging": "Ringer ...",
|
10
|
-
"participantStateHold": "På vent"
|
11
|
-
|
12
|
-
|
10
|
+
"participantStateHold": "På vent"
|
11
|
+
},
|
12
|
+
"ParticipantList": {
|
13
|
+
"overflowParticipantCount": "+{overflowCount} flere"
|
13
14
|
},
|
14
15
|
"typingIndicator": {
|
15
16
|
"singleUser": "{user} skriver ...",
|
@@ -112,11 +113,11 @@
|
|
112
113
|
"tooltipOffContent": "Presenter skjermen din"
|
113
114
|
},
|
114
115
|
"raiseHandButton": {
|
115
|
-
"offLabel": "
|
116
|
-
"onLabel": "
|
117
|
-
"tooltipDisabledContent": "
|
118
|
-
"tooltipOnContent": "
|
119
|
-
"tooltipOffContent": "
|
116
|
+
"offLabel": "Rekk opp",
|
117
|
+
"onLabel": "Ta ned",
|
118
|
+
"tooltipDisabledContent": "Rekk opp hånden-handlingen er deaktivert",
|
119
|
+
"tooltipOnContent": "Ta ned hånden",
|
120
|
+
"tooltipOffContent": "Rekke opp hånden"
|
120
121
|
},
|
121
122
|
"messageThread": {
|
122
123
|
"yesterday": "I går",
|
@@ -7,9 +7,10 @@
|
|
7
7
|
"mutedIconLabel": "Gedempt",
|
8
8
|
"displayNamePlaceholder": "Naamloze deelnemer",
|
9
9
|
"participantStateRinging": "Bellen...",
|
10
|
-
"participantStateHold": "In de wacht"
|
11
|
-
|
12
|
-
|
10
|
+
"participantStateHold": "In de wacht"
|
11
|
+
},
|
12
|
+
"ParticipantList": {
|
13
|
+
"overflowParticipantCount": "+{overflowCount} meer"
|
13
14
|
},
|
14
15
|
"typingIndicator": {
|
15
16
|
"singleUser": "{user} typt ...",
|
@@ -112,11 +113,11 @@
|
|
112
113
|
"tooltipOffContent": "Uw scherm presenteren"
|
113
114
|
},
|
114
115
|
"raiseHandButton": {
|
115
|
-
"offLabel": "
|
116
|
-
"onLabel": "
|
117
|
-
"tooltipDisabledContent": "
|
118
|
-
"tooltipOnContent": "
|
119
|
-
"tooltipOffContent": "
|
116
|
+
"offLabel": "Opsteken",
|
117
|
+
"onLabel": "Laten zakken",
|
118
|
+
"tooltipDisabledContent": "Actie Hand opsteken is uitgeschakeld",
|
119
|
+
"tooltipOnContent": "Hand laten zakken",
|
120
|
+
"tooltipOffContent": "Hand opsteken"
|
120
121
|
},
|
121
122
|
"messageThread": {
|
122
123
|
"yesterday": "Gisteren",
|
@@ -7,9 +7,10 @@
|
|
7
7
|
"mutedIconLabel": "Wyciszono",
|
8
8
|
"displayNamePlaceholder": "Uczestnik bez nazwy",
|
9
9
|
"participantStateRinging": "Trwa łączenie…",
|
10
|
-
"participantStateHold": "Zawieszony"
|
11
|
-
|
12
|
-
|
10
|
+
"participantStateHold": "Zawieszony"
|
11
|
+
},
|
12
|
+
"ParticipantList": {
|
13
|
+
"overflowParticipantCount": "+{overflowCount} więcej"
|
13
14
|
},
|
14
15
|
"typingIndicator": {
|
15
16
|
"singleUser": "Użytkownik {user} pisze...",
|
@@ -112,11 +113,11 @@
|
|
112
113
|
"tooltipOffContent": "Prezentuj swój ekran"
|
113
114
|
},
|
114
115
|
"raiseHandButton": {
|
115
|
-
"offLabel": "
|
116
|
-
"onLabel": "
|
117
|
-
"tooltipDisabledContent": "
|
118
|
-
"tooltipOnContent": "
|
119
|
-
"tooltipOffContent": "
|
116
|
+
"offLabel": "Podnieś",
|
117
|
+
"onLabel": "Opuść",
|
118
|
+
"tooltipDisabledContent": "Akcja Podnieś rękę jest wyłączona",
|
119
|
+
"tooltipOnContent": "Opuść rękę",
|
120
|
+
"tooltipOffContent": "Podnieś rękę"
|
120
121
|
},
|
121
122
|
"messageThread": {
|
122
123
|
"yesterday": "Wczoraj",
|
@@ -7,9 +7,10 @@
|
|
7
7
|
"mutedIconLabel": "Silenciado",
|
8
8
|
"displayNamePlaceholder": "Participante sem nome",
|
9
9
|
"participantStateRinging": "Chamando...",
|
10
|
-
"participantStateHold": "Em espera"
|
11
|
-
|
12
|
-
|
10
|
+
"participantStateHold": "Em espera"
|
11
|
+
},
|
12
|
+
"ParticipantList": {
|
13
|
+
"overflowParticipantCount": "+{overflowCount} mais"
|
13
14
|
},
|
14
15
|
"typingIndicator": {
|
15
16
|
"singleUser": "{user} está digitando ...",
|
@@ -112,11 +113,11 @@
|
|
112
113
|
"tooltipOffContent": "Apresentar sua tela"
|
113
114
|
},
|
114
115
|
"raiseHandButton": {
|
115
|
-
"offLabel": "
|
116
|
-
"onLabel": "
|
117
|
-
"tooltipDisabledContent": "
|
118
|
-
"tooltipOnContent": "
|
119
|
-
"tooltipOffContent": "
|
116
|
+
"offLabel": "Levantar",
|
117
|
+
"onLabel": "Baixar",
|
118
|
+
"tooltipDisabledContent": "A ação Levantar a Mão está desabilitada",
|
119
|
+
"tooltipOnContent": "Baixar a Mão",
|
120
|
+
"tooltipOffContent": "Levantar a Mão"
|
120
121
|
},
|
121
122
|
"messageThread": {
|
122
123
|
"yesterday": "Ontem",
|
@@ -7,9 +7,10 @@
|
|
7
7
|
"mutedIconLabel": "Микрофон отключен",
|
8
8
|
"displayNamePlaceholder": "Участник без имени",
|
9
9
|
"participantStateRinging": "Выполняется вызов...",
|
10
|
-
"participantStateHold": "На удержании"
|
11
|
-
|
12
|
-
|
10
|
+
"participantStateHold": "На удержании"
|
11
|
+
},
|
12
|
+
"ParticipantList": {
|
13
|
+
"overflowParticipantCount": "и еще {overflowCount}"
|
13
14
|
},
|
14
15
|
"typingIndicator": {
|
15
16
|
"singleUser": "{user} вводит текст...",
|
@@ -112,11 +113,11 @@
|
|
112
113
|
"tooltipOffContent": "Демонстрировать экран"
|
113
114
|
},
|
114
115
|
"raiseHandButton": {
|
115
|
-
"offLabel": "
|
116
|
-
"onLabel": "
|
117
|
-
"tooltipDisabledContent": "
|
118
|
-
"tooltipOnContent": "
|
119
|
-
"tooltipOffContent": "
|
116
|
+
"offLabel": "Поднять руку",
|
117
|
+
"onLabel": "Опустить",
|
118
|
+
"tooltipDisabledContent": "Действие \"Поднять руку\" отключено",
|
119
|
+
"tooltipOnContent": "Опустить руку",
|
120
|
+
"tooltipOffContent": "Поднять руку"
|
120
121
|
},
|
121
122
|
"messageThread": {
|
122
123
|
"yesterday": "Вчера",
|
@@ -7,9 +7,10 @@
|
|
7
7
|
"mutedIconLabel": "Ljudet är avstängt",
|
8
8
|
"displayNamePlaceholder": "Namnlös deltagare",
|
9
9
|
"participantStateRinging": "Ringer...",
|
10
|
-
"participantStateHold": "Parkerat"
|
11
|
-
|
12
|
-
|
10
|
+
"participantStateHold": "Parkerat"
|
11
|
+
},
|
12
|
+
"ParticipantList": {
|
13
|
+
"overflowParticipantCount": "+{overflowCount} till"
|
13
14
|
},
|
14
15
|
"typingIndicator": {
|
15
16
|
"singleUser": "{user} skriver...",
|
@@ -112,11 +113,11 @@
|
|
112
113
|
"tooltipOffContent": "Dela skärmen"
|
113
114
|
},
|
114
115
|
"raiseHandButton": {
|
115
|
-
"offLabel": "
|
116
|
-
"onLabel": "
|
117
|
-
"tooltipDisabledContent": "
|
118
|
-
"tooltipOnContent": "
|
119
|
-
"tooltipOffContent": "
|
116
|
+
"offLabel": "Hand",
|
117
|
+
"onLabel": "Lägre",
|
118
|
+
"tooltipDisabledContent": "Åtgärden Räck upp hand är inaktiverad",
|
119
|
+
"tooltipOnContent": "Ta ned handen",
|
120
|
+
"tooltipOffContent": "Räck upp handen"
|
120
121
|
},
|
121
122
|
"messageThread": {
|
122
123
|
"yesterday": "I går",
|
@@ -7,9 +7,10 @@
|
|
7
7
|
"mutedIconLabel": "Ses kapatıldı",
|
8
8
|
"displayNamePlaceholder": "Adsız katılımcı",
|
9
9
|
"participantStateRinging": "Arıyor...",
|
10
|
-
"participantStateHold": "Beklemede"
|
11
|
-
|
12
|
-
|
10
|
+
"participantStateHold": "Beklemede"
|
11
|
+
},
|
12
|
+
"ParticipantList": {
|
13
|
+
"overflowParticipantCount": "{overflowCount} tane daha"
|
13
14
|
},
|
14
15
|
"typingIndicator": {
|
15
16
|
"singleUser": "{user} yazıyor...",
|
@@ -112,11 +113,11 @@
|
|
112
113
|
"tooltipOffContent": "Ekranınızı sunun"
|
113
114
|
},
|
114
115
|
"raiseHandButton": {
|
115
|
-
"offLabel": "
|
116
|
-
"onLabel": "
|
117
|
-
"tooltipDisabledContent": "
|
118
|
-
"tooltipOnContent": "
|
119
|
-
"tooltipOffContent": "
|
116
|
+
"offLabel": "Kaldır",
|
117
|
+
"onLabel": "İndir",
|
118
|
+
"tooltipDisabledContent": "El Kaldırma eylemi devre dışı bırakıldı",
|
119
|
+
"tooltipOnContent": "Eli İndirme",
|
120
|
+
"tooltipOffContent": "El Kaldırma"
|
120
121
|
},
|
121
122
|
"messageThread": {
|
122
123
|
"yesterday": "Dün",
|
@@ -7,9 +7,10 @@
|
|
7
7
|
"mutedIconLabel": "已静音",
|
8
8
|
"displayNamePlaceholder": "未命名的参与者",
|
9
9
|
"participantStateRinging": "正在呼叫...",
|
10
|
-
"participantStateHold": "待机音乐"
|
11
|
-
|
12
|
-
|
10
|
+
"participantStateHold": "待机音乐"
|
11
|
+
},
|
12
|
+
"ParticipantList": {
|
13
|
+
"overflowParticipantCount": "+{overflowCount} 个"
|
13
14
|
},
|
14
15
|
"typingIndicator": {
|
15
16
|
"singleUser": "{user} 正在键入...",
|
@@ -112,11 +113,11 @@
|
|
112
113
|
"tooltipOffContent": "演示您的屏幕"
|
113
114
|
},
|
114
115
|
"raiseHandButton": {
|
115
|
-
"offLabel": "
|
116
|
-
"onLabel": "
|
117
|
-
"tooltipDisabledContent": "
|
118
|
-
"tooltipOnContent": "
|
119
|
-
"tooltipOffContent": "
|
116
|
+
"offLabel": "举手",
|
117
|
+
"onLabel": "放下",
|
118
|
+
"tooltipDisabledContent": "举手操作已禁用",
|
119
|
+
"tooltipOnContent": "手放下",
|
120
|
+
"tooltipOffContent": "举手"
|
120
121
|
},
|
121
122
|
"messageThread": {
|
122
123
|
"yesterday": "昨天",
|
@@ -7,9 +7,10 @@
|
|
7
7
|
"mutedIconLabel": "已靜音",
|
8
8
|
"displayNamePlaceholder": "未命名的參與者",
|
9
9
|
"participantStateRinging": "撥號中...",
|
10
|
-
"participantStateHold": "電話保留"
|
11
|
-
|
12
|
-
|
10
|
+
"participantStateHold": "電話保留"
|
11
|
+
},
|
12
|
+
"ParticipantList": {
|
13
|
+
"overflowParticipantCount": "其他 {overflowCount} 個"
|
13
14
|
},
|
14
15
|
"typingIndicator": {
|
15
16
|
"singleUser": "{user} 正在輸入...",
|
@@ -112,11 +113,11 @@
|
|
112
113
|
"tooltipOffContent": "展示您的螢幕"
|
113
114
|
},
|
114
115
|
"raiseHandButton": {
|
115
|
-
"offLabel": "
|
116
|
-
"onLabel": "
|
117
|
-
"tooltipDisabledContent": "
|
118
|
-
"tooltipOnContent": "
|
119
|
-
"tooltipOffContent": "
|
116
|
+
"offLabel": "舉手",
|
117
|
+
"onLabel": "較低",
|
118
|
+
"tooltipDisabledContent": "舉手動作已停用",
|
119
|
+
"tooltipOnContent": "把手放下",
|
120
|
+
"tooltipOffContent": "舉手"
|
120
121
|
},
|
121
122
|
"messageThread": {
|
122
123
|
"yesterday": "昨天",
|
@@ -511,5 +511,13 @@ export interface CallCompositeStrings {
|
|
511
511
|
* More details text of the page shown to the user when target participant id is malformed
|
512
512
|
*/
|
513
513
|
participantIdIsMalformedMoreDetails?: string;
|
514
|
+
/**
|
515
|
+
* Controls label to move the overflow gallery around
|
516
|
+
*/
|
517
|
+
moreButtonGalleryControlLabel?: string;
|
518
|
+
/**
|
519
|
+
* Label for the toggle to move the overflow gallery to the top
|
520
|
+
*/
|
521
|
+
moreButtonGalleryPositionToggleLabel?: string;
|
514
522
|
}
|
515
523
|
//# sourceMappingURL=Strings.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Strings.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/CallComposite/Strings.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\n/* @conditional-compile-remove(close-captions) */\nimport { CaptionsAvailableLanguageStrings } from '@internal/react-components';\n\n/**\n * Strings used by the {@link CallComposite} directly.\n *\n * This strings are in addition to those used by the components from the component library.\n *\n * @public\n */\nexport interface CallCompositeStrings {\n /**\n * Title of configuration page.\n */\n configurationPageTitle: string;\n /**\n * Optional 1-2 lines on the call details used on the configuration page.\n */\n configurationPageCallDetails?: string;\n /**\n * Text in button to start call in configuration page.\n */\n startCallButtonLabel: string;\n /**\n * Text in button to rejoin an ended call.\n */\n rejoinCallButtonLabel: string;\n /**\n * Placeholder text for local device settings dropdowns.\n */\n defaultPlaceHolder: string;\n /**\n * Label for camera dropdown.\n */\n cameraLabel: string;\n /**\n * Label for when there are no cameras present on configuration screen.\n */\n noCamerasLabel: string;\n /**\n * Label for sound dropdown.\n */\n soundLabel: string;\n /**\n * Label for when no microphones were found on the configuration screen\n */\n noMicrophonesLabel: string;\n /**\n * Label for when no speakers were found on the configuration screen.\n */\n noSpeakersLabel: string;\n /**\n * Error shown when camera access is blocked by the browser.\n */\n cameraPermissionDenied: string;\n /**\n * Error shown when the camera is turned off.\n */\n cameraTurnedOff: string;\n /**\n * Error shown when microphone access is blocked by the browser.\n */\n microphonePermissionDenied: string;\n /**\n * Title text of the page shown to the user when joining a Teams meeting fails because meeting owner denied access.\n */\n failedToJoinTeamsMeetingReasonAccessDeniedTitle: string;\n /**\n * More details text of the page shown to the user when joining a Teams meeting fails because meeting owner denied access.\n */\n failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails?: string;\n /**\n * Title text of the page shown to the user when joining a call fails due to a network problem.\n */\n failedToJoinCallDueToNoNetworkTitle: string;\n /**\n * More details text of the page shown to the user when joining a call fails due to a network problem.\n */\n failedToJoinCallDueToNoNetworkMoreDetails?: string;\n /**\n * Text to display on a leaving page.\n */\n leavingCallTitle?: string;\n /**\n * Title text of the page shown to the user when they leave a call in the call composite.\n */\n leftCallTitle: string;\n /**\n * More details text of the page shown to the user when they leave a call in the call composite.\n */\n leftCallMoreDetails?: string;\n /**\n * Title text of the page shown to the user when they are removed from a call in the call composite.\n */\n removedFromCallTitle: string;\n /**\n * More details text of the page shown to the user when they are removed from a call in the call composite.\n */\n removedFromCallMoreDetails?: string;\n /**\n * Text shown to the user on the lobby screen when connecting to a call.\n */\n lobbyScreenConnectingToCallTitle: string;\n /**\n * Optional addition details shown to the user on the lobby screen when connection to a call.\n */\n lobbyScreenConnectingToCallMoreDetails?: string;\n /**\n * Text shown to the user on the lobby screen when waiting to be admitted to a call.\n */\n lobbyScreenWaitingToBeAdmittedTitle: string;\n /**\n * Optional additional details shown to the user on the lobby screen when waiting to be admitted to a call.\n */\n lobbyScreenWaitingToBeAdmittedMoreDetails?: string;\n /**\n * Message shown to the user when they are speaking while muted.\n */\n mutedMessage: string;\n /**\n * Text for link to MS privacy policy in Compliance Banner.\n */\n privacyPolicy: string;\n /**\n * Text for link to learn more about a specific subject.\n */\n learnMore: string;\n /**\n * Message to let user know the meeting is only being recorded (no transcription) in ComplianceBanner.\n */\n complianceBannerNowOnlyRecording: string;\n /**\n * Message to let user know the meeting is only being transcripted (no recording) in ComplianceBanner.\n */\n complianceBannerNowOnlyTranscription: string;\n /**\n * Message to let user know recording and transcription of the meeting are saved in ComplianceBanner.\n */\n complianceBannerRecordingAndTranscriptionSaved: string;\n /**\n * Message to let user know recording and transcription of the meeting have started in ComplianceBanner.\n */\n complianceBannerRecordingAndTranscriptionStarted: string;\n /**\n * Message to let user know recording and transcription of the meeting have stopped in ComplianceBanner.\n */\n complianceBannerRecordingAndTranscriptionStopped: string;\n /**\n * Message to let user know recording of the meeting is being saved in ComplianceBanner.\n */\n complianceBannerRecordingSaving: string;\n /**\n * Message to let user know recording of the meeting has started in ComplianceBanner.\n */\n complianceBannerRecordingStarted: string;\n /**\n * Message to let user know recording of the meeting has stopped in ComplianceBanner.\n */\n complianceBannerRecordingStopped: string;\n /**\n * Message to let user know they are giving consent to meeting being transcripted in ComplianceBanner.\n */\n complianceBannerTranscriptionConsent: string;\n /**\n * Message to let user know transcription of the meeting is being saved in ComplianceBanner.\n */\n complianceBannerTranscriptionSaving: string;\n /**\n * Message to let user know transcription of the meeting has started in ComplianceBanner.\n */\n complianceBannerTranscriptionStarted: string;\n /**\n * Message to let user know the transcription of the meeting has stopped in ComplianceBanner.\n */\n complianceBannerTranscriptionStopped: string;\n /**\n * Text for close button.\n */\n close: string;\n /**\n * Title text of the page shown to the user when there is intermittent network failure during a call.\n */\n networkReconnectTitle: string;\n /**\n * More details text of the page shown to the user when there is intermittent network failure during a call.\n */\n networkReconnectMoreDetails: string;\n /**\n * Tooltip text used to inform a user that toggling microphone in lobby is not supported.\n */\n microphoneToggleInLobbyNotAllowed: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Side pane People section Title.\n */\n peoplePaneTitle: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Aria label string for return to call back button\n */\n returnToCallButtonAriaLabel?: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Aria Description string for return to call button\n */\n returnToCallButtonAriaDescription?: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * control bar People button label\n */\n peopleButtonLabel: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * control bar Chat button label.\n */\n chatButtonLabel: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for SidePaneHeader dismiss button\n */\n dismissSidePaneButtonLabel?: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Side pane People section subheader.\n */\n peoplePaneSubTitle: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for button to copy invite link\n */\n copyInviteLinkButtonLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for button to open dialpad\n */\n openDialpadButtonLabel: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for menu item to remove participant\n */\n removeMenuLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for add people dropdown\n */\n peoplePaneAddPeopleButtonLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for button to start a call\n */\n dialpadStartCallButtonLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Title for dialpad Modal\n */\n dialpadModalTitle: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Aria Label for dialpad Modal\n */\n dialpadModalAriaLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Aria Label for dialpad Modal close button\n */\n dialpadCloseModalButtonAriaLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */ /* @conditional-compile-remove(close-captions) */\n /**\n * label for more button in the Calling composite\n */\n moreButtonCallingLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\n /**\n * Label for the resume call button on the hold pane\n */\n resumeCallButtonLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\n /**\n * Label for the resume call button on the hold pane when call is resuming\n */\n resumingCallButtonLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\n /**\n * Aria label for the resume call button on the hold pane\n */\n resumeCallButtonAriaLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\n /**\n * Aria label for the resume call button on the hold pane when call is resuming\n */\n resumingCallButtonAriaLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\n /**\n * Label for the hold pane\n */\n holdScreenLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Placeholder text for dtmf dialpad\n */\n dtmfDialpadPlaceholderText: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for the button to open dtmf dialpad\n */\n openDtmfDialpadLabel: string;\n /**\n * aria label for when the invite link has been actioned\n */\n copyInviteLinkActionedAriaLabel: string;\n /* @conditional-compile-remove(rooms) */\n /**\n * Title text of the page shown to the user when the user attempts to join a room that cannot be found.\n */\n roomNotFoundTitle: string;\n /* @conditional-compile-remove(rooms) */\n /**\n * More details text of the page shown to the user when the user attempts to join a room that cannot be found.\n */\n roomNotFoundDetails?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Video Effects pane title.\n */\n videoEffectsPaneTitle: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Video Effects pane sub section title for choosing background.\n */\n videoEffectsPaneBackgroundSelectionTitle: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Label for the button to open effects\n */\n configurationPageVideoEffectsButtonLabel?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Error message for video effect failure\n */\n unableToStartVideoEffect?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Label for the blur video background effect item\n */\n blurBackgroundEffectButtonLabel?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Tooltip text for the blur video background effect item\n */\n blurBackgroundTooltip?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Label for the remove video background effect item\n */\n removeBackgroundEffectButtonLabel?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Tooltip text for the blur video background effect item\n */\n removeBackgroundTooltip?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Text to show when warning the user the camera is off and inform the user to turn the camera on to see the selected video background effect.\n */\n cameraOffBackgroundEffectWarningText?: string;\n /* @conditional-compile-remove(rooms) */\n /**\n * Title text of the page shown to the user when the user attempts to join a room to which they are not invited.\n */\n deniedPermissionToRoomTitle: string;\n /* @conditional-compile-remove(rooms) */\n /**\n * More details text of the page shown to the user when the user attempts to join a room to which they are not invited.\n */\n deniedPermissionToRoomDetails?: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Control bar People button ToolTipContent\n */\n peopleButtonTooltipOpen: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Control bar People button ToolTipContent\n */\n peopleButtonTooltipClose: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\n /**\n * Label disaplayed on the lobby screen during a 1:1 outbound call.\n */\n outboundCallingNoticeString: string;\n /**\n * Notice to be announced by narrator when a participant joins a call\n */\n participantJoinedNoticeString: string;\n /**\n * Notice to be announced by narrator when a participant joins a call\n */\n twoParticipantJoinedNoticeString: string;\n /**\n * Notice to be announced by narrator when a participant joins a call\n */\n threeParticipantJoinedNoticeString: string;\n /**\n * Notice to be announced by narrator when a participant leaves a call\n */\n participantLeftNoticeString: string;\n /**\n * Notice to be announced by narrator when 2 participants leave a call\n */\n twoParticipantLeftNoticeString: string;\n /**\n * Notice to be announced by narrator when 3 participants leave a call\n */\n threeParticipantLeftNoticeString: string;\n /**\n * string to be used to announce a change in participant if they have no displayName\n */\n unnamedParticipantString: string;\n /**\n * string to be used to announce when more than 3 participants have joined at the same time.\n */\n manyParticipantsJoined: string;\n /**\n * string to be used to announce when more than 3 participants have left at the same time.\n */\n manyParticipantsLeft: string;\n /**\n * string to be used to announce when multiple unnamed participants have joined at the same time.\n */\n manyUnnamedParticipantsJoined: string;\n /**\n * string to be used to announce when multiple unnamed participants have left at the same time.\n */\n manyUnnamedParticipantsLeft: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * string to be used to open live captions contextual menu\n */\n liveCaptionsLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * label for opening captions setting modal\n */\n captionsSettingsLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * string to be used to start captions\n */\n startCaptionsButtonOnLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * string to be used to stop captions\n */\n startCaptionsButtonOffLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * tooltip string to be used to show captions is on\n */\n startCaptionsButtonTooltipOnContent?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n *tooltip string to be used to show captions is off\n */\n startCaptionsButtonTooltipOffContent?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * captions setting modal title\n */\n captionsSettingsModalTitle?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * label for dropdown inside captions setting modal\n */\n captionsSettingsDropdownLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * text under captions setting dropdown indicating what the dropdown is for\n */\n captionsSettingsDropdownInfoText?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * confirm button label in captions setting modal\n */\n captionsSettingsConfirmButtonLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * cancel button label in captions setting modal\n */\n captionsSettingsCancelButtonLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * arial label for captions setting modal\n */\n captionsSettingsModalAriaLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * arial label for captions setting modal close button\n */\n captionsSettingsCloseModalButtonAriaLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * label for more button inside captions banner\n */\n captionsBannerMoreButtonCallingLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * arial label for more button inside captions banner\n */\n captionsBannerMoreButtonTooltip?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * list of key value pairs that pairs language code to language names\n */\n captionsAvailableLanguageStrings?: CaptionsAvailableLanguageStrings;\n /* @conditional-compile-remove(close-captions) */\n /**\n * captions banner loading spinner label\n */\n captionsBannerSpinnerText?: string;\n /* @conditional-compile-remove(call-transfer) */\n /**\n * transfer page text when showing the transferor who initiated the transfer\n */\n transferPageTransferorText: string;\n /* @conditional-compile-remove(call-transfer) */\n /**\n * transfer page text when showing the transfer target\n */\n transferPageTransferTargetText: string;\n /* @conditional-compile-remove(call-transfer) */\n /**\n * transfer page display name for unknown participant\n */\n transferPageUnknownTransferorDisplayName: string;\n /* @conditional-compile-remove(call-transfer) */\n /**\n * transfer page display name for unknown participant\n */\n transferPageUnknownTransferTargetDisplayName: string;\n /* @conditional-compile-remove(call-transfer) */\n /**\n * notice to be announced by narrator the transfer page is showing\n */\n transferPageNoticeString: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * Title text of the page shown to the user when target participant could not be reached\n */\n participantCouldNotBeReachedTitle?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * More details text of the page shown to the user when target participant could not be reached\n */\n participantCouldNotBeReachedMoreDetails?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * Title text of the page shown to the user when permission to reach participant is not allowed\n */\n permissionToReachTargetParticipantNotAllowedTitle?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * More details text of the page shown to the user when permission to reach participant is not allowed\n */\n permissionToReachTargetParticipantNotAllowedMoreDetails?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * Title text of the page shown to the user when tenant id for the target participant could not be resolved\n */\n unableToResolveTenantTitle?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * More details text of the page shown to the user when tenant id for the target participant could not be resolved\n */\n unableToResolveTenantMoreDetails?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * Title text of the page shown to the user when target participant id is malformed\n */\n participantIdIsMalformedTitle?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * More details text of the page shown to the user when target participant id is malformed\n */\n participantIdIsMalformedMoreDetails?: string;\n}\n\"../../../../react-components/src\""]}
|
1
|
+
{"version":3,"file":"Strings.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/CallComposite/Strings.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\n/* @conditional-compile-remove(close-captions) */\nimport { CaptionsAvailableLanguageStrings } from '@internal/react-components';\n\n/**\n * Strings used by the {@link CallComposite} directly.\n *\n * This strings are in addition to those used by the components from the component library.\n *\n * @public\n */\nexport interface CallCompositeStrings {\n /**\n * Title of configuration page.\n */\n configurationPageTitle: string;\n /**\n * Optional 1-2 lines on the call details used on the configuration page.\n */\n configurationPageCallDetails?: string;\n /**\n * Text in button to start call in configuration page.\n */\n startCallButtonLabel: string;\n /**\n * Text in button to rejoin an ended call.\n */\n rejoinCallButtonLabel: string;\n /**\n * Placeholder text for local device settings dropdowns.\n */\n defaultPlaceHolder: string;\n /**\n * Label for camera dropdown.\n */\n cameraLabel: string;\n /**\n * Label for when there are no cameras present on configuration screen.\n */\n noCamerasLabel: string;\n /**\n * Label for sound dropdown.\n */\n soundLabel: string;\n /**\n * Label for when no microphones were found on the configuration screen\n */\n noMicrophonesLabel: string;\n /**\n * Label for when no speakers were found on the configuration screen.\n */\n noSpeakersLabel: string;\n /**\n * Error shown when camera access is blocked by the browser.\n */\n cameraPermissionDenied: string;\n /**\n * Error shown when the camera is turned off.\n */\n cameraTurnedOff: string;\n /**\n * Error shown when microphone access is blocked by the browser.\n */\n microphonePermissionDenied: string;\n /**\n * Title text of the page shown to the user when joining a Teams meeting fails because meeting owner denied access.\n */\n failedToJoinTeamsMeetingReasonAccessDeniedTitle: string;\n /**\n * More details text of the page shown to the user when joining a Teams meeting fails because meeting owner denied access.\n */\n failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails?: string;\n /**\n * Title text of the page shown to the user when joining a call fails due to a network problem.\n */\n failedToJoinCallDueToNoNetworkTitle: string;\n /**\n * More details text of the page shown to the user when joining a call fails due to a network problem.\n */\n failedToJoinCallDueToNoNetworkMoreDetails?: string;\n /**\n * Text to display on a leaving page.\n */\n leavingCallTitle?: string;\n /**\n * Title text of the page shown to the user when they leave a call in the call composite.\n */\n leftCallTitle: string;\n /**\n * More details text of the page shown to the user when they leave a call in the call composite.\n */\n leftCallMoreDetails?: string;\n /**\n * Title text of the page shown to the user when they are removed from a call in the call composite.\n */\n removedFromCallTitle: string;\n /**\n * More details text of the page shown to the user when they are removed from a call in the call composite.\n */\n removedFromCallMoreDetails?: string;\n /**\n * Text shown to the user on the lobby screen when connecting to a call.\n */\n lobbyScreenConnectingToCallTitle: string;\n /**\n * Optional addition details shown to the user on the lobby screen when connection to a call.\n */\n lobbyScreenConnectingToCallMoreDetails?: string;\n /**\n * Text shown to the user on the lobby screen when waiting to be admitted to a call.\n */\n lobbyScreenWaitingToBeAdmittedTitle: string;\n /**\n * Optional additional details shown to the user on the lobby screen when waiting to be admitted to a call.\n */\n lobbyScreenWaitingToBeAdmittedMoreDetails?: string;\n /**\n * Message shown to the user when they are speaking while muted.\n */\n mutedMessage: string;\n /**\n * Text for link to MS privacy policy in Compliance Banner.\n */\n privacyPolicy: string;\n /**\n * Text for link to learn more about a specific subject.\n */\n learnMore: string;\n /**\n * Message to let user know the meeting is only being recorded (no transcription) in ComplianceBanner.\n */\n complianceBannerNowOnlyRecording: string;\n /**\n * Message to let user know the meeting is only being transcripted (no recording) in ComplianceBanner.\n */\n complianceBannerNowOnlyTranscription: string;\n /**\n * Message to let user know recording and transcription of the meeting are saved in ComplianceBanner.\n */\n complianceBannerRecordingAndTranscriptionSaved: string;\n /**\n * Message to let user know recording and transcription of the meeting have started in ComplianceBanner.\n */\n complianceBannerRecordingAndTranscriptionStarted: string;\n /**\n * Message to let user know recording and transcription of the meeting have stopped in ComplianceBanner.\n */\n complianceBannerRecordingAndTranscriptionStopped: string;\n /**\n * Message to let user know recording of the meeting is being saved in ComplianceBanner.\n */\n complianceBannerRecordingSaving: string;\n /**\n * Message to let user know recording of the meeting has started in ComplianceBanner.\n */\n complianceBannerRecordingStarted: string;\n /**\n * Message to let user know recording of the meeting has stopped in ComplianceBanner.\n */\n complianceBannerRecordingStopped: string;\n /**\n * Message to let user know they are giving consent to meeting being transcripted in ComplianceBanner.\n */\n complianceBannerTranscriptionConsent: string;\n /**\n * Message to let user know transcription of the meeting is being saved in ComplianceBanner.\n */\n complianceBannerTranscriptionSaving: string;\n /**\n * Message to let user know transcription of the meeting has started in ComplianceBanner.\n */\n complianceBannerTranscriptionStarted: string;\n /**\n * Message to let user know the transcription of the meeting has stopped in ComplianceBanner.\n */\n complianceBannerTranscriptionStopped: string;\n /**\n * Text for close button.\n */\n close: string;\n /**\n * Title text of the page shown to the user when there is intermittent network failure during a call.\n */\n networkReconnectTitle: string;\n /**\n * More details text of the page shown to the user when there is intermittent network failure during a call.\n */\n networkReconnectMoreDetails: string;\n /**\n * Tooltip text used to inform a user that toggling microphone in lobby is not supported.\n */\n microphoneToggleInLobbyNotAllowed: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Side pane People section Title.\n */\n peoplePaneTitle: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Aria label string for return to call back button\n */\n returnToCallButtonAriaLabel?: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Aria Description string for return to call button\n */\n returnToCallButtonAriaDescription?: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * control bar People button label\n */\n peopleButtonLabel: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * control bar Chat button label.\n */\n chatButtonLabel: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for SidePaneHeader dismiss button\n */\n dismissSidePaneButtonLabel?: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Side pane People section subheader.\n */\n peoplePaneSubTitle: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for button to copy invite link\n */\n copyInviteLinkButtonLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for button to open dialpad\n */\n openDialpadButtonLabel: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for menu item to remove participant\n */\n removeMenuLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for add people dropdown\n */\n peoplePaneAddPeopleButtonLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for button to start a call\n */\n dialpadStartCallButtonLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Title for dialpad Modal\n */\n dialpadModalTitle: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Aria Label for dialpad Modal\n */\n dialpadModalAriaLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Aria Label for dialpad Modal close button\n */\n dialpadCloseModalButtonAriaLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */ /* @conditional-compile-remove(close-captions) */\n /**\n * label for more button in the Calling composite\n */\n moreButtonCallingLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\n /**\n * Label for the resume call button on the hold pane\n */\n resumeCallButtonLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\n /**\n * Label for the resume call button on the hold pane when call is resuming\n */\n resumingCallButtonLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\n /**\n * Aria label for the resume call button on the hold pane\n */\n resumeCallButtonAriaLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\n /**\n * Aria label for the resume call button on the hold pane when call is resuming\n */\n resumingCallButtonAriaLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\n /**\n * Label for the hold pane\n */\n holdScreenLabel: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Placeholder text for dtmf dialpad\n */\n dtmfDialpadPlaceholderText: string;\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * Label for the button to open dtmf dialpad\n */\n openDtmfDialpadLabel: string;\n /**\n * aria label for when the invite link has been actioned\n */\n copyInviteLinkActionedAriaLabel: string;\n /* @conditional-compile-remove(rooms) */\n /**\n * Title text of the page shown to the user when the user attempts to join a room that cannot be found.\n */\n roomNotFoundTitle: string;\n /* @conditional-compile-remove(rooms) */\n /**\n * More details text of the page shown to the user when the user attempts to join a room that cannot be found.\n */\n roomNotFoundDetails?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Video Effects pane title.\n */\n videoEffectsPaneTitle: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Video Effects pane sub section title for choosing background.\n */\n videoEffectsPaneBackgroundSelectionTitle: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Label for the button to open effects\n */\n configurationPageVideoEffectsButtonLabel?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Error message for video effect failure\n */\n unableToStartVideoEffect?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Label for the blur video background effect item\n */\n blurBackgroundEffectButtonLabel?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Tooltip text for the blur video background effect item\n */\n blurBackgroundTooltip?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Label for the remove video background effect item\n */\n removeBackgroundEffectButtonLabel?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Tooltip text for the blur video background effect item\n */\n removeBackgroundTooltip?: string;\n /* @conditional-compile-remove(video-background-effects) */\n /**\n * Text to show when warning the user the camera is off and inform the user to turn the camera on to see the selected video background effect.\n */\n cameraOffBackgroundEffectWarningText?: string;\n /* @conditional-compile-remove(rooms) */\n /**\n * Title text of the page shown to the user when the user attempts to join a room to which they are not invited.\n */\n deniedPermissionToRoomTitle: string;\n /* @conditional-compile-remove(rooms) */\n /**\n * More details text of the page shown to the user when the user attempts to join a room to which they are not invited.\n */\n deniedPermissionToRoomDetails?: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Control bar People button ToolTipContent\n */\n peopleButtonTooltipOpen: string;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /**\n * Control bar People button ToolTipContent\n */\n peopleButtonTooltipClose: string;\n /* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\n /**\n * Label disaplayed on the lobby screen during a 1:1 outbound call.\n */\n outboundCallingNoticeString: string;\n /**\n * Notice to be announced by narrator when a participant joins a call\n */\n participantJoinedNoticeString: string;\n /**\n * Notice to be announced by narrator when a participant joins a call\n */\n twoParticipantJoinedNoticeString: string;\n /**\n * Notice to be announced by narrator when a participant joins a call\n */\n threeParticipantJoinedNoticeString: string;\n /**\n * Notice to be announced by narrator when a participant leaves a call\n */\n participantLeftNoticeString: string;\n /**\n * Notice to be announced by narrator when 2 participants leave a call\n */\n twoParticipantLeftNoticeString: string;\n /**\n * Notice to be announced by narrator when 3 participants leave a call\n */\n threeParticipantLeftNoticeString: string;\n /**\n * string to be used to announce a change in participant if they have no displayName\n */\n unnamedParticipantString: string;\n /**\n * string to be used to announce when more than 3 participants have joined at the same time.\n */\n manyParticipantsJoined: string;\n /**\n * string to be used to announce when more than 3 participants have left at the same time.\n */\n manyParticipantsLeft: string;\n /**\n * string to be used to announce when multiple unnamed participants have joined at the same time.\n */\n manyUnnamedParticipantsJoined: string;\n /**\n * string to be used to announce when multiple unnamed participants have left at the same time.\n */\n manyUnnamedParticipantsLeft: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * string to be used to open live captions contextual menu\n */\n liveCaptionsLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * label for opening captions setting modal\n */\n captionsSettingsLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * string to be used to start captions\n */\n startCaptionsButtonOnLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * string to be used to stop captions\n */\n startCaptionsButtonOffLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * tooltip string to be used to show captions is on\n */\n startCaptionsButtonTooltipOnContent?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n *tooltip string to be used to show captions is off\n */\n startCaptionsButtonTooltipOffContent?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * captions setting modal title\n */\n captionsSettingsModalTitle?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * label for dropdown inside captions setting modal\n */\n captionsSettingsDropdownLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * text under captions setting dropdown indicating what the dropdown is for\n */\n captionsSettingsDropdownInfoText?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * confirm button label in captions setting modal\n */\n captionsSettingsConfirmButtonLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * cancel button label in captions setting modal\n */\n captionsSettingsCancelButtonLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * arial label for captions setting modal\n */\n captionsSettingsModalAriaLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * arial label for captions setting modal close button\n */\n captionsSettingsCloseModalButtonAriaLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * label for more button inside captions banner\n */\n captionsBannerMoreButtonCallingLabel?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * arial label for more button inside captions banner\n */\n captionsBannerMoreButtonTooltip?: string;\n /* @conditional-compile-remove(close-captions) */\n /**\n * list of key value pairs that pairs language code to language names\n */\n captionsAvailableLanguageStrings?: CaptionsAvailableLanguageStrings;\n /* @conditional-compile-remove(close-captions) */\n /**\n * captions banner loading spinner label\n */\n captionsBannerSpinnerText?: string;\n /* @conditional-compile-remove(call-transfer) */\n /**\n * transfer page text when showing the transferor who initiated the transfer\n */\n transferPageTransferorText: string;\n /* @conditional-compile-remove(call-transfer) */\n /**\n * transfer page text when showing the transfer target\n */\n transferPageTransferTargetText: string;\n /* @conditional-compile-remove(call-transfer) */\n /**\n * transfer page display name for unknown participant\n */\n transferPageUnknownTransferorDisplayName: string;\n /* @conditional-compile-remove(call-transfer) */\n /**\n * transfer page display name for unknown participant\n */\n transferPageUnknownTransferTargetDisplayName: string;\n /* @conditional-compile-remove(call-transfer) */\n /**\n * notice to be announced by narrator the transfer page is showing\n */\n transferPageNoticeString: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * Title text of the page shown to the user when target participant could not be reached\n */\n participantCouldNotBeReachedTitle?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * More details text of the page shown to the user when target participant could not be reached\n */\n participantCouldNotBeReachedMoreDetails?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * Title text of the page shown to the user when permission to reach participant is not allowed\n */\n permissionToReachTargetParticipantNotAllowedTitle?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * More details text of the page shown to the user when permission to reach participant is not allowed\n */\n permissionToReachTargetParticipantNotAllowedMoreDetails?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * Title text of the page shown to the user when tenant id for the target participant could not be resolved\n */\n unableToResolveTenantTitle?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * More details text of the page shown to the user when tenant id for the target participant could not be resolved\n */\n unableToResolveTenantMoreDetails?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * Title text of the page shown to the user when target participant id is malformed\n */\n participantIdIsMalformedTitle?: string;\n /* @conditional-compile-remove(teams-adhoc-call) */\n /**\n * More details text of the page shown to the user when target participant id is malformed\n */\n participantIdIsMalformedMoreDetails?: string;\n /* @conditional-compile-remove(gallery-layouts) */\n /**\n * Controls label to move the overflow gallery around\n */\n moreButtonGalleryControlLabel?: string;\n /* @conditional-compile-remove(gallery-layouts) */\n /**\n * Label for the toggle to move the overflow gallery to the top\n */\n moreButtonGalleryPositionToggleLabel?: string;\n}\n\"../../../../react-components/src\""]}
|
package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts
CHANGED
@@ -22,6 +22,7 @@ export interface CallArrangementProps {
|
|
22
22
|
mobileChatTabHeader?: MobileChatSidePaneTabHeaderProps;
|
23
23
|
latestErrors: ActiveErrorMessage[];
|
24
24
|
onDismissError: (error: ActiveErrorMessage) => void;
|
25
|
+
onUserSetOverflowGalleryPositionChange?: (position: 'Responsive' | 'HorizontalTop') => void;
|
25
26
|
}
|
26
27
|
/**
|
27
28
|
* @private
|
package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js
CHANGED
@@ -190,7 +190,9 @@ export const CallArrangement = (props) => {
|
|
190
190
|
/* @conditional-compile-remove(video-background-effects) */
|
191
191
|
onShowVideoEffectsPicker: onResolveVideoEffectDependency ? openVideoEffectsPane : undefined,
|
192
192
|
/* @conditional-compile-remove(PSTN-calls) */
|
193
|
-
onClickShowDialpad: alternateCallerId ? onClickShowDialpad : undefined, displayVertical: verticalControlBar,
|
193
|
+
onClickShowDialpad: alternateCallerId ? onClickShowDialpad : undefined, displayVertical: verticalControlBar,
|
194
|
+
/* @conditional-compile-remove(gallery-layouts) */
|
195
|
+
onUserSetOverflowGalleryPositionChange: props.onUserSetOverflowGalleryPositionChange, peopleButtonRef: peopleButtonRef, cameraButtonRef: cameraButtonRef }))))),
|
194
196
|
((_e = props.callControlProps) === null || _e === void 0 ? void 0 : _e.options) !== false && showDrawer && (React.createElement(Stack, { styles: drawerContainerStylesValue },
|
195
197
|
React.createElement(PreparedMoreDrawer, { callControls: props.callControlProps.options, onLightDismiss: closeDrawer, onPeopleButtonClicked: onMoreDrawerPeopleClicked,
|
196
198
|
/* @conditional-compile-remove(PSTN-calls) */
|