@azure/communication-react 1.13.0-alpha-202402110013 → 1.13.0-alpha-202402130013

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/dist/communication-react.d.ts +54 -15
  2. package/dist/dist-cjs/communication-react/index.js +155 -92
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  6. package/dist/dist-esm/react-components/src/components/ImageOverlay.d.ts +7 -3
  7. package/dist/dist-esm/react-components/src/components/ImageOverlay.js +14 -15
  8. package/dist/dist-esm/react-components/src/components/ImageOverlay.js.map +1 -1
  9. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.d.ts +8 -7
  10. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js +43 -27
  11. package/dist/dist-esm/react-components/src/components/styles/ImageOverlay.style.js.map +1 -1
  12. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +8 -2
  13. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +8 -2
  14. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +8 -2
  15. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +8 -2
  16. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +8 -2
  17. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +8 -2
  18. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +8 -2
  19. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +8 -2
  20. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +8 -2
  21. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +8 -2
  22. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +8 -2
  23. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +8 -2
  24. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +8 -2
  25. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +8 -2
  26. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +8 -2
  27. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +8 -2
  28. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +8 -2
  29. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +8 -2
  30. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +8 -2
  31. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +8 -2
  32. package/dist/dist-esm/react-components/src/theming/themes.d.ts +21 -8
  33. package/dist/dist-esm/react-components/src/theming/themes.js +16 -7
  34. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  35. package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.d.ts +4 -4
  36. package/dist/dist-esm/react-components/src/types/CallSurveyImprovementSuggestions.js.map +1 -1
  37. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +3 -0
  38. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +14 -1
  39. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  40. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +3 -0
  41. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  42. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.d.ts +3 -0
  43. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +9 -0
  44. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  45. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +1 -1
  46. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  47. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +3 -0
  48. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +17 -1
  49. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  50. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +18 -0
  51. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  52. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.d.ts +1 -0
  53. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  54. package/dist/dist-esm/react-composites/src/composites/common/Survey.js +2 -2
  55. package/dist/dist-esm/react-composites/src/composites/common/Survey.js.map +1 -1
  56. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +29 -2
  57. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +29 -2
  58. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +29 -2
  59. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +29 -2
  60. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +29 -2
  61. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +29 -2
  62. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +29 -2
  63. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +29 -2
  64. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +29 -2
  65. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +29 -2
  66. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +29 -2
  67. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +29 -2
  68. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +29 -2
  69. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +29 -2
  70. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +29 -2
  71. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +29 -2
  72. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +29 -2
  73. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +29 -2
  74. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +29 -2
  75. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +29 -2
  76. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"Survey.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/Survey.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport React from 'react';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { useState } from 'react';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { useLocale } from '../localization';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { CallSurvey, CallSurveyResponse } from '@azure/communication-calling';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { Text, PrimaryButton, Stack, Theme, mergeStyles, useTheme } from '@fluentui/react';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { SurveyContent } from './SurveyContent';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { CallSurveyImprovementSuggestions } from '@internal/react-components';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { _pxToRem } from '@internal/acs-ui-common';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { CallCompositeIcons } from './icons';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { NoticePage } from '../CallComposite/pages/NoticePage';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { ThankYouForFeedbackPage } from '../CallComposite/pages/ThankYouForFeedbackPage';\n\n/** @private */\nexport const Survey = (props: {\n /* @conditional-compile-remove(end-of-call-survey) */\n iconName?: keyof CallCompositeIcons;\n /* @conditional-compile-remove(end-of-call-survey) */\n title: string;\n /* @conditional-compile-remove(end-of-call-survey) */\n moreDetails?: string;\n /* @conditional-compile-remove(end-of-call-survey) */\n disableStartCallButton?: boolean;\n /* @conditional-compile-remove(end-of-call-survey) */\n isMobile?: boolean;\n /* @conditional-compile-remove(end-of-call-survey) */\n onSubmitSurvey?: (survey: CallSurvey) => Promise<CallSurveyResponse | undefined>;\n /* @conditional-compile-remove(end-of-call-survey) */\n /**\n * Optional callback to redirect users to custom screens when survey is done, note that default end call screen will be shown if this callback is not provided\n * This callback can be used to redirect users to different screens depending on survey state, whether it is submitted, skipped or has a problem when submitting the survey\n */\n onSurveyClosed?: (surveyState: 'sent' | 'skipped' | 'error', surveyError?: string) => void;\n /* @conditional-compile-remove(end-of-call-survey) */\n onSurveySubmittedCustom?: (\n callId: string,\n surveyId: string,\n /**\n * This is the survey results containing star survey data and API tag survey data.\n * This part of the result will always be sent to the calling sdk\n * This callback provides user with the ability to gain access to survey data\n */\n submittedSurvey: CallSurvey,\n /**\n * This is the survey results containing free form text\n * This part of the result will not be handled by composites\n * User will need to collect and handle this information 100% on their own\n * Free form text survey is not going to show in the UI if onSurveySubmitted is not populated\n */\n improvementSuggestions: CallSurveyImprovementSuggestions\n ) => Promise<void>;\n}): JSX.Element => {\n /* @conditional-compile-remove(end-of-call-survey) */\n const {\n onSubmitSurvey,\n onSurveySubmittedCustom,\n onSurveyClosed,\n iconName,\n title,\n moreDetails,\n disableStartCallButton,\n isMobile\n } = props;\n /* @conditional-compile-remove(end-of-call-survey) */\n const strings = useLocale().strings.call;\n /* @conditional-compile-remove(end-of-call-survey) */\n const [ratings, setRatings] = useState(0);\n /* @conditional-compile-remove(end-of-call-survey) */\n const [issuesSelected, setIssuesSelected] = useState<CallSurvey | undefined>();\n /* @conditional-compile-remove(end-of-call-survey) */\n const [showSubmitFeedbackButton, setShowSubmitFeedbackButton] = useState(false);\n /* @conditional-compile-remove(end-of-call-survey) */\n const [improvementSuggestions, setImprovementSuggestions] = useState<CallSurveyImprovementSuggestions>({});\n\n /* @conditional-compile-remove(end-of-call-survey) */\n const [showDefaultAfterSubmitScreen, setShowDefaultAfterSubmitScreen] = useState<boolean>(false);\n\n /* @conditional-compile-remove(end-of-call-survey) */\n const [showDefaultAfterDismissedScreen, setShowDefaultAfterDismissedScreen] = useState<boolean>(false);\n\n /* @conditional-compile-remove(end-of-call-survey) */\n const [submitButtonDisabled, setSubmitButtonDisabled] = useState<boolean>(false);\n\n /* @conditional-compile-remove(end-of-call-survey) */\n const theme = useTheme();\n\n /* @conditional-compile-remove(end-of-call-survey) */\n const questionTextStyle = (theme: Theme): string =>\n mergeStyles({\n fontWeight: 600,\n fontSize: _pxToRem(20),\n lineHeight: _pxToRem(20),\n color: theme.palette.neutralPrimary\n });\n /* @conditional-compile-remove(end-of-call-survey) */\n return (\n <>\n {showDefaultAfterSubmitScreen && <ThankYouForFeedbackPage iconName={iconName} />}\n {showDefaultAfterDismissedScreen && (\n <NoticePage\n iconName={iconName}\n title={title}\n moreDetails={moreDetails}\n dataUiId={'left-call-page'}\n disableStartCallButton={disableStartCallButton}\n />\n )}\n {!showDefaultAfterSubmitScreen && !showDefaultAfterDismissedScreen && (\n <Stack verticalAlign=\"center\" style={{ width: isMobile ? '20rem' : '24rem' }}>\n <Text className={questionTextStyle(theme)}>{strings.surveyTitle}</Text>\n <SurveyContent\n setShowSubmitFeedbackButton={(showButton: boolean) => {\n setShowSubmitFeedbackButton(showButton);\n }}\n setRatings={(rating: number) => {\n setRatings(rating);\n }}\n setIssuesSelected={(issuesSelected: CallSurvey) => {\n setIssuesSelected(issuesSelected);\n }}\n setImprovementSuggestions={\n onSurveySubmittedCustom\n ? (improvementSuggestions: CallSurveyImprovementSuggestions) => {\n setImprovementSuggestions(improvementSuggestions);\n }\n : undefined\n }\n />\n <Stack horizontal horizontalAlign=\"end\">\n <PrimaryButton\n style={{ marginTop: '1rem', marginRight: '0.5rem' }}\n onClick={() => {\n if (onSurveyClosed) {\n onSurveyClosed('skipped');\n } else {\n setShowDefaultAfterDismissedScreen(true);\n }\n }}\n >\n {strings.surveySkipButtonLabel}\n </PrimaryButton>\n\n {showSubmitFeedbackButton && (\n <PrimaryButton\n disabled={submitButtonDisabled}\n style={{ marginTop: '1rem', marginLeft: '0.5rem' }}\n onClick={async () => {\n const surveyResults: CallSurvey = { overallRating: { score: ratings } };\n if (issuesSelected?.overallRating) {\n surveyResults.overallRating = { score: ratings, issues: issuesSelected.overallRating.issues };\n }\n if (issuesSelected?.audioRating) {\n surveyResults.audioRating = { score: ratings, issues: issuesSelected.audioRating.issues };\n }\n if (issuesSelected?.screenshareRating) {\n surveyResults.screenshareRating = {\n score: ratings,\n issues: issuesSelected.screenshareRating.issues\n };\n }\n if (issuesSelected?.videoRating) {\n surveyResults.videoRating = { score: ratings, issues: issuesSelected.videoRating.issues };\n }\n if (onSubmitSurvey) {\n // disable submit button while waiting for the survey to submit\n setSubmitButtonDisabled(true);\n // submitting survey results to calling\n onSubmitSurvey(surveyResults)\n .then((res) => {\n // if contoso provided callback to handle their own survey data, send over the submitted survey results\n if (onSurveySubmittedCustom) {\n onSurveySubmittedCustom(\n res?.callId ?? '',\n res?.id ?? '',\n surveyResults,\n improvementSuggestions\n ).then(() => setSubmitButtonDisabled(false));\n } else {\n // if callback is not provided, enable the submit button after survey is submitted\n setSubmitButtonDisabled(false);\n }\n\n // redirect to new screen\n if (onSurveyClosed) {\n // redirect to new screen according to contoso's callback set up\n onSurveyClosed('sent');\n } else {\n // if call back not provided, redirect to default screen\n setShowDefaultAfterSubmitScreen(true);\n }\n })\n .catch((e) => {\n // if there is an error submitting the survey, log the error in the console\n console.log('error when submitting survey: ' + e);\n // if contoso provided redirect callback, pass contoso the error so they can redirect to a corresponding error screen\n if (onSurveyClosed) {\n onSurveyClosed('error', e);\n }\n });\n }\n }}\n >\n {strings.surveyConfirmButtonLabel}\n </PrimaryButton>\n )}\n </Stack>\n </Stack>\n )}\n </>\n );\n return <></>;\n};\n"]}
