@azure/communication-react 1.15.0-alpha-202404052151 → 1.15.0-alpha-202404090013
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 +37 -45
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BD4CYGc0.js → ChatMessageComponentAsRichTextEditBox-CkXr0tIb.js} +2 -2
- package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BD4CYGc0.js.map → ChatMessageComponentAsRichTextEditBox-CkXr0tIb.js.map} +1 -1
- package/dist/dist-cjs/communication-react/{index-6MBkcLnx.js → index-BcyLWrGT.js} +266 -239
- package/dist/dist-cjs/communication-react/index-BcyLWrGT.js.map +1 -0
- package/dist/dist-cjs/communication-react/index.js +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-component-bindings/src/baseSelectors.d.ts +3 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +6 -0
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.d.ts +2 -2
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +0 -3
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js +2 -8
- package/dist/dist-esm/calling-component-bindings/src/hooks/usePropsFor.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js +6 -20
- package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +1 -9
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +8 -31
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +2 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +11 -28
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js +1 -5
- package/dist/dist-esm/calling-component-bindings/src/videoGallerySelector.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +14 -9
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +2 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +9 -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 -2
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +7 -20
- package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.d.ts +15 -1
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js +42 -0
- package/dist/dist-esm/calling-stateful-client/src/CaptionsSubscriber.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js +3 -1
- package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/EndCallButton.js +16 -3
- package/dist/dist-esm/react-components/src/components/EndCallButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.d.ts +3 -3
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js +3 -6
- package/dist/dist-esm/react-components/src/components/VideoGallery/ParticipantVideoTileOverlay.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.d.ts +0 -4
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js +0 -21
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +0 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +0 -2
- package/dist/dist-esm/react-components/src/components/VideoTile.js +5 -0
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.d.ts +4 -0
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js +16 -0
- package/dist/dist-esm/react-components/src/components/styles/VideoGallery.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +0 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +16 -2
- package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +16 -2
- package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.d.ts +1 -1
- package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +2 -2
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ReactionTypes.d.ts +2 -6
- package/dist/dist-esm/react-components/src/types/ReactionTypes.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssues.d.ts +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssues.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.d.ts +1 -1
- package/dist/dist-esm/react-components/src/types/SurveyIssuesHeadingStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +1 -2
- package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +7 -7
- package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +11 -6
- 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/Prompt.d.ts +3 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js +4 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/Prompt.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +26 -21
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +3 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +6 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.d.ts +0 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/CaptionsBanner.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.d.ts +1 -1
- 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/Drawer/MoreDrawer.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/PreparedMoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +8 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +3 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +10 -3
- package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +9 -2
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +9 -2
- package/package.json +1 -1
- package/dist/dist-cjs/communication-react/index-6MBkcLnx.js.map +0 -1
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "番号付きリスト",
|
45
45
|
"increaseIndentTooltip": "インデントを増やす",
|
46
46
|
"decreaseIndentTooltip": "インデントを減らす",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "表の挿入",
|
48
|
+
"richTextFormatButtonTooltip": "形式",
|
49
|
+
"insertRowOrColumnMenu": "挿入",
|
50
|
+
"insertTableMenuTitle": "{column} x {row} の表を挿入する",
|
51
|
+
"insertRowAboveMenu": "上に挿入",
|
52
|
+
"insertRowBelowMenu": "下に挿入",
|
53
|
+
"insertColumnLeftMenu": "左に挿入",
|
54
|
+
"insertColumnRightMenu": "右に挿入",
|
55
|
+
"deleteRowOrColumnMenu": "削除",
|
56
|
+
"deleteColumnMenu": "列の削除",
|
57
|
+
"deleteRowMenu": "行の削除",
|
58
|
+
"deleteTableMenu": "表の削除"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "候補"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "退出",
|
69
|
-
"tooltipContent": "通話を終了"
|
80
|
+
"tooltipContent": "通話を終了",
|
81
|
+
"leaveOption": "退出",
|
82
|
+
"endCallOption": "通話の終了"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "カメラ",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "{remoteParticipantsCount} の {messageReadByCount} による読み取り",
|
181
194
|
"actionMenuMoreOptions": "その他のオプション",
|
182
195
|
"downloadAttachment": "ファイルをダウンロード",
|
196
|
+
"openAttachment": "ファイルを開く",
|
183
197
|
"blockedWarningText": "組織のポリシーにより、このメッセージは削除されました。",
|
184
198
|
"blockedWarningLinkText": "詳細",
|
185
199
|
"attachmentCardGroupMessage": "メッセージに添付ファイルが {attachmentCount} 個あります",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "번호 매기기 목록",
|
45
45
|
"increaseIndentTooltip": "들여쓰기",
|
46
46
|
"decreaseIndentTooltip": "내어쓰기",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "표 삽입",
|
48
|
+
"richTextFormatButtonTooltip": "형식",
|
49
|
+
"insertRowOrColumnMenu": "삽입",
|
50
|
+
"insertTableMenuTitle": "{column} x {row} 표 삽입",
|
51
|
+
"insertRowAboveMenu": "위에 삽입",
|
52
|
+
"insertRowBelowMenu": "아래에 삽입",
|
53
|
+
"insertColumnLeftMenu": "왼쪽에 삽입",
|
54
|
+
"insertColumnRightMenu": "오른쪽에 삽입",
|
55
|
+
"deleteRowOrColumnMenu": "삭제",
|
56
|
+
"deleteColumnMenu": "열 삭제",
|
57
|
+
"deleteRowMenu": "행 삭제",
|
58
|
+
"deleteTableMenu": "표 삭제"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "제안"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "휴가",
|
69
|
-
"tooltipContent": "통화에서 나가기"
|
80
|
+
"tooltipContent": "통화에서 나가기",
|
81
|
+
"leaveOption": "나가기",
|
82
|
+
"endCallOption": "통화 종료"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "카메라",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "{messageReadByCount}/{remoteParticipantsCount}명이 읽음",
|
181
194
|
"actionMenuMoreOptions": "추가 옵션",
|
182
195
|
"downloadAttachment": "파일 다운로드",
|
196
|
+
"openAttachment": "파일 열기",
|
183
197
|
"blockedWarningText": "조직 정책으로 인해 이 메시지가 삭제되었습니다.",
|
184
198
|
"blockedWarningLinkText": "세부 정보",
|
185
199
|
"attachmentCardGroupMessage": "메시지에 {attachmentCount}개의 첨부 파일이 있습니다.",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Nummerert liste",
|
45
45
|
"increaseIndentTooltip": "Øk innrykk",
|
46
46
|
"decreaseIndentTooltip": "Reduser innrykk",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Sett inn tabell",
|
48
|
+
"richTextFormatButtonTooltip": "Format",
|
49
|
+
"insertRowOrColumnMenu": "Sett inn",
|
50
|
+
"insertTableMenuTitle": "Sett inn {column} x {row}-tabell",
|
51
|
+
"insertRowAboveMenu": "Sett inn ovenfor",
|
52
|
+
"insertRowBelowMenu": "Sett inn nedenfor",
|
53
|
+
"insertColumnLeftMenu": "Sett inn til venstre",
|
54
|
+
"insertColumnRightMenu": "Sett inn til høyre",
|
55
|
+
"deleteRowOrColumnMenu": "Slett",
|
56
|
+
"deleteColumnMenu": "Slett kolonne",
|
57
|
+
"deleteRowMenu": "Slett rad",
|
58
|
+
"deleteTableMenu": "Slett tabell"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Forslag"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Forlat",
|
69
|
-
"tooltipContent": "Forlat samtale"
|
80
|
+
"tooltipContent": "Forlat samtale",
|
81
|
+
"leaveOption": "Forlat",
|
82
|
+
"endCallOption": "Avslutt samtalen"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Kamera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Lest av {messageReadByCount} av {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Flere alternativer",
|
182
195
|
"downloadAttachment": "Last ned fil",
|
196
|
+
"openAttachment": "Åpne fil",
|
183
197
|
"blockedWarningText": "Denne meldingen ble slettet på grunn av en organisasjonspolicy.",
|
184
198
|
"blockedWarningLinkText": "Detaljer",
|
185
199
|
"attachmentCardGroupMessage": "Meldingen har {attachmentCount} vedlegg",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Genummerde lijst",
|
45
45
|
"increaseIndentTooltip": "Inspringing vergroten",
|
46
46
|
"decreaseIndentTooltip": "Inspringing verkleinen",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Tabel invoegen",
|
48
|
+
"richTextFormatButtonTooltip": "Indeling",
|
49
|
+
"insertRowOrColumnMenu": "Invoegen",
|
50
|
+
"insertTableMenuTitle": "{column} x {row} tabel invoegen",
|
51
|
+
"insertRowAboveMenu": "Hierboven invoegen",
|
52
|
+
"insertRowBelowMenu": "Hieronder invoegen",
|
53
|
+
"insertColumnLeftMenu": "Links invoegen",
|
54
|
+
"insertColumnRightMenu": "Rechts invoegen",
|
55
|
+
"deleteRowOrColumnMenu": "Verwijderen",
|
56
|
+
"deleteColumnMenu": "Kolom verwijderen",
|
57
|
+
"deleteRowMenu": "Rij verwijderen",
|
58
|
+
"deleteTableMenu": "Tabel verwijderen"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Suggesties"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Verlaten",
|
69
|
-
"tooltipContent": "Gesprek verlaten"
|
80
|
+
"tooltipContent": "Gesprek verlaten",
|
81
|
+
"leaveOption": "Verlaten",
|
82
|
+
"endCallOption": "Gesprek beëindigen"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Camera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Gelezen door {messageReadByCount} van {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Meer opties",
|
182
195
|
"downloadAttachment": "Bestand downloaden",
|
196
|
+
"openAttachment": "Bestand openen",
|
183
197
|
"blockedWarningText": "Dit bericht is verwijderd vanwege organisatiebeleid.",
|
184
198
|
"blockedWarningLinkText": "Details",
|
185
199
|
"attachmentCardGroupMessage": "Het bericht heeft {attachmentCount} bijlage",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Lista numerowana",
|
45
45
|
"increaseIndentTooltip": "Zwiększ wcięcie",
|
46
46
|
"decreaseIndentTooltip": "Zmniejsz wcięcie",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Wstaw tabelę",
|
48
|
+
"richTextFormatButtonTooltip": "Formatowanie",
|
49
|
+
"insertRowOrColumnMenu": "Wstaw",
|
50
|
+
"insertTableMenuTitle": "Wstaw tabelę {column} x {row}",
|
51
|
+
"insertRowAboveMenu": "Wstaw powyżej",
|
52
|
+
"insertRowBelowMenu": "Wstaw poniżej",
|
53
|
+
"insertColumnLeftMenu": "Wstaw z lewej",
|
54
|
+
"insertColumnRightMenu": "Wstaw z prawej",
|
55
|
+
"deleteRowOrColumnMenu": "Usuń",
|
56
|
+
"deleteColumnMenu": "Usuń kolumnę",
|
57
|
+
"deleteRowMenu": "Usuń wiersz",
|
58
|
+
"deleteTableMenu": "Usuń tabelę"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Sugestie"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Wyjdź",
|
69
|
-
"tooltipContent": "Opuść rozmowę"
|
80
|
+
"tooltipContent": "Opuść rozmowę",
|
81
|
+
"leaveOption": "Opuść",
|
82
|
+
"endCallOption": "Zakończ połączenie"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Kamera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Przeczytane przez {messageReadByCount} z {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Więcej opcji",
|
182
195
|
"downloadAttachment": "Pobierz plik",
|
196
|
+
"openAttachment": "Otwórz plik",
|
183
197
|
"blockedWarningText": "Ta wiadomość została usunięta ze względu na zasady organizacyjne.",
|
184
198
|
"blockedWarningLinkText": "Szczegóły",
|
185
199
|
"attachmentCardGroupMessage": "Wiadomość ma {attachmentCount} załącznik",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Lista numerada",
|
45
45
|
"increaseIndentTooltip": "Aumentar recuo",
|
46
46
|
"decreaseIndentTooltip": "Diminuir recuo",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Inserir tabela",
|
48
|
+
"richTextFormatButtonTooltip": "Formato",
|
49
|
+
"insertRowOrColumnMenu": "Inserir",
|
50
|
+
"insertTableMenuTitle": "Inserir tabela {column} x {row}",
|
51
|
+
"insertRowAboveMenu": "Inserir acima",
|
52
|
+
"insertRowBelowMenu": "Inserir abaixo",
|
53
|
+
"insertColumnLeftMenu": "Inserir à esquerda",
|
54
|
+
"insertColumnRightMenu": "Inserir à direita",
|
55
|
+
"deleteRowOrColumnMenu": "Excluir",
|
56
|
+
"deleteColumnMenu": "Excluir coluna",
|
57
|
+
"deleteRowMenu": "Excluir linha",
|
58
|
+
"deleteTableMenu": "Excluir tabela"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Sugestões"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Sair",
|
69
|
-
"tooltipContent": "Sair da chamada"
|
80
|
+
"tooltipContent": "Sair da chamada",
|
81
|
+
"leaveOption": "Sair",
|
82
|
+
"endCallOption": "Encerrar chamada"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Câmera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Lido por {messageReadByCount} de {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Mais opções",
|
182
195
|
"downloadAttachment": "Baixar arquivo",
|
196
|
+
"openAttachment": "Abrir arquivo",
|
183
197
|
"blockedWarningText": "Esta mensagem foi excluída devido à política organizacional.",
|
184
198
|
"blockedWarningLinkText": "Detalhes",
|
185
199
|
"attachmentCardGroupMessage": "A mensagem tem {attachmentCount} anexo",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Нумерованный список",
|
45
45
|
"increaseIndentTooltip": "Увеличить отступ",
|
46
46
|
"decreaseIndentTooltip": "Уменьшить отступ",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Вставить таблицу",
|
48
|
+
"richTextFormatButtonTooltip": "Формат",
|
49
|
+
"insertRowOrColumnMenu": "Вставить",
|
50
|
+
"insertTableMenuTitle": "Вставить таблицу {column} x {row}",
|
51
|
+
"insertRowAboveMenu": "Вставить сверху",
|
52
|
+
"insertRowBelowMenu": "Вставить снизу",
|
53
|
+
"insertColumnLeftMenu": "Вставить слева",
|
54
|
+
"insertColumnRightMenu": "Вставить справа",
|
55
|
+
"deleteRowOrColumnMenu": "Удалить",
|
56
|
+
"deleteColumnMenu": "Удалить столбец",
|
57
|
+
"deleteRowMenu": "Удалить строку",
|
58
|
+
"deleteTableMenu": "Удалить таблицу"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Рекомендации"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Выйти",
|
69
|
-
"tooltipContent": "Покинуть вызов"
|
80
|
+
"tooltipContent": "Покинуть вызов",
|
81
|
+
"leaveOption": "Выйти",
|
82
|
+
"endCallOption": "Завершить звонок"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Камера",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Прочитали: {messageReadByCount} из {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Дополнительные параметры",
|
182
195
|
"downloadAttachment": "Скачать файл",
|
196
|
+
"openAttachment": "Открыть файл",
|
183
197
|
"blockedWarningText": "Это сообщение было удалено политикой организации.",
|
184
198
|
"blockedWarningLinkText": "Сведения",
|
185
199
|
"attachmentCardGroupMessage": "Сообщение содержит {attachmentCount} вложение",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Numrerad lista",
|
45
45
|
"increaseIndentTooltip": "Öka indrag",
|
46
46
|
"decreaseIndentTooltip": "Minska indrag",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Infoga tabell",
|
48
|
+
"richTextFormatButtonTooltip": "Format",
|
49
|
+
"insertRowOrColumnMenu": "Infoga",
|
50
|
+
"insertTableMenuTitle": "Infoga tabell på {column} x {row}",
|
51
|
+
"insertRowAboveMenu": "Infoga ovan",
|
52
|
+
"insertRowBelowMenu": "Infoga nedanför",
|
53
|
+
"insertColumnLeftMenu": "Infoga till vänster",
|
54
|
+
"insertColumnRightMenu": "Infoga till höger",
|
55
|
+
"deleteRowOrColumnMenu": "Ta bort",
|
56
|
+
"deleteColumnMenu": "Ta bort kolumn",
|
57
|
+
"deleteRowMenu": "Ta bort rad",
|
58
|
+
"deleteTableMenu": "Ta bort tabell"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Förslag"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Lämna",
|
69
|
-
"tooltipContent": "Lämna samtal"
|
80
|
+
"tooltipContent": "Lämna samtal",
|
81
|
+
"leaveOption": "Lämna",
|
82
|
+
"endCallOption": "Avsluta samtal"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Kamera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "Läst av {messageReadByCount} av {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "Fler alternativ",
|
182
195
|
"downloadAttachment": "Ladda ner fil",
|
196
|
+
"openAttachment": "Öppna fil",
|
183
197
|
"blockedWarningText": "Det här meddelandet har tagits bort på grund av en organisationsprincip.",
|
184
198
|
"blockedWarningLinkText": "Information",
|
185
199
|
"attachmentCardGroupMessage": "Meddelandet har {attachmentCount} bifogade filer.",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "Numaralandırılmış liste",
|
45
45
|
"increaseIndentTooltip": "Girintiyi artır",
|
46
46
|
"decreaseIndentTooltip": "Girintiyi azalt",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "Tablo ekle",
|
48
|
+
"richTextFormatButtonTooltip": "Biçim",
|
49
|
+
"insertRowOrColumnMenu": "Ekle",
|
50
|
+
"insertTableMenuTitle": "{column} x {row} tablosunu ekleme",
|
51
|
+
"insertRowAboveMenu": "Üste ekle",
|
52
|
+
"insertRowBelowMenu": "Aşağıya ekle",
|
53
|
+
"insertColumnLeftMenu": "Sola ekle",
|
54
|
+
"insertColumnRightMenu": "Sağa ekle",
|
55
|
+
"deleteRowOrColumnMenu": "Sil",
|
56
|
+
"deleteColumnMenu": "Sütunu sil",
|
57
|
+
"deleteRowMenu": "Satırı sil",
|
58
|
+
"deleteTableMenu": "Tabloyu sil"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "Öneriler"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "Ayrıl",
|
69
|
-
"tooltipContent": "Aramadan ayrıl"
|
80
|
+
"tooltipContent": "Aramadan ayrıl",
|
81
|
+
"leaveOption": "Ayrıl",
|
82
|
+
"endCallOption": "Aramayı sonlandır"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "Kamera",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "{messageReadByCount} / {remoteParticipantsCount} katılımcı tarafından okundu",
|
181
194
|
"actionMenuMoreOptions": "Diğer Seçenekler",
|
182
195
|
"downloadAttachment": "Dosyayı indir",
|
196
|
+
"openAttachment": "Dosyayı aç",
|
183
197
|
"blockedWarningText": "Bu ileti kuruluş ilkesi nedeniyle silindi.",
|
184
198
|
"blockedWarningLinkText": "Ayrıntılar",
|
185
199
|
"attachmentCardGroupMessage": "İletinin {attachmentCount} eki var",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "编号列表",
|
45
45
|
"increaseIndentTooltip": "增加缩进量",
|
46
46
|
"decreaseIndentTooltip": "减少缩进量",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "插入表格",
|
48
|
+
"richTextFormatButtonTooltip": "格式",
|
49
|
+
"insertRowOrColumnMenu": "插入",
|
50
|
+
"insertTableMenuTitle": "插入 {column} x {row} 表",
|
51
|
+
"insertRowAboveMenu": "在上方插入",
|
52
|
+
"insertRowBelowMenu": "在下方插入",
|
53
|
+
"insertColumnLeftMenu": "在左侧插入",
|
54
|
+
"insertColumnRightMenu": "在右侧插入",
|
55
|
+
"deleteRowOrColumnMenu": "删除",
|
56
|
+
"deleteColumnMenu": "删除列",
|
57
|
+
"deleteRowMenu": "删除行",
|
58
|
+
"deleteTableMenu": "删除表格"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "建议"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "退出",
|
69
|
-
"tooltipContent": "离开通话"
|
80
|
+
"tooltipContent": "离开通话",
|
81
|
+
"leaveOption": "退出",
|
82
|
+
"endCallOption": "结束通话"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "相机",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "{messageReadByCount}/{remoteParticipantsCount} 人已读",
|
181
194
|
"actionMenuMoreOptions": "更多选项",
|
182
195
|
"downloadAttachment": "下载文件",
|
196
|
+
"openAttachment": "打开文件",
|
183
197
|
"blockedWarningText": "由于组织策略,此消息已被删除。",
|
184
198
|
"blockedWarningLinkText": "详细信息",
|
185
199
|
"attachmentCardGroupMessage": "该邮件包含 {attachmentCount} 个附件",
|
@@ -44,7 +44,18 @@
|
|
44
44
|
"numberListTooltip": "編號清單",
|
45
45
|
"increaseIndentTooltip": "增加縮排",
|
46
46
|
"decreaseIndentTooltip": "減少縮排",
|
47
|
-
"
|
47
|
+
"insertTableTooltip": "插入表格",
|
48
|
+
"richTextFormatButtonTooltip": "格式",
|
49
|
+
"insertRowOrColumnMenu": "插入",
|
50
|
+
"insertTableMenuTitle": "插入 {column} x {row} 表格",
|
51
|
+
"insertRowAboveMenu": "在上方插入",
|
52
|
+
"insertRowBelowMenu": "在下方插入",
|
53
|
+
"insertColumnLeftMenu": "於左方插入",
|
54
|
+
"insertColumnRightMenu": "於右方插入",
|
55
|
+
"deleteRowOrColumnMenu": "刪除",
|
56
|
+
"deleteColumnMenu": "刪除欄",
|
57
|
+
"deleteRowMenu": "刪除列",
|
58
|
+
"deleteTableMenu": "刪除表格"
|
48
59
|
},
|
49
60
|
"mentionPopover": {
|
50
61
|
"mentionPopoverHeader": "建議"
|
@@ -66,7 +77,9 @@
|
|
66
77
|
},
|
67
78
|
"endCallButton": {
|
68
79
|
"label": "離開",
|
69
|
-
"tooltipContent": "離開通話"
|
80
|
+
"tooltipContent": "離開通話",
|
81
|
+
"leaveOption": "離開",
|
82
|
+
"endCallOption": "結束通話"
|
70
83
|
},
|
71
84
|
"cameraButton": {
|
72
85
|
"onLabel": "相機",
|
@@ -180,6 +193,7 @@
|
|
180
193
|
"messageReadCount": "讀取者為 {messageReadByCount} / {remoteParticipantsCount}",
|
181
194
|
"actionMenuMoreOptions": "更多選項",
|
182
195
|
"downloadAttachment": "下載檔案",
|
196
|
+
"openAttachment": "開啟檔案",
|
183
197
|
"blockedWarningText": "由於組織原則,已刪除此訊息。",
|
184
198
|
"blockedWarningLinkText": "詳細資料",
|
185
199
|
"attachmentCardGroupMessage": "這則訊息有 {attachmentCount} 個附件",
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CallSurveyImprovementSuggestions.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/CallSurveyImprovementSuggestions.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * Represents the improvement suggestion part of call survey\n * @
|
1
|
+
{"version":3,"file":"CallSurveyImprovementSuggestions.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/CallSurveyImprovementSuggestions.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * Represents the improvement suggestion part of call survey\n * @public\n */\nexport interface CallSurveyImprovementSuggestions {\n /**\n * Improvement suggestions for overall call\n */\n overallRating?: string;\n /**\n * Improvement suggestions for audio experience\n */\n audioRating?: string;\n /**\n * Improvement suggestions for video experience\n */\n videoRating?: string;\n /**\n * Improvement suggestions for screenshare experience\n */\n screenshareRating?: string;\n}\n"]}
|
@@ -27,7 +27,7 @@ export type CallParticipantListParticipant = ParticipantListParticipant & {
|
|
27
27
|
/**
|
28
28
|
* Spotlight state with order
|
29
29
|
*
|
30
|
-
* @
|
30
|
+
* @public
|
31
31
|
*/
|
32
32
|
export type Spotlight = {
|
33
33
|
/**
|
@@ -46,7 +46,7 @@ export type RaisedHand = {
|
|
46
46
|
/**
|
47
47
|
* Reaction state with reaction type to render
|
48
48
|
*
|
49
|
-
* @
|
49
|
+
* @public
|
50
50
|
*/
|
51
51
|
export type Reaction = {
|
52
52
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ParticipantListParticipant.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/ParticipantListParticipant.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\r\n// Licensed under the MIT License.\r\n\r\nimport { CommunicationParticipant } from './CommunicationParticipant';\r\n\r\n/**\r\n * Calling participant's state, as reflected in the UI components.\r\n *\r\n * @public\r\n */\r\nexport type CallParticipantListParticipant = ParticipantListParticipant & {\r\n /** State of calling participant */\r\n state: ParticipantState;\r\n /** Whether calling participant is screen sharing */\r\n isScreenSharing?: boolean;\r\n /** Whether calling participant is muted */\r\n isMuted?: boolean;\r\n /** Whether calling participant is speaking */\r\n isSpeaking?: boolean;\r\n /** Whether calling participant is raised hand */\r\n raisedHand?: RaisedHand;\r\n /* @conditional-compile-remove(reaction) */\r\n /**\r\n * Whether calling participant has reacted\r\n *\r\n * @beta\r\n * */\r\n reaction?: Reaction;\r\n /* @conditional-compile-remove(spotlight) */\r\n /** Whether calling participant is spotlighted **/\r\n spotlight?: Spotlight;\r\n};\r\n\r\n/* @conditional-compile-remove(spotlight) */\r\n/**\r\n * Spotlight state with order\r\n *\r\n * @
|
1
|
+
{"version":3,"file":"ParticipantListParticipant.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/ParticipantListParticipant.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\r\n// Licensed under the MIT License.\r\n\r\nimport { CommunicationParticipant } from './CommunicationParticipant';\r\n\r\n/**\r\n * Calling participant's state, as reflected in the UI components.\r\n *\r\n * @public\r\n */\r\nexport type CallParticipantListParticipant = ParticipantListParticipant & {\r\n /** State of calling participant */\r\n state: ParticipantState;\r\n /** Whether calling participant is screen sharing */\r\n isScreenSharing?: boolean;\r\n /** Whether calling participant is muted */\r\n isMuted?: boolean;\r\n /** Whether calling participant is speaking */\r\n isSpeaking?: boolean;\r\n /** Whether calling participant is raised hand */\r\n raisedHand?: RaisedHand;\r\n /* @conditional-compile-remove(reaction) */\r\n /**\r\n * Whether calling participant has reacted\r\n *\r\n * @beta\r\n * */\r\n reaction?: Reaction;\r\n /* @conditional-compile-remove(spotlight) */\r\n /** Whether calling participant is spotlighted **/\r\n spotlight?: Spotlight;\r\n};\r\n\r\n/* @conditional-compile-remove(spotlight) */\r\n/**\r\n * Spotlight state with order\r\n *\r\n * @public\r\n */\r\nexport type Spotlight = {\r\n /**\r\n * Specifies the order position of the spotlight\r\n */\r\n spotlightedOrderPosition?: number;\r\n};\r\n\r\n/**\r\n * Raised hand state with order\r\n *\r\n * @public\r\n */\r\nexport type RaisedHand = {\r\n raisedHandOrderPosition: number;\r\n};\r\n\r\n/* @conditional-compile-remove(reaction) */\r\n/**\r\n * Reaction state with reaction type to render\r\n *\r\n * @public\r\n */\r\nexport type Reaction = {\r\n /**\r\n * Specifies the type of reaction videoTile should render i.e. like, heart etc.\r\n */\r\n reactionType: string;\r\n /**\r\n * Received timestamp for the message as default Date format.\r\n */\r\n receivedOn: Date;\r\n};\r\n\r\n/**\r\n * Participants displayed in a {@link ParticipantList}.\r\n *\r\n * @public\r\n */\r\nexport type ParticipantListParticipant = CommunicationParticipant & {\r\n /**\r\n * If true, local participant can remove this participant from the roster.\r\n */\r\n isRemovable: boolean;\r\n};\r\n\r\n/**\r\n * @public\r\n * The connection state of a call participant.\r\n */\r\nexport type ParticipantState =\r\n | 'Idle'\r\n | 'Connecting'\r\n | 'Ringing'\r\n | 'Connected'\r\n | 'Hold'\r\n | 'InLobby'\r\n | 'EarlyMedia'\r\n | 'Disconnected';\r\n"]}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/**
|
2
2
|
* Type for animation sprite image and related metadata
|
3
|
-
* @
|
3
|
+
* @public
|
4
4
|
*/
|
5
5
|
export type ReactionSprite = {
|
6
6
|
/**
|
@@ -11,14 +11,10 @@ export type ReactionSprite = {
|
|
11
11
|
* The frame count of the resource reaction in the sprite image
|
12
12
|
*/
|
13
13
|
frameCount: number;
|
14
|
-
/**
|
15
|
-
* The square size of one frame in the animation resource..
|
16
|
-
*/
|
17
|
-
size?: number;
|
18
14
|
};
|
19
15
|
/**
|
20
16
|
* Interface for animation sprite image and related metadata
|
21
|
-
* @
|
17
|
+
* @public
|
22
18
|
*/
|
23
19
|
export interface ReactionResources {
|
24
20
|
/**
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ReactionTypes.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/ReactionTypes.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(reaction) */\n/**\n * Type for animation sprite image and related metadata\n * @
|
1
|
+
{"version":3,"file":"ReactionTypes.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/ReactionTypes.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(reaction) */\n/**\n * Type for animation sprite image and related metadata\n * @public\n */\nexport type ReactionSprite = {\n /**\n * Path to animation sprite image for reaction.\n */\n url: string; // base64, relative links, relative paths\n /**\n * The frame count of the resource reaction in the sprite image\n */\n frameCount: number;\n};\n\n/* @conditional-compile-remove(reaction) */\n/**\n * Interface for animation sprite image and related metadata\n * @public\n */\nexport interface ReactionResources {\n /**\n * Like reaction animation resource.\n */\n likeReaction?: ReactionSprite;\n /**\n * Heart reaction animation resource.\n */\n heartReaction?: ReactionSprite;\n /**\n * Laugh reaction animation resource.\n */\n laughReaction?: ReactionSprite;\n /**\n * Applause reaction animation resource.\n */\n applauseReaction?: ReactionSprite;\n /**\n * Surprised reaction animation resource.\n */\n surprisedReaction?: ReactionSprite;\n}\n\n//* @conditional-compile-remove(reaction) */\n/**\n * Options for overlay mode for reaction rendering\n * @internal\n */\nexport type OverlayModeTypes = 'grid-tiles' | 'screen-share' | 'content-share';\n"]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"SurveyIssues.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/SurveyIssues.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * @
|
1
|
+
{"version":3,"file":"SurveyIssues.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/SurveyIssues.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * @public\n * Corresponding texts to each call issue\n */\nexport interface SurveyIssues {\n overallRating: {\n callCannotJoin: string;\n callCannotInvite: string;\n hadToRejoin: string;\n callEndedUnexpectedly: string;\n otherIssues: string;\n };\n audioRating: {\n noLocalAudio: string;\n noRemoteAudio: string;\n echo: string;\n audioNoise: string;\n lowVolume: string;\n audioStoppedUnexpectedly: string;\n distortedSpeech: string;\n audioInterruption: string;\n otherIssues: string;\n };\n videoRating: {\n noVideoReceived: string;\n noVideoSent: string;\n lowQuality: string;\n freezes: string;\n stoppedUnexpectedly: string;\n darkVideoReceived: string;\n audioVideoOutOfSync: string;\n otherIssues: string;\n };\n screenshareRating: {\n noContentLocal: string;\n noContentRemote: string;\n cannotPresent: string;\n lowQuality: string;\n freezes: string;\n stoppedUnexpectedly: string;\n largeDelay: string;\n otherIssues: string;\n };\n}\n"]}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"SurveyIssuesHeadingStrings.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/SurveyIssuesHeadingStrings.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * @
|
1
|
+
{"version":3,"file":"SurveyIssuesHeadingStrings.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/SurveyIssuesHeadingStrings.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/**\n * @public\n * Corresponding texts to each call issue category\n */\nexport interface SurveyIssuesHeadingStrings {\n overallRating: string;\n audioRating: string;\n videoRating: string;\n screenshareRating: string;\n}\n"]}
|
@@ -89,7 +89,6 @@ export interface VideoGalleryLocalParticipant extends VideoGalleryParticipant {
|
|
89
89
|
/**
|
90
90
|
* Whether local participant has reacted
|
91
91
|
*
|
92
|
-
* @beta
|
93
92
|
* */
|
94
93
|
reaction?: Reaction;
|
95
94
|
}
|
@@ -113,7 +112,7 @@ export interface VideoGalleryRemoteParticipant extends VideoGalleryParticipant {
|
|
113
112
|
/**
|
114
113
|
* Whether participant has reacted
|
115
114
|
*
|
116
|
-
* @
|
115
|
+
* @public
|
117
116
|
* */
|
118
117
|
reaction?: Reaction;
|
119
118
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"VideoGalleryParticipant.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/VideoGalleryParticipant.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(one-to-n-calling) */\n/* @conditional-compile-remove(PSTN-calls) */\nimport { ParticipantState } from './ParticipantListParticipant';\n\nimport { RaisedHand } from './ParticipantListParticipant';\n/* @conditional-compile-remove(reaction) */\nimport { Reaction } from './ParticipantListParticipant';\n/* @conditional-compile-remove(spotlight) */\nimport { Spotlight } from './ParticipantListParticipant';\n/**\n * Scaling mode of a {@link VideoGalleryStream}.\n *\n * @public\n */\nexport type ViewScalingMode = 'Stretch' | 'Crop' | 'Fit';\n\n/**\n * Options to control how video streams are rendered.\n *\n * @public\n */\nexport declare interface VideoStreamOptions {\n /** Whether the video stream is mirrored or not */\n isMirrored?: boolean;\n /** Scaling mode. It can be `Stretch`, `Crop` or `Fit` */\n scalingMode?: ViewScalingMode;\n}\n\n/**\n * The state of a participant in the {@link VideoGallery}.\n *\n * @public\n */\nexport type VideoGalleryParticipant = {\n /** User ID of participant */\n userId: string;\n /** Whether participant is muted */\n isMuted?: boolean;\n /** Display name of participant */\n displayName?: string;\n /** Video stream of participant */\n videoStream?: VideoGalleryStream;\n /** Whether participant is screen sharing or not */\n isScreenSharingOn?: boolean;\n /* @conditional-compile-remove(spotlight) */\n /** Whether participant is spotlighted **/\n spotlight?: Spotlight;\n};\n\n/**\n * Video stream of a participant in {@link VideoGallery}.\n *\n * @public\n */\nexport interface VideoGalleryStream {\n /** ID of the video stream */\n id?: number;\n /** Whether the video stream is available or not */\n isAvailable?: boolean;\n /** Whether the video stream is receiving data or not */\n isReceiving?: boolean;\n /** Whether the video stream is mirrored or not */\n isMirrored?: boolean;\n /** Render element of the video stream */\n renderElement?: HTMLElement;\n /** Scaling mode of the video stream */\n scalingMode?: ViewScalingMode;\n /** Stream Size of the video stream */\n streamSize?: { width: number; height: number };\n}\n\n/**\n * Object returned after creating a local or remote VideoStream.\n * This contains helper functions to manipulate the render of the stream.\n *\n * @public\n */\nexport interface CreateVideoStreamViewResult {\n /** View handle of the rendered video stream */\n view: {\n /**\n * Update the scale mode for this view.\n * @param scalingMode - The new scale mode.\n */\n updateScalingMode: (scalingMode: ViewScalingMode) => Promise<void>;\n };\n}\n\n// set the required attribs in selector. (Further simplifying our component logic) For example\n// isLocalVideoReady can be calculated inside selector.\n/**\n * The state of the local participant in the {@link VideoGallery}.\n *\n * @public\n */\nexport interface VideoGalleryLocalParticipant extends VideoGalleryParticipant {\n /** Whether local participant is raised a hand */\n raisedHand?: RaisedHand;\n /* @conditional-compile-remove(reaction) */\n /**\n * Whether local participant has reacted\n *\n *
|
1
|
+
{"version":3,"file":"VideoGalleryParticipant.js","sourceRoot":"","sources":["../../../../../../react-components/src/types/VideoGalleryParticipant.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/* @conditional-compile-remove(one-to-n-calling) */\n/* @conditional-compile-remove(PSTN-calls) */\nimport { ParticipantState } from './ParticipantListParticipant';\n\nimport { RaisedHand } from './ParticipantListParticipant';\n/* @conditional-compile-remove(reaction) */\nimport { Reaction } from './ParticipantListParticipant';\n/* @conditional-compile-remove(spotlight) */\nimport { Spotlight } from './ParticipantListParticipant';\n/**\n * Scaling mode of a {@link VideoGalleryStream}.\n *\n * @public\n */\nexport type ViewScalingMode = 'Stretch' | 'Crop' | 'Fit';\n\n/**\n * Options to control how video streams are rendered.\n *\n * @public\n */\nexport declare interface VideoStreamOptions {\n /** Whether the video stream is mirrored or not */\n isMirrored?: boolean;\n /** Scaling mode. It can be `Stretch`, `Crop` or `Fit` */\n scalingMode?: ViewScalingMode;\n}\n\n/**\n * The state of a participant in the {@link VideoGallery}.\n *\n * @public\n */\nexport type VideoGalleryParticipant = {\n /** User ID of participant */\n userId: string;\n /** Whether participant is muted */\n isMuted?: boolean;\n /** Display name of participant */\n displayName?: string;\n /** Video stream of participant */\n videoStream?: VideoGalleryStream;\n /** Whether participant is screen sharing or not */\n isScreenSharingOn?: boolean;\n /* @conditional-compile-remove(spotlight) */\n /** Whether participant is spotlighted **/\n spotlight?: Spotlight;\n};\n\n/**\n * Video stream of a participant in {@link VideoGallery}.\n *\n * @public\n */\nexport interface VideoGalleryStream {\n /** ID of the video stream */\n id?: number;\n /** Whether the video stream is available or not */\n isAvailable?: boolean;\n /** Whether the video stream is receiving data or not */\n isReceiving?: boolean;\n /** Whether the video stream is mirrored or not */\n isMirrored?: boolean;\n /** Render element of the video stream */\n renderElement?: HTMLElement;\n /** Scaling mode of the video stream */\n scalingMode?: ViewScalingMode;\n /** Stream Size of the video stream */\n streamSize?: { width: number; height: number };\n}\n\n/**\n * Object returned after creating a local or remote VideoStream.\n * This contains helper functions to manipulate the render of the stream.\n *\n * @public\n */\nexport interface CreateVideoStreamViewResult {\n /** View handle of the rendered video stream */\n view: {\n /**\n * Update the scale mode for this view.\n * @param scalingMode - The new scale mode.\n */\n updateScalingMode: (scalingMode: ViewScalingMode) => Promise<void>;\n };\n}\n\n// set the required attribs in selector. (Further simplifying our component logic) For example\n// isLocalVideoReady can be calculated inside selector.\n/**\n * The state of the local participant in the {@link VideoGallery}.\n *\n * @public\n */\nexport interface VideoGalleryLocalParticipant extends VideoGalleryParticipant {\n /** Whether local participant is raised a hand */\n raisedHand?: RaisedHand;\n /* @conditional-compile-remove(reaction) */\n /**\n * Whether local participant has reacted\n *\n * */\n reaction?: Reaction;\n}\n\n/**\n * The state of a remote participant in the {@link VideoGallery}.\n *\n * @public\n */\nexport interface VideoGalleryRemoteParticipant extends VideoGalleryParticipant {\n /** Whether participant is speaking or not */\n isSpeaking?: boolean;\n /** Video stream of shared screen */\n screenShareStream?: VideoGalleryStream;\n /* @conditional-compile-remove(one-to-n-calling) */\n /* @conditional-compile-remove(PSTN-calls) */\n /**\n * @beta\n * The connection state of the participant. For example, 'Hold', 'Connecting' etc.\n */\n state?: ParticipantState;\n /** Whether participant is raised a hand */\n raisedHand?: RaisedHand;\n /* @conditional-compile-remove(reaction) */\n /**\n * Whether participant has reacted\n *\n * @public\n * */\n reaction?: Reaction;\n}\n"]}
|
@@ -658,10 +658,6 @@ export interface CallCompositeStrings {
|
|
658
658
|
* Cancel button label for survey
|
659
659
|
*/
|
660
660
|
surveySkipButtonLabel: string;
|
661
|
-
/**
|
662
|
-
* Default text for free form text box
|
663
|
-
*/
|
664
|
-
surveyTextboxDefaultText: string;
|
665
661
|
/**
|
666
662
|
* Thank you text appeared on screen after survey is submitted
|
667
663
|
*/
|
@@ -673,7 +669,7 @@ export interface CallCompositeStrings {
|
|
673
669
|
/**
|
674
670
|
* Corresponding texts to each call category
|
675
671
|
*/
|
676
|
-
|
672
|
+
surveyIssuesHeadingStrings: SurveyIssuesHeadingStrings;
|
677
673
|
/**
|
678
674
|
* String for the dismiss control on the local and remote PIP on mobile
|
679
675
|
*/
|
@@ -735,9 +731,13 @@ export interface CallCompositeStrings {
|
|
735
731
|
*/
|
736
732
|
exitSpotlightButtonTooltip: string;
|
737
733
|
/**
|
738
|
-
* Label for confirm button
|
734
|
+
* Label for confirm button of hang up for everyone dialog
|
735
|
+
*/
|
736
|
+
leaveConfirmButtonLabel?: string;
|
737
|
+
/**
|
738
|
+
* Label for confirm button of leave confim dialog
|
739
739
|
*/
|
740
|
-
|
740
|
+
endCallConfirmButtonLabel?: string;
|
741
741
|
/**
|
742
742
|
* Label for cancel button in hang up confirm dialog
|
743
743
|
*/
|