1
+ {"version":3,"file":"Survey.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/Survey.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport React from 'react';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { useState } from 'react';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { useLocale } from '../localization';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { CallSurvey, CallSurveyResponse } from '@azure/communication-calling';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { Text, PrimaryButton, Stack, Theme, mergeStyles, useTheme, DefaultButton } from '@fluentui/react';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { SurveyContent } from './SurveyContent';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { CallSurveyImprovementSuggestions } from '@internal/react-components';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { _pxToRem } from '@internal/acs-ui-common';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { CallCompositeIcons } from './icons';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { NoticePage } from '../CallComposite/pages/NoticePage';\n/* @conditional-compile-remove(end-of-call-survey) */\nimport { ThankYouForFeedbackPage } from '../CallComposite/pages/ThankYouForFeedbackPage';\n\n/** @private */\nexport const Survey = (props: {\n /* @conditional-compile-remove(end-of-call-survey) */\n iconName?: keyof CallCompositeIcons;\n /* @conditional-compile-remove(end-of-call-survey) */\n title: string;\n /* @conditional-compile-remove(end-of-call-survey) */\n moreDetails?: string;\n /* @conditional-compile-remove(end-of-call-survey) */\n disableStartCallButton?: boolean;\n /* @conditional-compile-remove(end-of-call-survey) */\n isMobile?: boolean;\n /* @conditional-compile-remove(end-of-call-survey) */\n onSubmitSurvey?: (survey: CallSurvey) => Promise<CallSurveyResponse | undefined>;\n /* @conditional-compile-remove(end-of-call-survey) */\n /**\n * Optional callback to redirect users to custom screens when survey is done, note that default end call screen will be shown if this callback is not provided\n * This callback can be used to redirect users to different screens depending on survey state, whether it is submitted, skipped or has a problem when submitting the survey\n */\n onSurveyClosed?: (surveyState: 'sent' | 'skipped' | 'error', surveyError?: string) => void;\n /* @conditional-compile-remove(end-of-call-survey) */\n onSurveySubmittedCustom?: (\n callId: string,\n surveyId: string,\n /**\n * This is the survey results containing star survey data and API tag survey data.\n * This part of the result will always be sent to the calling sdk\n * This callback provides user with the ability to gain access to survey data\n */\n submittedSurvey: CallSurvey,\n /**\n * This is the survey results containing free form text\n * This part of the result will not be handled by composites\n * User will need to collect and handle this information 100% on their own\n * Free form text survey is not going to show in the UI if onSurveySubmitted is not populated\n */\n improvementSuggestions: CallSurveyImprovementSuggestions\n ) => Promise<void>;\n}): JSX.Element => {\n /* @conditional-compile-remove(end-of-call-survey) */\n const {\n onSubmitSurvey,\n onSurveySubmittedCustom,\n onSurveyClosed,\n iconName,\n title,\n moreDetails,\n disableStartCallButton,\n isMobile\n } = props;\n /* @conditional-compile-remove(end-of-call-survey) */\n const strings = useLocale().strings.call;\n /* @conditional-compile-remove(end-of-call-survey) */\n const [ratings, setRatings] = useState(0);\n /* @conditional-compile-remove(end-of-call-survey) */\n const [issuesSelected, setIssuesSelected] = useState<CallSurvey | undefined>();\n /* @conditional-compile-remove(end-of-call-survey) */\n const [showSubmitFeedbackButton, setShowSubmitFeedbackButton] = useState(false);\n /* @conditional-compile-remove(end-of-call-survey) */\n const [improvementSuggestions, setImprovementSuggestions] = useState<CallSurveyImprovementSuggestions>({});\n\n /* @conditional-compile-remove(end-of-call-survey) */\n const [showDefaultAfterSubmitScreen, setShowDefaultAfterSubmitScreen] = useState<boolean>(false);\n\n /* @conditional-compile-remove(end-of-call-survey) */\n const [showDefaultAfterDismissedScreen, setShowDefaultAfterDismissedScreen] = useState<boolean>(false);\n\n /* @conditional-compile-remove(end-of-call-survey) */\n const [submitButtonDisabled, setSubmitButtonDisabled] = useState<boolean>(false);\n\n /* @conditional-compile-remove(end-of-call-survey) */\n const theme = useTheme();\n\n /* @conditional-compile-remove(end-of-call-survey) */\n const questionTextStyle = (theme: Theme): string =>\n mergeStyles({\n fontWeight: 600,\n fontSize: _pxToRem(20),\n lineHeight: _pxToRem(20),\n color: theme.palette.neutralPrimary\n });\n /* @conditional-compile-remove(end-of-call-survey) */\n return (\n <>\n {showDefaultAfterSubmitScreen && <ThankYouForFeedbackPage iconName={iconName} />}\n {showDefaultAfterDismissedScreen && (\n <NoticePage\n iconName={iconName}\n title={title}\n moreDetails={moreDetails}\n dataUiId={'left-call-page'}\n disableStartCallButton={disableStartCallButton}\n />\n )}\n {!showDefaultAfterSubmitScreen && !showDefaultAfterDismissedScreen && (\n <Stack verticalAlign=\"center\" style={{ width: isMobile ? '20rem' : '24rem' }}>\n <Text className={questionTextStyle(theme)}>{strings.surveyTitle}</Text>\n <SurveyContent\n setShowSubmitFeedbackButton={(showButton: boolean) => {\n setShowSubmitFeedbackButton(showButton);\n }}\n setRatings={(rating: number) => {\n setRatings(rating);\n }}\n setIssuesSelected={(issuesSelected: CallSurvey) => {\n setIssuesSelected(issuesSelected);\n }}\n setImprovementSuggestions={\n onSurveySubmittedCustom\n ? (improvementSuggestions: CallSurveyImprovementSuggestions) => {\n setImprovementSuggestions(improvementSuggestions);\n }\n : undefined\n }\n />\n <Stack horizontal horizontalAlign=\"end\">\n <DefaultButton\n style={{ marginTop: '1rem', marginRight: '0.5rem' }}\n onClick={() => {\n if (onSurveyClosed) {\n onSurveyClosed('skipped');\n } else {\n setShowDefaultAfterDismissedScreen(true);\n }\n }}\n >\n {strings.surveySkipButtonLabel}\n </DefaultButton>\n\n {showSubmitFeedbackButton && (\n <PrimaryButton\n disabled={submitButtonDisabled}\n style={{ marginTop: '1rem', marginLeft: '0.5rem' }}\n onClick={async () => {\n const surveyResults: CallSurvey = { overallRating: { score: ratings } };\n if (issuesSelected?.overallRating) {\n surveyResults.overallRating = { score: ratings, issues: issuesSelected.overallRating.issues };\n }\n if (issuesSelected?.audioRating) {\n surveyResults.audioRating = { score: ratings, issues: issuesSelected.audioRating.issues };\n }\n if (issuesSelected?.screenshareRating) {\n surveyResults.screenshareRating = {\n score: ratings,\n issues: issuesSelected.screenshareRating.issues\n };\n }\n if (issuesSelected?.videoRating) {\n surveyResults.videoRating = { score: ratings, issues: issuesSelected.videoRating.issues };\n }\n if (onSubmitSurvey) {\n // disable submit button while waiting for the survey to submit\n setSubmitButtonDisabled(true);\n // submitting survey results to calling\n onSubmitSurvey(surveyResults)\n .then((res) => {\n // if contoso provided callback to handle their own survey data, send over the submitted survey results\n if (onSurveySubmittedCustom) {\n onSurveySubmittedCustom(\n res?.callId ?? '',\n res?.id ?? '',\n surveyResults,\n improvementSuggestions\n ).then(() => setSubmitButtonDisabled(false));\n } else {\n // if callback is not provided, enable the submit button after survey is submitted\n setSubmitButtonDisabled(false);\n }\n\n // redirect to new screen\n if (onSurveyClosed) {\n // redirect to new screen according to contoso's callback set up\n onSurveyClosed('sent');\n } else {\n // if call back not provided, redirect to default screen\n setShowDefaultAfterSubmitScreen(true);\n }\n })\n .catch((e) => {\n // if there is an error submitting the survey, log the error in the console\n console.log('error when submitting survey: ' + e);\n // if contoso provided redirect callback, pass contoso the error so they can redirect to a corresponding error screen\n if (onSurveyClosed) {\n onSurveyClosed('error', e);\n }\n });\n }\n }}\n >\n {strings.surveyConfirmButtonLabel}\n </PrimaryButton>\n )}\n </Stack>\n </Stack>\n )}\n </>\n );\n return <></>;\n};\n"]}
@@ -60,6 +60,11 @@
60
60
  "removedFromCallMoreDetails": "قام مشارك آخر بإزالتك من المكالمة.",
61
61
  "removedFromCallTitle": "تمت إزالتك",
62
62
  "removeMenuLabel": "إزالة",
63
+ "startSpotlightParticipantListMenuLabel": "تسليط الضوء لدى الجميع",
64
+ "addSpotlightParticipantListMenuLabel": "إضافة تسليط ضوء",
65
+ "stopSpotlightParticipantListMenuLabel": "التوقف عن تسليط الضوء",
66
+ "stopSpotlightOnSelfParticipantListMenuLabel": "الخروج من وضع تسليط الضوء",
67
+ "spotlightLimitReachedParticipantListMenuTitle": "تم الوصول إلى الحد الأقصى لتسليط الضوء",
63
68
  "returnToCallButtonAriaDescription": "رجوع إلى المكالمة",
64
69
  "returnToCallButtonAriaLabel": "رجوع",
65
70
  "roomNotFoundDetails": "تعذر العثور على معرف الغرفة الذي تم توفيره.",
@@ -120,6 +125,13 @@
120
125
  "callRejectedMoreDetails": "الشخص الذي تحاول الوصول إليه غير متوفر. الرجاء المحاولة مرة أخرى لاحقا.",
121
126
  "callTimeoutTitle": "إكمال المكالمة غير ممكن",
122
127
  "callTimeoutDetails": "الشخص الذي تحاول الوصول إليه غير متوفر. الرجاء المحاولة مرة أخرى لاحقا.",
128
+ "callTimeoutBotTitle": "إكمال المكالمة غير ممكن",
129
+ "callTimeoutBotDetails": "الخدمة التي تحاول الوصول إليها غير متوفرة. الرجاء المحاولة مرة أخرى لاحقا.",
130
+ "dtmfDialerButtonLabel": "لوحة الطلب",
131
+ "dtmfDialerButtonTooltipOn": "عرض لوحة الطلب",
132
+ "dtmfDialerButtonTooltipOff": "إخفاء لوحة الطلب",
133
+ "dtmfDialerMoreButtonLabelOn": "عرض لوحة الطلب",
134
+ "dtmfDialerMoreButtonLabelOff": "إخفاء لوحة الطلب",
123
135
  "spokenLanguageStrings": {
124
136
  "ar-ae": "العربية - الإمارات العربية المتحدة",
125
137
  "ar-sa": "العربية - السعودية",
@@ -232,7 +244,7 @@
232
244
  "grantedDueToRoleChangeToPresenter": "أنت مقدم العرض. يمكنك مشاركة المحتوى وتسهيل الاجتماع."
233
245
  }
234
246
  },
235
- "surveyQuestion": "كيف كانت مكالمتك اليوم؟",
247
+ "surveyTitle": "ساعدنا في تحسين خدماتنا",
236
248
  "starSurveyHelperText": "كيف كانت جودة المكالمة؟",
237
249
  "starSurveyOneStarText": "كانت الجودة سيئة.",
238
250
  "starSurveyTwoStarText": "كانت الجودة رديئة.",
@@ -241,11 +253,12 @@
241
253
  "starSurveyFiveStarText": "كانت الجودة ممتازة.",
242
254
  "surveyConfirmButtonLabel": "إرسال ملاحظات",
243
255
  "starRatingAriaLabel": "حدد {0} من {1} نجوم",
244
- "surveyCancelButtonAriaLabel": "إلغاء الأمر",
256
+ "surveySkipButtonLabel": "تخطٍ",
245
257
  "tagsSurveyQuestion": "ما الذي كان يمكن أن يكون أفضل؟",
246
258
  "tagsSurveyTextFieldDefaultText": "أخرى، يُرجى التحديد",
247
259
  "tagsSurveyHelperText": "تحقق من أي مشاكل واجهتك",
248
260
  "surveyTextboxDefaultText": "أخرى، يُرجى التحديد",
261
+ "endOfSurveyText": "شكراً لك على تقديم ملاحظاتك!",
249
262
  "surveyIssues": {
250
263
  "overallRating": {
251
264
  "callCannotJoin": "تعذر علي الانضمام إلى المكالمة",
@@ -291,6 +304,20 @@
291
304
  "audioRating": "صوت",
292
305
  "videoRating": "فيديو",
293
306
  "screenshareRating": "تقديم"
307
+ },
308
+ "spotlightPrompt": {
309
+ "startSpotlightHeading": "هل تريد تسليط الضوء للجميع؟",
310
+ "startSpotlightText": "ستسلط الضوء على هذا الفيديو لجميع المشاركين في الاجتماع.",
311
+ "startSpotlightOnSelfText": "ستبرز مقطع الفيديو الخاص بك لجميع المشاركين في الاجتماع.",
312
+ "startSpotlightConfirmButtonLabel": "تسليط الضوء للجميع",
313
+ "startSpotlightCancelButtonLabel": "إلغاء",
314
+ "stopSpotlightHeading": "هل تريد إيقاف تسليط الضوء؟",
315
+ "stopSpotlightOnSelfHeading": "هل تريد إنهاء تسليط الضوء؟",
316
+ "stopSpotlightText": "لن يتم تمييز الفيديو الخاص بك بعد الآن لجميع المشاركين في الاجتماع.",
317
+ "stopSpotlightOnSelfText": "لن يتم تمييز الفيديو الخاص بك بعد الآن لجميع المشاركين في الاجتماع.",
318
+ "stopSpotlightConfirmButtonLabel": "التوقف عن تسليط الضوء",
319
+ "stopSpotlightOnSelfConfirmButtonLabel": "الخروج من وضع تسليط الضوء",
320
+ "stopSpotlightCancelButtonLabel": "إلغاء"
294
321
  }
295
322
  },
296
323
  "chat": {
@@ -60,6 +60,11 @@
60
60
  "removedFromCallMoreDetails": "Jiný účastník vás odebral z hovoru.",
61
61
  "removedFromCallTitle": "Byli jste odebráni",
62
62
  "removeMenuLabel": "Odebrat",
63
+ "startSpotlightParticipantListMenuLabel": "Přidat do hlavního výběru všem",
64
+ "addSpotlightParticipantListMenuLabel": "Přidat do hlavního výběru",
65
+ "stopSpotlightParticipantListMenuLabel": "Zastavit přidávání do hlavního výběru",
66
+ "stopSpotlightOnSelfParticipantListMenuLabel": "Ukončit hlavní výběr",
67
+ "spotlightLimitReachedParticipantListMenuTitle": "Dosáhlo se limitu hlavního výběru",
63
68
  "returnToCallButtonAriaDescription": "Pokračovat v hovoru",
64
69
  "returnToCallButtonAriaLabel": "Zpět",
65
70
  "roomNotFoundDetails": "Zadané ID místnosti se nepovedlo najít.",
@@ -120,6 +125,13 @@
120
125
  "callRejectedMoreDetails": "Osoba, se kterou se pokoušíte spojit, není k dispozici. Zkuste to prosím znovu později.",
121
126
  "callTimeoutTitle": "Hovor nešlo spojit.",
122
127
  "callTimeoutDetails": "Osoba, se kterou se pokoušíte spojit, není k dispozici. Zkuste to prosím znovu později.",
128
+ "callTimeoutBotTitle": "Hovor nešlo spojit.",
129
+ "callTimeoutBotDetails": "Služba, ke které se pokoušíte získat přístup, není k dispozici. Zkuste to prosím znovu později.",
130
+ "dtmfDialerButtonLabel": "Číselník",
131
+ "dtmfDialerButtonTooltipOn": "Zobrazit číselník",
132
+ "dtmfDialerButtonTooltipOff": "Skrýt číselník",
133
+ "dtmfDialerMoreButtonLabelOn": "Zobrazit číselník",
134
+ "dtmfDialerMoreButtonLabelOff": "Skrýt číselník",
123
135
  "spokenLanguageStrings": {
124
136
  "ar-ae": "Arabština - Spojené arabské emiráty",
125
137
  "ar-sa": "Arabština - Saúdská Arábie",
@@ -232,7 +244,7 @@
232
244
  "grantedDueToRoleChangeToPresenter": "Jste prezentující. Můžete sdílet obsah a moderovat schůzku."
233
245
  }
234
246
  },
235
- "surveyQuestion": "Jaký byl váš dnešní hovor?",
247
+ "surveyTitle": "Pomozte nám se zlepšovat",
236
248
  "starSurveyHelperText": "Jaká byla kvalita hovoru?",
237
249
  "starSurveyOneStarText": "Kvalita byla špatná.",
238
250
  "starSurveyTwoStarText": "Kvalita byla slabá.",
@@ -241,11 +253,12 @@
241
253
  "starSurveyFiveStarText": "Kvalita byla vynikající.",
242
254
  "surveyConfirmButtonLabel": "Poslat zpětnou vazbu",
243
255
  "starRatingAriaLabel": "Vybrat {0} z(e) {1} hvězdiček",
244
- "surveyCancelButtonAriaLabel": "Zrušit",
256
+ "surveySkipButtonLabel": "Přeskočit",
245
257
  "tagsSurveyQuestion": "Co by mohlo být lepší?",
246
258
  "tagsSurveyTextFieldDefaultText": "Jiné, upřesněte prosím",
247
259
  "tagsSurveyHelperText": "Zkontrolujte všechny problémy, se které jste zaznamenali.",
248
260
  "surveyTextboxDefaultText": "Jiné, upřesněte prosím",
261
+ "endOfSurveyText": "Děkujeme za váš názor!",
249
262
  "surveyIssues": {
250
263
  "overallRating": {
251
264
  "callCannotJoin": "Nepovedlo se mi připojit se k hovoru",
@@ -291,6 +304,20 @@
291
304
  "audioRating": "Zvuk",
292
305
  "videoRating": "Video",
293
306
  "screenshareRating": "Prezentování"
307
+ },
308
+ "spotlightPrompt": {
309
+ "startSpotlightHeading": "Přidat do hlavního výběru všem?",
310
+ "startSpotlightText": "Toto video se zvýrazní všem účastníkům schůzky.",
311
+ "startSpotlightOnSelfText": "Vaše video se zvýrazní všem účastníkům schůzky.",
312
+ "startSpotlightConfirmButtonLabel": "Přidat do hlavního výběru všem",
313
+ "startSpotlightCancelButtonLabel": "Zrušit",
314
+ "stopSpotlightHeading": "Zastavit přidávání do hlavního výběru?",
315
+ "stopSpotlightOnSelfHeading": "Ukončit hlavní výběr?",
316
+ "stopSpotlightText": "Účastníkům se už toto video nebude zvýrazňovat.",
317
+ "stopSpotlightOnSelfText": "Účastníkům se už vaše video nebude zvýrazňovat.",
318
+ "stopSpotlightConfirmButtonLabel": "Zastavit přidávání do hlavního výběru",
319
+ "stopSpotlightOnSelfConfirmButtonLabel": "Ukončit hlavní výběr",
320
+ "stopSpotlightCancelButtonLabel": "Zrušit"
294
321
  }
295
322
  },
296
323
  "chat": {
@@ -60,6 +60,11 @@
60
60
  "removedFromCallMoreDetails": "Ein anderer Teilnehmer hat Sie aus dem Anruf entfernt.",
61
61
  "removedFromCallTitle": "Sie wurden entfernt",
62
62
  "removeMenuLabel": "Entfernen",
63
+ "startSpotlightParticipantListMenuLabel": "Spotlight für alle",
64
+ "addSpotlightParticipantListMenuLabel": "Spotlight hinzufügen",
65
+ "stopSpotlightParticipantListMenuLabel": "Spotlight beenden",
66
+ "stopSpotlightOnSelfParticipantListMenuLabel": "Spotlight beenden",
67
+ "spotlightLimitReachedParticipantListMenuTitle": "Spotlight-Limit erreicht",
63
68
  "returnToCallButtonAriaDescription": "Zurück zum Anruf",
64
69
  "returnToCallButtonAriaLabel": "Zurück",
65
70
  "roomNotFoundDetails": "Die angegebene Raum-ID wurde nicht gefunden.",
@@ -120,6 +125,13 @@
120
125
  "callRejectedMoreDetails": "Die Person, die Sie erreichen möchten, ist nicht verfügbar. Versuchen Sie es später noch mal.",
121
126
  "callTimeoutTitle": "Der Anruf konnte nicht ausgeführt werden.",
122
127
  "callTimeoutDetails": "Die Person, die Sie erreichen möchten, ist nicht verfügbar. Versuchen Sie es später noch mal.",
128
+ "callTimeoutBotTitle": "Der Anruf konnte nicht ausgeführt werden.",
129
+ "callTimeoutBotDetails": "Der Dienst, den Sie erreichen möchten, ist nicht verfügbar. Versuchen Sie es später noch mal.",
130
+ "dtmfDialerButtonLabel": "Wähltastatur",
131
+ "dtmfDialerButtonTooltipOn": "Wähltastatur anzeigen",
132
+ "dtmfDialerButtonTooltipOff": "Wähltastatur ausblenden",
133
+ "dtmfDialerMoreButtonLabelOn": "Wähltastatur anzeigen",
134
+ "dtmfDialerMoreButtonLabelOff": "Wähltastatur ausblenden",
123
135
  "spokenLanguageStrings": {
124
136
  "ar-ae": "Arabisch – Vereinigte Arabische Emirate",
125
137
  "ar-sa": "Arabisch – Saudi-Arabien",
@@ -232,7 +244,7 @@
232
244
  "grantedDueToRoleChangeToPresenter": "Sie sind Referent. Sie können Inhalte teilen und die Besprechung unterstützen."
233
245
  }
234
246
  },
235
- "surveyQuestion": "Wie war Ihr Anruf heute?",
247
+ "surveyTitle": "Helfen Sie uns, besser zu werden.",
236
248
  "starSurveyHelperText": "Wie war die Qualität des Anrufs?",
237
249
  "starSurveyOneStarText": "Die Qualität war schlecht.",
238
250
  "starSurveyTwoStarText": "Die Qualität war schlecht.",
@@ -241,11 +253,12 @@
241
253
  "starSurveyFiveStarText": "Die Qualität war ausgezeichnet.",
242
254
  "surveyConfirmButtonLabel": "Feedback senden",
243
255
  "starRatingAriaLabel": "{0} von {1} Sternen auswählen",
244
- "surveyCancelButtonAriaLabel": "Abbrechen",
256
+ "surveySkipButtonLabel": "Überspringen",
245
257
  "tagsSurveyQuestion": "Was hätte besser sein können?",
246
258
  "tagsSurveyTextFieldDefaultText": "Sonstiges, bitte angeben",
247
259
  "tagsSurveyHelperText": "Überprüfen Sie alle aufgetretenen Probleme",
248
260
  "surveyTextboxDefaultText": "Sonstiges, bitte angeben",
261
+ "endOfSurveyText": "Vielen Dank für Ihr Feedback!",
249
262
  "surveyIssues": {
250
263
  "overallRating": {
251
264
  "callCannotJoin": "Ich konnte dem Anruf nicht beitreten",
@@ -291,6 +304,20 @@
291
304
  "audioRating": "Audio",
292
305
  "videoRating": "Video",
293
306
  "screenshareRating": "Hält Präsentation"
307
+ },
308
+ "spotlightPrompt": {
309
+ "startSpotlightHeading": "Spotlight für alle?",
310
+ "startSpotlightText": "Sie heben dieses Video für alle Teilnehmer der Besprechung hervor.",
311
+ "startSpotlightOnSelfText": "Sie setzen Ihr Video für alle Teilnehmer der Besprechung ins Spotlight.",
312
+ "startSpotlightConfirmButtonLabel": "Spotlight für alle",
313
+ "startSpotlightCancelButtonLabel": "Abbrechen",
314
+ "stopSpotlightHeading": "Spotlight beenden",
315
+ "stopSpotlightOnSelfHeading": "Spotlight verlassen?",
316
+ "stopSpotlightText": "Dieses Video wird nicht mehr für alle Teilnehmer der Besprechung hervorgehoben.",
317
+ "stopSpotlightOnSelfText": "Ihr Video wird nicht mehr für alle Teilnehmer der Besprechung hervor gehoben.",
318
+ "stopSpotlightConfirmButtonLabel": "Spotlight beenden",
319
+ "stopSpotlightOnSelfConfirmButtonLabel": "Spotlight beenden",
320
+ "stopSpotlightCancelButtonLabel": "Abbrechen"
294
321
  }
295
322
  },
296
323
  "chat": {
@@ -60,6 +60,11 @@
60
60
  "removedFromCallMoreDetails": "Another participant removed you from the call.",
61
61
  "removedFromCallTitle": "You were removed",
62
62
  "removeMenuLabel": "Remove",
63
+ "startSpotlightParticipantListMenuLabel": "Spotlight for everyone",
64
+ "addSpotlightParticipantListMenuLabel": "Add spotlight",
65
+ "stopSpotlightParticipantListMenuLabel": "Stop spotlighting",
66
+ "stopSpotlightOnSelfParticipantListMenuLabel": "Exit spotlight",
67
+ "spotlightLimitReachedParticipantListMenuTitle": "Spotlight limit reached",
63
68
  "returnToCallButtonAriaDescription": "Return to Call",
64
69
  "returnToCallButtonAriaLabel": "Back",
65
70
  "roomNotFoundDetails": "The room ID provided could not be found.",
@@ -120,6 +125,13 @@
120
125
  "callRejectedMoreDetails": "The person you are trying to reach is unavailable. Please try again later.",
121
126
  "callTimeoutTitle": "The call could not be completed",
122
127
  "callTimeoutDetails": "The person you are trying to reach is unavailable. Please try again later.",
128
+ "callTimeoutBotTitle": "The call could not be completed",
129
+ "callTimeoutBotDetails": "The service that you are trying to reach is unavailable. Please try again later.",
130
+ "dtmfDialerButtonLabel": "Dialpad",
131
+ "dtmfDialerButtonTooltipOn": "Show dialpad",
132
+ "dtmfDialerButtonTooltipOff": "Hide dialpad",
133
+ "dtmfDialerMoreButtonLabelOn": "Show dialpad",
134
+ "dtmfDialerMoreButtonLabelOff": "Hide dialpad",
123
135
  "spokenLanguageStrings": {
124
136
  "ar-ae": "Arabic - U.A.E.",
125
137
  "ar-sa": "Arabic - Saudi Arabia",
@@ -232,7 +244,7 @@
232
244
  "grantedDueToRoleChangeToPresenter": "You're a presenter. You can share content and facilitate the meeting."
233
245
  }
234
246
  },
235
- "surveyQuestion": "How was your call today?",
247
+ "surveyTitle": "Help us improve",
236
248
  "starSurveyHelperText": "How was the quality of the call?",
237
249
  "starSurveyOneStarText": "The quality was bad.",
238
250
  "starSurveyTwoStarText": "The quality was poor.",
@@ -241,11 +253,12 @@
241
253
  "starSurveyFiveStarText": "The quality was excellent.",
242
254
  "surveyConfirmButtonLabel": "Send Feedback",
243
255
  "starRatingAriaLabel": "Select {0} of {1} stars",
244
- "surveyCancelButtonAriaLabel": "Cancel",
256
+ "surveySkipButtonLabel": "Skip",
245
257
  "tagsSurveyQuestion": "What could have been better?",
246
258
  "tagsSurveyTextFieldDefaultText": "Other, please specify",
247
259
  "tagsSurveyHelperText": "Check any issues you experienced",
248
260
  "surveyTextboxDefaultText": "Other, please specify",
261
+ "endOfSurveyText": "Thank you for your feedback!",
249
262
  "surveyIssues": {
250
263
  "overallRating": {
251
264
  "callCannotJoin": "I could not join call",
@@ -291,6 +304,20 @@
291
304
  "audioRating": "Audio",
292
305
  "videoRating": "Video",
293
306
  "screenshareRating": "Presenting"
307
+ },
308
+ "spotlightPrompt": {
309
+ "startSpotlightHeading": "Spotlight for everyone?",
310
+ "startSpotlightText": "You'll highlight this video for everyone in the meeting.",
311
+ "startSpotlightOnSelfText": "You'll highlight your video for everyone in the meeting.",
312
+ "startSpotlightConfirmButtonLabel": "Spotlight for everyone",
313
+ "startSpotlightCancelButtonLabel": "Cancel",
314
+ "stopSpotlightHeading": "Stop spotlighting?",
315
+ "stopSpotlightOnSelfHeading": "Exit spotlight?",
316
+ "stopSpotlightText": "This video will no longer be highlighted for everyone in the meeting.",
317
+ "stopSpotlightOnSelfText": "Your video will no longer be highlighted for everyone in the meeting.",
318
+ "stopSpotlightConfirmButtonLabel": "Stop spotlighting",
319
+ "stopSpotlightOnSelfConfirmButtonLabel": "Exit spotlight",
320
+ "stopSpotlightCancelButtonLabel": "Cancel"
294
321
  }
295
322
  },
296
323
  "chat": {
@@ -60,6 +60,11 @@
60
60
  "removedFromCallMoreDetails": "Otro participante te ha eliminado de la llamada.",
61
61
  "removedFromCallTitle": "Fuiste eliminado",
62
62
  "removeMenuLabel": "Quitar",
63
+ "startSpotlightParticipantListMenuLabel": "Poner en primer plano para todos",
64
+ "addSpotlightParticipantListMenuLabel": "Agregar primer plano",
65
+ "stopSpotlightParticipantListMenuLabel": "Dejar de poner en primer plano",
66
+ "stopSpotlightOnSelfParticipantListMenuLabel": "Primer plano",
67
+ "spotlightLimitReachedParticipantListMenuTitle": "Se alcanzó el límite de primer plano",
63
68
  "returnToCallButtonAriaDescription": "Volver a llamada",
64
69
  "returnToCallButtonAriaLabel": "Volver",
65
70
  "roomNotFoundDetails": "No se encontró el Id. de sala proporcionado.",
@@ -120,6 +125,13 @@
120
125
  "callRejectedMoreDetails": "La persona con la que quieres contactarte no está disponible. Inténtalo de nuevo más tarde.",
121
126
  "callTimeoutTitle": "No se pudo completar la llamada",
122
127
  "callTimeoutDetails": "La persona con la que quieres contactarte no está disponible. Inténtalo de nuevo más tarde.",
128
+ "callTimeoutBotTitle": "No se pudo completar la llamada",
129
+ "callTimeoutBotDetails": "El servicio al que intenta conectarse no está disponible. Vuelva a intentarlo más tarde.",
130
+ "dtmfDialerButtonLabel": "Teclado de marcado",
131
+ "dtmfDialerButtonTooltipOn": "Mostrar teclado de marcado",
132
+ "dtmfDialerButtonTooltipOff": "Ocultar teclado de marcado",
133
+ "dtmfDialerMoreButtonLabelOn": "Mostrar teclado de marcado",
134
+ "dtmfDialerMoreButtonLabelOff": "Ocultar teclado de marcado",
123
135
  "spokenLanguageStrings": {
124
136
  "ar-ae": "Árabe - Emiratos Árabes Unidos",
125
137
  "ar-sa": "Árabe - Arabia Saudí",
@@ -232,7 +244,7 @@
232
244
  "grantedDueToRoleChangeToPresenter": "Es moderador. Puede compartir contenido y facilitar la reunión."
233
245
  }
234
246
  },
235
- "surveyQuestion": "¿Cómo fue la llamada?",
247
+ "surveyTitle": "Ayúdenos a mejorar",
236
248
  "starSurveyHelperText": "¿Qué tal era la calidad de la llamada?",
237
249
  "starSurveyOneStarText": "La calidad era mala.",
238
250
  "starSurveyTwoStarText": "La calidad era deficiente.",
@@ -241,11 +253,12 @@
241
253
  "starSurveyFiveStarText": "La calidad era excelente.",
242
254
  "surveyConfirmButtonLabel": "Enviar comentarios",
243
255
  "starRatingAriaLabel": "Seleccione {0} de {1} estrellas",
244
- "surveyCancelButtonAriaLabel": "Cancelar",
256
+ "surveySkipButtonLabel": "Omitir",
245
257
  "tagsSurveyQuestion": "¿Qué podría haber sido mejor?",
246
258
  "tagsSurveyTextFieldDefaultText": "Otro, especifique",
247
259
  "tagsSurveyHelperText": "Marque los problemas que haya experimentado",
248
260
  "surveyTextboxDefaultText": "Otro, especifique",
261
+ "endOfSurveyText": "Gracias por sus comentarios.",
249
262
  "surveyIssues": {
250
263
  "overallRating": {
251
264
  "callCannotJoin": "No pude unirme a la llamada",
@@ -291,6 +304,20 @@
291
304
  "audioRating": "Audio",
292
305
  "videoRating": "Vídeo",
293
306
  "screenshareRating": "Presentación"
307
+ },
308
+ "spotlightPrompt": {
309
+ "startSpotlightHeading": "¿Poner en primer plano para todos?",
310
+ "startSpotlightText": "Este vídeo lo resaltará para todos en la reunión.",
311
+ "startSpotlightOnSelfText": "Resaltará el vídeo para todos los participantes de la reunión.",
312
+ "startSpotlightConfirmButtonLabel": "Poner en primer plano para todos",
313
+ "startSpotlightCancelButtonLabel": "Cancelar",
314
+ "stopSpotlightHeading": "¿Dejar de poner en primer plano?",
315
+ "stopSpotlightOnSelfHeading": "¿Salir del primer plano?",
316
+ "stopSpotlightText": "Este vídeo dejará de estar resaltado para todos los asistentes a la reunión.",
317
+ "stopSpotlightOnSelfText": "Su vídeo ya no resaltará para todos en la reunión.",
318
+ "stopSpotlightConfirmButtonLabel": "Dejar de poner en primer plano",
319
+ "stopSpotlightOnSelfConfirmButtonLabel": "Salir del primer plano",
320
+ "stopSpotlightCancelButtonLabel": "Cancelar"
294
321
  }
295
322
  },
296
323
  "chat": {
@@ -60,6 +60,11 @@
60
60
  "removedFromCallMoreDetails": "Toinen osallistuja poisti sinut puhelusta.",
61
61
  "removedFromCallTitle": "Sinut on poistettu",
62
62
  "removeMenuLabel": "Poista",
63
+ "startSpotlightParticipantListMenuLabel": "Lisää valokeilaan kaikille",
64
+ "addSpotlightParticipantListMenuLabel": "Lisää valokeilaan",
65
+ "stopSpotlightParticipantListMenuLabel": "Poista valokeilasta",
66
+ "stopSpotlightOnSelfParticipantListMenuLabel": "Valokeila",
67
+ "spotlightLimitReachedParticipantListMenuTitle": "Spotlight-raja saavutettu",
63
68
  "returnToCallButtonAriaDescription": "Palaa puheluun",
64
69
  "returnToCallButtonAriaLabel": "Takaisin",
65
70
  "roomNotFoundDetails": "Annettua huonetunnusta ei löydy.",
@@ -120,6 +125,13 @@
120
125
  "callRejectedMoreDetails": "Henkilö, jota yrität tavoittaa, ei ole tavoitettavissa. Yritä myöhemmin uudelleen.",
121
126
  "callTimeoutTitle": "Puhelua ei voitu soittaa",
122
127
  "callTimeoutDetails": "Henkilö, jota yrität tavoittaa, ei ole tavoitettavissa. Yritä myöhemmin uudelleen.",
128
+ "callTimeoutBotTitle": "Puhelua ei voitu soittaa",
129
+ "callTimeoutBotDetails": "Palvelu, jota yrität tavoittaa, ei ole käytettävissä. Yritä myöhemmin uudelleen.",
130
+ "dtmfDialerButtonLabel": "Valintapaneeli",
131
+ "dtmfDialerButtonTooltipOn": "Näytä valintapaneeli",
132
+ "dtmfDialerButtonTooltipOff": "Piilota valintapaneeli",
133
+ "dtmfDialerMoreButtonLabelOn": "Näytä valintapaneeli",
134
+ "dtmfDialerMoreButtonLabelOff": "Piilota valintapaneeli",
123
135
  "spokenLanguageStrings": {
124
136
  "ar-ae": "arabia – Arabiemiirikunnat",
125
137
  "ar-sa": "arabia – Saudi-Arabia",
@@ -232,7 +244,7 @@
232
244
  "grantedDueToRoleChangeToPresenter": "Olet esittäjä. Voit jakaa sisältöä ja johtaa kokousta."
233
245
  }
234
246
  },
235
- "surveyQuestion": "Millainen puhelusi oli tänään?",
247
+ "surveyTitle": "Auta kehittämään tuotetta",
236
248
  "starSurveyHelperText": "Millainen oli puhelun äänenlaatu?",
237
249
  "starSurveyOneStarText": "Laatu oli huono.",
238
250
  "starSurveyTwoStarText": "Laatu oli erittäin huono.",
@@ -241,11 +253,12 @@
241
253
  "starSurveyFiveStarText": "Laatu oli erinomainen.",
242
254
  "surveyConfirmButtonLabel": "Lähetä palautetta",
243
255
  "starRatingAriaLabel": "Valitse {0}/{1} tähteä",
244
- "surveyCancelButtonAriaLabel": "Peruuta",
256
+ "surveySkipButtonLabel": "Ohita",
245
257
  "tagsSurveyQuestion": "Mikä olisi voinut olla paremmin?",
246
258
  "tagsSurveyTextFieldDefaultText": "Muu, anna kuvaus",
247
259
  "tagsSurveyHelperText": "Tarkista havaitsematsi ongelmat",
248
260
  "surveyTextboxDefaultText": "Muu, anna kuvaus",
261
+ "endOfSurveyText": "Kiitos palautteestasi!",
249
262
  "surveyIssues": {
250
263
  "overallRating": {
251
264
  "callCannotJoin": "En pystynyt liittymään puheluun",
@@ -291,6 +304,20 @@
291
304
  "audioRating": "Äänet",
292
305
  "videoRating": "Video",
293
306
  "screenshareRating": "Esitys käynnissä"
307
+ },
308
+ "spotlightPrompt": {
309
+ "startSpotlightHeading": "Lisätäänkö valokeilaan kaikille?",
310
+ "startSpotlightText": "Korostat videon kaikille kokouksen osallistujille.",
311
+ "startSpotlightOnSelfText": "Korostat videosi kaikille kokouksen osallistujille.",
312
+ "startSpotlightConfirmButtonLabel": "Lisää valokeilaan kaikille",
313
+ "startSpotlightCancelButtonLabel": "Peruuta",
314
+ "stopSpotlightHeading": "Poistetaanko valokeilasta?",
315
+ "stopSpotlightOnSelfHeading": "Haluatko poistua valokeilasta?",
316
+ "stopSpotlightText": "Videota ei enää korosteta kaikille kokouksen osallistujille.",
317
+ "stopSpotlightOnSelfText": "Videota ei enää korosteta kaikille kokouksen osallistujille.",
318
+ "stopSpotlightConfirmButtonLabel": "Poista valokeilasta",
319
+ "stopSpotlightOnSelfConfirmButtonLabel": "Valokeila",
320
+ "stopSpotlightCancelButtonLabel": "Peruuta"
294
321
  }
295
322
  },
296
323
  "chat": {
@@ -60,6 +60,11 @@
60
60
  "removedFromCallMoreDetails": "Un autre participant vous a supprimé de l’appel.",
61
61
  "removedFromCallTitle": "Vous avez été supprimé.",
62
62
  "removeMenuLabel": "Supprimer",
63
+ "startSpotlightParticipantListMenuLabel": "Mettre en évidence pour tout le monde",
64
+ "addSpotlightParticipantListMenuLabel": "Ajouter la mise en évidence",
65
+ "stopSpotlightParticipantListMenuLabel": "Arrêter la mise en évidence",
66
+ "stopSpotlightOnSelfParticipantListMenuLabel": "Quitter la mise en évidence",
67
+ "spotlightLimitReachedParticipantListMenuTitle": "Limite Spotlight atteinte",
63
68
  "returnToCallButtonAriaDescription": "Revenir à l’appel",
64
69
  "returnToCallButtonAriaLabel": "Précédent",
65
70
  "roomNotFoundDetails": "L’ID de la salle fourni est introuvable.",
@@ -120,6 +125,13 @@
120
125
  "callRejectedMoreDetails": "La personne que vous essayez de rejoindre n’est pas disponible. Veuillez réessayer plus tard.",
121
126
  "callTimeoutTitle": "Nous n’avons pas pu effectuer l’appel",
122
127
  "callTimeoutDetails": "La personne que vous essayez de rejoindre n’est pas disponible. Veuillez réessayer plus tard.",
128
+ "callTimeoutBotTitle": "Nous n’avons pas pu effectuer l’appel",
129
+ "callTimeoutBotDetails": "Le service que vous essayez d’atteindre n’est pas disponible. Veuillez réessayer plus tard.",
130
+ "dtmfDialerButtonLabel": "Clavier",
131
+ "dtmfDialerButtonTooltipOn": "Afficher le pavé numérique",
132
+ "dtmfDialerButtonTooltipOff": "Masquez le pavé de numérotation",
133
+ "dtmfDialerMoreButtonLabelOn": "Afficher le pavé numérique",
134
+ "dtmfDialerMoreButtonLabelOff": "Masquez le pavé de numérotation",
123
135
  "spokenLanguageStrings": {
124
136
  "ar-ae": "Arabe – E.A.U.",
125
137
  "ar-sa": "Arabe – Arabie saoudite",
@@ -232,7 +244,7 @@
232
244
  "grantedDueToRoleChangeToPresenter": "Vous êtes présentateur. Vous pouvez partager du contenu et organiser la réunion."
233
245
  }
234
246
  },
235
- "surveyQuestion": "Comment s’est passé votre appel aujourd’hui ?",
247
+ "surveyTitle": "Aidez-nous à nous améliorer",
236
248
  "starSurveyHelperText": "Quelle a été la qualité globale de cet appel ?",
237
249
  "starSurveyOneStarText": "La qualité était mauvaise.",
238
250
  "starSurveyTwoStarText": "La qualité était mauvaise.",
@@ -241,11 +253,12 @@
241
253
  "starSurveyFiveStarText": "La qualité était excellente.",
242
254
  "surveyConfirmButtonLabel": "Envoyer des commentaires",
243
255
  "starRatingAriaLabel": "Sélectionner {0} étoiles sur {1}",
244
- "surveyCancelButtonAriaLabel": "Annuler",
256
+ "surveySkipButtonLabel": "Ignorer",
245
257
  "tagsSurveyQuestion": "Que pouvons-nous améliorer ?",
246
258
  "tagsSurveyTextFieldDefaultText": "Autre, veuillez préciser",
247
259
  "tagsSurveyHelperText": "Cochez les problèmes que vous avez rencontrés",
248
260
  "surveyTextboxDefaultText": "Autre, veuillez préciser",
261
+ "endOfSurveyText": "Merci pour vos commentaires !",
249
262
  "surveyIssues": {
250
263
  "overallRating": {
251
264
  "callCannotJoin": "Je n’ai pas pu rejoindre l’appel",
@@ -291,6 +304,20 @@
291
304
  "audioRating": "Audio",
292
305
  "videoRating": "Vidéo",
293
306
  "screenshareRating": "En présentation"
307
+ },
308
+ "spotlightPrompt": {
309
+ "startSpotlightHeading": "Mettre en évidence pour tout le monde ?",
310
+ "startSpotlightText": "Votre vidéo ne sera plus mise en surbrillance pour tous les participants à la réunion.",
311
+ "startSpotlightOnSelfText": "Vous mettez en surbrillance votre vidéo pour tous les participants à la réunion.",
312
+ "startSpotlightConfirmButtonLabel": "Mettre en évidence pour tout le monde",
313
+ "startSpotlightCancelButtonLabel": "Annuler",
314
+ "stopSpotlightHeading": "Arrêter la mise en évidence ?",
315
+ "stopSpotlightOnSelfHeading": "Quitter la mise en évidence ?",
316
+ "stopSpotlightText": "Cette vidéo ne sera plus mise en évidence pour tous les participants à la réunion.",
317
+ "stopSpotlightOnSelfText": "Votre vidéo ne sera plus mise en surbrillance pour tous les participants à la réunion.",
318
+ "stopSpotlightConfirmButtonLabel": "Arrêter la mise en évidence",
319
+ "stopSpotlightOnSelfConfirmButtonLabel": "Quitter la mise en évidence",
320
+ "stopSpotlightCancelButtonLabel": "Annuler"
294
321
  }
295
322
  },
296
323
  "chat": {