@azure/communication-react 1.20.0-alpha-202410030015 → 1.20.0-alpha-202410050015

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 (139) hide show
  1. package/dist/communication-react.d.ts +67 -1
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BfMoXn7s.js → ChatMessageComponentAsRichTextEditBox-Bc2rnHE3.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-BfMoXn7s.js.map → ChatMessageComponentAsRichTextEditBox-Bc2rnHE3.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DoRv_d64.js → RichTextSendBoxWrapper-BhEvRpXU.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-DoRv_d64.js.map → RichTextSendBoxWrapper-BhEvRpXU.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-BcfT9uWf.js → index-CM02z9d2.js} +585 -412
  7. package/dist/dist-cjs/communication-react/index-CM02z9d2.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +3 -1
  9. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/dataConversion.js +5 -1
  11. package/dist/dist-esm/acs-ui-common/src/dataConversion.js.map +1 -1
  12. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  13. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  14. package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js +1 -1
  15. package/dist/dist-esm/acs-ui-javascript-loaders/src/callCompositeLoader.js.map +1 -1
  16. package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js +1 -1
  17. package/dist/dist-esm/acs-ui-javascript-loaders/src/callWithChatCompositeLoader.js.map +1 -1
  18. package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js +1 -1
  19. package/dist/dist-esm/acs-ui-javascript-loaders/src/chatCompositeLoader.js.map +1 -1
  20. package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js +1 -1
  21. package/dist/dist-esm/acs-ui-javascript-loaders/src/outboundCallCompositeLoader.js.map +1 -1
  22. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +3 -3
  23. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  24. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js +1 -1
  25. package/dist/dist-esm/calling-component-bindings/src/callControlSelectors.js.map +1 -1
  26. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js +2 -1
  27. package/dist/dist-esm/calling-component-bindings/src/getRemoteParticipantsExcludingConsumers.js.map +1 -1
  28. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js +2 -1
  29. package/dist/dist-esm/calling-component-bindings/src/utils/callUtils.js.map +1 -1
  30. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +2 -2
  31. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -1
  32. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +46 -0
  33. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  34. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +3 -0
  35. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +57 -12
  36. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  37. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +1 -0
  38. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +6 -0
  39. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  40. package/dist/dist-esm/calling-stateful-client/src/Converter.js +2 -0
  41. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  42. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +49 -43
  43. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  44. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.d.ts +2 -1
  45. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  46. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.d.ts +2 -1
  47. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  48. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.d.ts +19 -0
  49. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js +32 -0
  50. package/dist/dist-esm/calling-stateful-client/src/TogetherModeSubscriber.js.map +1 -0
  51. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js +1 -1
  52. package/dist/dist-esm/calling-stateful-client/src/UserFacingDiagnosticsSubscriber.js.map +1 -1
  53. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +2 -0
  54. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  55. package/dist/dist-esm/communication-react/src/index.d.ts +1 -1
  56. package/dist/dist-esm/communication-react/src/index.js +1 -1
  57. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  58. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js +2 -1
  59. package/dist/dist-esm/react-components/src/components/HorizontalGallery.js.map +1 -1
  60. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +1 -1
  61. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  62. package/dist/dist-esm/react-components/src/components/Notification.js +1 -1
  63. package/dist/dist-esm/react-components/src/components/Notification.js.map +1 -1
  64. package/dist/dist-esm/react-components/src/components/VerticalGallery.js +2 -1
  65. package/dist/dist-esm/react-components/src/components/VerticalGallery.js.map +1 -1
  66. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js +1 -1
  67. package/dist/dist-esm/react-components/src/components/VideoGallery/ScrollableHorizontalGallery.js.map +1 -1
  68. package/dist/dist-esm/react-components/src/index.d.ts +1 -0
  69. package/dist/dist-esm/react-components/src/index.js +1 -0
  70. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  71. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.d.ts +8 -0
  72. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js +13 -0
  73. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/ComponentLocale.js.map +1 -0
  74. package/dist/dist-esm/react-components/src/localization/locales/cy-GB/strings.json +670 -0
  75. package/dist/dist-esm/react-components/src/theming/generateTheme.js +10 -2
  76. package/dist/dist-esm/react-components/src/theming/generateTheme.js.map +1 -1
  77. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +13 -9
  78. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  79. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.d.ts +4 -0
  80. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  81. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +15 -14
  82. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  83. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +0 -3
  84. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js +28 -21
  85. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
  86. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js +11 -7
  87. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalDeviceSettings.js.map +1 -1
  88. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +7 -8
  89. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  90. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.d.ts +1 -0
  91. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js +1 -1
  92. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/SidePane.js.map +1 -1
  93. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js +7 -3
  94. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/usePeoplePane.js.map +1 -1
  95. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js +5 -2
  96. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/SidePane/useVideoEffectsPane.js.map +1 -1
  97. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js +7 -6
  98. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Camera.js.map +1 -1
  99. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js +4 -4
  100. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Devices.js.map +1 -1
  101. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js +6 -7
  102. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Microphone.js.map +1 -1
  103. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js +5 -5
  104. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/ScreenShare.js.map +1 -1
  105. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +3 -2
  106. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  107. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js +15 -10
  108. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/ConfigurationPage.js.map +1 -1
  109. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js +7 -9
  110. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/DtmfDialpadPage.js.map +1 -1
  111. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +20 -1
  112. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +19 -0
  113. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  114. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +33 -36
  115. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  116. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.d.ts +6 -0
  117. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js +11 -0
  118. package/dist/dist-esm/react-composites/src/composites/ChatComposite/hooks/useSelector.js.map +1 -0
  119. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.d.ts +16 -0
  120. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js +15 -0
  121. package/dist/dist-esm/react-composites/src/composites/ChatComposite/selectors/baseSelectors.js.map +1 -0
  122. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +4 -5
  123. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  124. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.d.ts +3 -0
  125. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js +4 -7
  126. package/dist/dist-esm/react-composites/src/composites/common/PeoplePaneContent.js.map +1 -1
  127. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.d.ts +2 -0
  128. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js +9 -4
  129. package/dist/dist-esm/react-composites/src/composites/common/VideoEffectsPane.js.map +1 -1
  130. package/dist/dist-esm/react-composites/src/composites/index.d.ts +1 -0
  131. package/dist/dist-esm/react-composites/src/composites/index.js +1 -0
  132. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  133. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.d.ts +8 -0
  134. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js +15 -0
  135. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.js.map +1 -0
  136. package/dist/dist-esm/react-composites/src/composites/localization/locales/cy-GB/strings.json +411 -0
  137. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-US/strings.json +1 -0
  138. package/package.json +5 -5
  139. package/dist/dist-cjs/communication-react/index-BcfT9uWf.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"VideoEffectsPane.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/VideoEffectsPane.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport React from 'react';\n\nimport { useCallback, useMemo } from 'react';\n\nimport { MessageBar, MessageBarType, Stack, mergeStyles } from '@fluentui/react';\n\nimport { useLocale } from '../localization';\nimport { ActiveErrorMessage, _VideoEffectsItemProps } from '@internal/react-components';\n\nimport { _VideoBackgroundEffectsPicker } from '@internal/react-components';\n\nimport {\n VideoBackgroundImage,\n VideoBackgroundBlurEffect,\n VideoBackgroundNoEffect,\n VideoBackgroundReplacementEffect\n} from '../CallComposite';\n\nimport { activeVideoBackgroundEffectSelector } from '../CallComposite/selectors/activeVideoBackgroundEffectSelector';\n\nimport { useSelector } from '../CallComposite/hooks/useSelector';\n\nimport { useAdapter } from '../CallComposite/adapter/CallAdapterProvider';\n\nimport { localVideoSelector } from '../CallComposite/selectors/localVideoStreamSelector';\nimport { ActiveVideoEffect } from '../CallComposite/components/SidePane/useVideoEffectsPane';\n\n/**\n * Pane that is used to show video effects button\n * @private\n */\n/** @beta */\nexport const VideoEffectsPaneContent = (props: {\n activeVideoEffectError?: ActiveErrorMessage;\n onDismissError: (error: ActiveErrorMessage) => void;\n activeVideoEffectChange: (effect: ActiveVideoEffect) => void;\n updateFocusHandle: React.RefObject<{\n focus: () => void;\n }>;\n}): JSX.Element => {\n const { onDismissError, activeVideoEffectError, activeVideoEffectChange } = props;\n\n const locale = useLocale();\n\n const adapter = useAdapter();\n\n const strings = locale.strings.call;\n\n const activeVideoEffects = useSelector(localVideoSelector).activeVideoEffects?.activeEffects;\n\n const selectableVideoEffects: _VideoEffectsItemProps[] = useMemo(() => {\n const videoEffects: _VideoEffectsItemProps[] = [\n {\n itemKey: 'none',\n iconProps: {\n iconName: 'RemoveVideoBackgroundEffect'\n },\n title: strings.removeBackgroundEffectButtonLabel,\n tooltipProps: {\n content: strings.removeBackgroundTooltip\n }\n },\n {\n itemKey: 'blur',\n iconProps: {\n iconName: 'BlurVideoBackground'\n },\n title: strings.blurBackgroundEffectButtonLabel,\n tooltipProps: {\n content: strings.blurBackgroundTooltip\n }\n }\n ];\n const videoEffectImages = adapter.getState().videoBackgroundImages;\n\n if (videoEffectImages) {\n videoEffectImages.forEach((img: VideoBackgroundImage) => {\n videoEffects.push({\n itemKey: img.key,\n backgroundProps: {\n url: img.url\n },\n tooltipProps: {\n content: img.tooltipText ?? ''\n }\n });\n });\n }\n return videoEffects;\n }, [strings, adapter]);\n\n const onEffectChange = useCallback(\n async (effectKey: string) => {\n if (effectKey === 'blur') {\n const blurEffect: VideoBackgroundBlurEffect = {\n effectName: effectKey\n };\n activeVideoEffectChange({\n type: 'blur',\n timestamp: new Date(Date.now())\n });\n await adapter.startVideoBackgroundEffect(blurEffect);\n adapter.updateSelectedVideoBackgroundEffect(blurEffect);\n } else if (effectKey === 'none') {\n const noneEffect: VideoBackgroundNoEffect = {\n effectName: effectKey\n };\n await adapter.stopVideoBackgroundEffects();\n adapter.updateSelectedVideoBackgroundEffect(noneEffect);\n } else {\n const backgroundImg = selectableVideoEffects.find((effect) => {\n return effect.itemKey === effectKey;\n });\n if (backgroundImg && backgroundImg.backgroundProps) {\n const replaceEffect: VideoBackgroundReplacementEffect = {\n effectName: 'replacement',\n key: effectKey,\n backgroundImageUrl: backgroundImg.backgroundProps.url\n };\n activeVideoEffectChange({\n type: 'replacement',\n timestamp: new Date(Date.now())\n });\n await adapter.startVideoBackgroundEffect(replaceEffect);\n adapter.updateSelectedVideoBackgroundEffect(replaceEffect);\n }\n }\n },\n [adapter, activeVideoEffectChange, selectableVideoEffects]\n );\n\n if (activeVideoEffectError && activeVideoEffects && activeVideoEffects.length === 0) {\n const noneEffect: VideoBackgroundNoEffect = {\n effectName: 'none'\n };\n adapter.updateSelectedVideoBackgroundEffect(noneEffect);\n }\n\n return VideoEffectsPaneTrampoline(\n onDismissError,\n props.updateFocusHandle,\n activeVideoEffectError,\n selectableVideoEffects,\n onEffectChange\n );\n};\n\nconst VideoEffectsPaneTrampoline = (\n onDismissError: (error: ActiveErrorMessage) => void,\n updateFocusHandle: React.RefObject<{\n focus: () => void;\n }>,\n activeVideoEffectError?: ActiveErrorMessage,\n selectableVideoEffects?: _VideoEffectsItemProps[],\n onEffectChange?: (effectKey: string) => Promise<void>\n): JSX.Element => {\n const selectedEffect = useSelector(activeVideoBackgroundEffectSelector);\n\n const isCameraOn = useSelector(localVideoSelector).isAvailable;\n\n const showWarning = !isCameraOn && selectedEffect !== 'none';\n\n const locale = useLocale();\n\n return (\n <Stack tokens={{ childrenGap: '0.75rem' }} className={mergeStyles({ paddingLeft: '0.5rem' })}>\n {activeVideoEffectError && isCameraOn && (\n <MessageBar messageBarType={MessageBarType.error} onDismiss={() => onDismissError(activeVideoEffectError)}>\n {locale.strings.call.unableToStartVideoEffect}\n </MessageBar>\n )}\n {showWarning && (\n <MessageBar messageBarType={MessageBarType.warning}>\n {locale.strings.call.cameraOffBackgroundEffectWarningText}\n </MessageBar>\n )}\n <_VideoBackgroundEffectsPicker\n label={locale.strings.call.videoEffectsPaneBackgroundSelectionTitle}\n styles={backgroundPickerStyles}\n options={selectableVideoEffects ?? []}\n onChange={onEffectChange}\n selectedEffectKey={selectedEffect}\n componentRef={updateFocusHandle}\n />\n </Stack>\n );\n return <></>;\n};\n\nconst backgroundPickerStyles = {\n label: {\n fontSize: '0.75rem',\n lineHeight: '0.5rem',\n fontWeight: '400'\n }\n};\n"]}
1
+ {"version":3,"file":"VideoEffectsPane.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/common/VideoEffectsPane.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport React from 'react';\n\nimport { useCallback, useMemo } from 'react';\n\nimport { MessageBar, MessageBarType, Stack, mergeStyles } from '@fluentui/react';\n\nimport { useLocale } from '../localization';\nimport { ActiveErrorMessage, _VideoEffectsItemProps } from '@internal/react-components';\n\nimport { _VideoBackgroundEffectsPicker } from '@internal/react-components';\n\nimport {\n VideoBackgroundImage,\n VideoBackgroundBlurEffect,\n VideoBackgroundNoEffect,\n VideoBackgroundReplacementEffect\n} from '../CallComposite';\n\nimport { activeVideoBackgroundEffectSelector } from '../CallComposite/selectors/activeVideoBackgroundEffectSelector';\n\nimport { useSelector } from '../CallComposite/hooks/useSelector';\n\nimport { useAdapter } from '../CallComposite/adapter/CallAdapterProvider';\n\nimport { localVideoSelector } from '../CallComposite/selectors/localVideoStreamSelector';\nimport { ActiveVideoEffect } from '../CallComposite/components/SidePane/useVideoEffectsPane';\n\n/**\n * Pane that is used to show video effects button\n * @private\n */\n/** @beta */\nexport const VideoEffectsPaneContent = (props: {\n activeVideoEffectError?: ActiveErrorMessage;\n onDismissError: (error: ActiveErrorMessage) => void;\n activeVideoEffectChange: (effect: ActiveVideoEffect) => void;\n updateFocusHandle: React.RefObject<{\n focus: () => void;\n }>;\n backgroundImages: VideoBackgroundImage[] | undefined;\n}): JSX.Element => {\n const { onDismissError, activeVideoEffectError, activeVideoEffectChange } = props;\n\n const locale = useLocale();\n\n const adapter = useAdapter();\n\n const strings = locale.strings.call;\n\n const activeVideoEffects = useSelector(localVideoSelector).activeVideoEffects?.activeEffects;\n\n const selectableVideoEffects: _VideoEffectsItemProps[] = useMemo(() => {\n const videoEffects: _VideoEffectsItemProps[] = [\n {\n itemKey: 'none',\n iconProps: {\n iconName: 'RemoveVideoBackgroundEffect'\n },\n title: strings.removeBackgroundEffectButtonLabel,\n tooltipProps: {\n content: strings.removeBackgroundTooltip\n }\n },\n {\n itemKey: 'blur',\n iconProps: {\n iconName: 'BlurVideoBackground'\n },\n title: strings.blurBackgroundEffectButtonLabel,\n tooltipProps: {\n content: strings.blurBackgroundTooltip\n }\n }\n ];\n\n if (props.backgroundImages) {\n props.backgroundImages.forEach((img: VideoBackgroundImage) => {\n videoEffects.push({\n itemKey: img.key,\n backgroundProps: {\n url: img.url\n },\n tooltipProps: {\n content: img.tooltipText ?? ''\n }\n });\n });\n }\n return videoEffects;\n }, [\n strings.removeBackgroundEffectButtonLabel,\n strings.removeBackgroundTooltip,\n strings.blurBackgroundEffectButtonLabel,\n strings.blurBackgroundTooltip,\n props.backgroundImages\n ]);\n\n const onEffectChange = useCallback(\n async (effectKey: string) => {\n if (effectKey === 'blur') {\n const blurEffect: VideoBackgroundBlurEffect = {\n effectName: effectKey\n };\n activeVideoEffectChange({\n type: 'blur',\n timestamp: new Date(Date.now())\n });\n await adapter.startVideoBackgroundEffect(blurEffect);\n adapter.updateSelectedVideoBackgroundEffect(blurEffect);\n } else if (effectKey === 'none') {\n const noneEffect: VideoBackgroundNoEffect = {\n effectName: effectKey\n };\n await adapter.stopVideoBackgroundEffects();\n adapter.updateSelectedVideoBackgroundEffect(noneEffect);\n } else {\n const backgroundImg = selectableVideoEffects.find((effect) => {\n return effect.itemKey === effectKey;\n });\n if (backgroundImg && backgroundImg.backgroundProps) {\n const replaceEffect: VideoBackgroundReplacementEffect = {\n effectName: 'replacement',\n key: effectKey,\n backgroundImageUrl: backgroundImg.backgroundProps.url\n };\n activeVideoEffectChange({\n type: 'replacement',\n timestamp: new Date(Date.now())\n });\n await adapter.startVideoBackgroundEffect(replaceEffect);\n adapter.updateSelectedVideoBackgroundEffect(replaceEffect);\n }\n }\n },\n [adapter, activeVideoEffectChange, selectableVideoEffects]\n );\n\n if (activeVideoEffectError && activeVideoEffects && activeVideoEffects.length === 0) {\n const noneEffect: VideoBackgroundNoEffect = {\n effectName: 'none'\n };\n adapter.updateSelectedVideoBackgroundEffect(noneEffect);\n }\n\n return VideoEffectsPaneTrampoline(\n onDismissError,\n props.updateFocusHandle,\n activeVideoEffectError,\n selectableVideoEffects,\n onEffectChange\n );\n};\n\nconst VideoEffectsPaneTrampoline = (\n onDismissError: (error: ActiveErrorMessage) => void,\n updateFocusHandle: React.RefObject<{\n focus: () => void;\n }>,\n activeVideoEffectError?: ActiveErrorMessage,\n selectableVideoEffects?: _VideoEffectsItemProps[],\n onEffectChange?: (effectKey: string) => Promise<void>\n): JSX.Element => {\n const selectedEffect = useSelector(activeVideoBackgroundEffectSelector);\n\n const isCameraOn = useSelector(localVideoSelector).isAvailable;\n\n const showWarning = !isCameraOn && selectedEffect !== 'none';\n\n const locale = useLocale();\n\n return (\n <Stack tokens={{ childrenGap: '0.75rem' }} className={mergeStyles({ paddingLeft: '0.5rem' })}>\n {activeVideoEffectError && isCameraOn && (\n <MessageBar messageBarType={MessageBarType.error} onDismiss={() => onDismissError(activeVideoEffectError)}>\n {locale.strings.call.unableToStartVideoEffect}\n </MessageBar>\n )}\n {showWarning && (\n <MessageBar messageBarType={MessageBarType.warning}>\n {locale.strings.call.cameraOffBackgroundEffectWarningText}\n </MessageBar>\n )}\n <_VideoBackgroundEffectsPicker\n label={locale.strings.call.videoEffectsPaneBackgroundSelectionTitle}\n styles={backgroundPickerStyles}\n options={selectableVideoEffects ?? []}\n onChange={onEffectChange}\n selectedEffectKey={selectedEffect}\n componentRef={updateFocusHandle}\n />\n </Stack>\n );\n return <></>;\n};\n\nconst backgroundPickerStyles = {\n label: {\n fontSize: '0.75rem',\n lineHeight: '0.5rem',\n fontWeight: '400'\n }\n};\n"]}
@@ -5,6 +5,7 @@ export * from './CallWithChatComposite';
5
5
  export { COMPOSITE_LOCALE_EN_GB } from './localization/locales/en-GB/CompositeLocale';
6
6
  export { COMPOSITE_LOCALE_AR_SA } from './localization/locales/ar-SA/CompositeLocale';
7
7
  export { COMPOSITE_LOCALE_CS_CZ } from './localization/locales/cs-CZ/CompositeLocale';
8
+ export { COMPOSITE_LOCALE_CY_GB } from './localization/locales/cy-GB/CompositeLocale';
8
9
  export { COMPOSITE_LOCALE_DE_DE } from './localization/locales/de-DE/CompositeLocale';
9
10
  export { COMPOSITE_LOCALE_ES_ES } from './localization/locales/es-ES/CompositeLocale';
10
11
  export { COMPOSITE_LOCALE_FI_FI } from './localization/locales/fi-FI/CompositeLocale';
@@ -6,6 +6,7 @@ export * from './CallWithChatComposite';
6
6
  export { COMPOSITE_LOCALE_EN_GB } from './localization/locales/en-GB/CompositeLocale';
7
7
  export { COMPOSITE_LOCALE_AR_SA } from './localization/locales/ar-SA/CompositeLocale';
8
8
  export { COMPOSITE_LOCALE_CS_CZ } from './localization/locales/cs-CZ/CompositeLocale';
9
+ export { COMPOSITE_LOCALE_CY_GB } from './localization/locales/cy-GB/CompositeLocale';
9
10
  export { COMPOSITE_LOCALE_DE_DE } from './localization/locales/de-DE/CompositeLocale';
10
11
  export { COMPOSITE_LOCALE_ES_ES } from './localization/locales/es-ES/CompositeLocale';
11
12
  export { COMPOSITE_LOCALE_FI_FI } from './localization/locales/fi-FI/CompositeLocale';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../react-composites/src/composites/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AAKtF,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AAO/E,cAAc,wBAAwB,CAAC;AAavC,OAAO,EAAE,kCAAkC,EAAE,MAAM,2CAA2C,CAAC;AAE/F,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AACvF,sCAAsC;AACtC,OAAO,EAAE,2CAA2C,EAAE,MAAM,oDAAoD,CAAC;AACjH,sCAAsC;AACtC,OAAO,EAAE,uCAAuC,EAAE,MAAM,gDAAgD,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type { Disposable, AdapterState } from './common/adapters';\n\nexport * from './ChatComposite';\nexport * from './CallComposite';\nexport * from './CallWithChatComposite';\nexport { COMPOSITE_LOCALE_EN_GB } from './localization/locales/en-GB/CompositeLocale';\nexport { COMPOSITE_LOCALE_AR_SA } from './localization/locales/ar-SA/CompositeLocale';\nexport { COMPOSITE_LOCALE_CS_CZ } from './localization/locales/cs-CZ/CompositeLocale';\nexport { COMPOSITE_LOCALE_DE_DE } from './localization/locales/de-DE/CompositeLocale';\nexport { COMPOSITE_LOCALE_ES_ES } from './localization/locales/es-ES/CompositeLocale';\nexport { COMPOSITE_LOCALE_FI_FI } from './localization/locales/fi-FI/CompositeLocale';\nexport { COMPOSITE_LOCALE_FR_FR } from './localization/locales/fr-FR/CompositeLocale';\nexport { COMPOSITE_LOCALE_HE_IL } from './localization/locales/he-IL/CompositeLocale';\nexport { COMPOSITE_LOCALE_IT_IT } from './localization/locales/it-IT/CompositeLocale';\nexport { COMPOSITE_LOCALE_JA_JP } from './localization/locales/ja-JP/CompositeLocale';\nexport { COMPOSITE_LOCALE_KO_KR } from './localization/locales/ko-KR/CompositeLocale';\nexport { COMPOSITE_LOCALE_NB_NO } from './localization/locales/nb-NO/CompositeLocale';\nexport { COMPOSITE_LOCALE_NL_NL } from './localization/locales/nl-NL/CompositeLocale';\nexport { COMPOSITE_LOCALE_PL_PL } from './localization/locales/pl-PL/CompositeLocale';\nexport { COMPOSITE_LOCALE_PT_BR } from './localization/locales/pt-BR/CompositeLocale';\nexport { COMPOSITE_LOCALE_RU_RU } from './localization/locales/ru-RU/CompositeLocale';\nexport { COMPOSITE_LOCALE_SV_SE } from './localization/locales/sv-SE/CompositeLocale';\nexport { COMPOSITE_LOCALE_TR_TR } from './localization/locales/tr-TR/CompositeLocale';\nexport { COMPOSITE_LOCALE_ZH_CN } from './localization/locales/zh-CN/CompositeLocale';\nexport { COMPOSITE_LOCALE_ZH_TW } from './localization/locales/zh-TW/CompositeLocale';\n\nexport type { CallControlDisplayType, CommonCallControlOptions } from './common/types/CommonCallControlOptions';\n\nexport type { AvatarPersonaData, AvatarPersonaDataCallback } from './common/AvatarPersona';\nexport { COMPOSITE_ONLY_ICONS, DEFAULT_COMPOSITE_ICONS } from './common/icons';\nexport type {\n CompositeIcons,\n ChatCompositeIcons,\n CallCompositeIcons,\n CallWithChatCompositeIcons\n} from './common/icons';\nexport * from './localization/locales';\nexport type { CompositeStrings, CompositeLocale } from './localization';\nexport type { AdapterError, AdapterErrors } from './common/adapters';\n/* @conditional-compile-remove(breakout-rooms) */\nexport type { AdapterNotification, AdapterNotifications } from './common/adapters';\nexport type { BaseCompositeProps } from './common/BaseComposite';\nexport type {\n CustomCallControlButtonCallback,\n CustomCallControlButtonPlacement,\n CustomCallControlButtonCallbackArgs,\n CustomCallControlButtonStrings\n} from './common/ControlBar/CustomButton';\n\nexport { onResolveVideoEffectDependencyLazy } from './common/resolveVideoEffectDependencyLazy';\n\nexport { onResolveVideoEffectDependency } from './common/resolveVideoEffectDependency';\n/* @conditional-compile-remove(DNS) */\nexport { onResolveDeepNoiseSuppressionDependencyLazy } from './common/resolveDeepNoiseSuppressionDependencyLazy';\n/* @conditional-compile-remove(DNS) */\nexport { onResolveDeepNoiseSuppressionDependency } from './common/resolveDeepNoiseSuppressionDependency';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../react-composites/src/composites/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAIlC,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AACtF,OAAO,EAAE,sBAAsB,EAAE,MAAM,8CAA8C,CAAC;AAKtF,OAAO,EAAE,oBAAoB,EAAE,uBAAuB,EAAE,MAAM,gBAAgB,CAAC;AAO/E,cAAc,wBAAwB,CAAC;AAavC,OAAO,EAAE,kCAAkC,EAAE,MAAM,2CAA2C,CAAC;AAE/F,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AACvF,sCAAsC;AACtC,OAAO,EAAE,2CAA2C,EAAE,MAAM,oDAAoD,CAAC;AACjH,sCAAsC;AACtC,OAAO,EAAE,uCAAuC,EAAE,MAAM,gDAAgD,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport type { Disposable, AdapterState } from './common/adapters';\n\nexport * from './ChatComposite';\nexport * from './CallComposite';\nexport * from './CallWithChatComposite';\nexport { COMPOSITE_LOCALE_EN_GB } from './localization/locales/en-GB/CompositeLocale';\nexport { COMPOSITE_LOCALE_AR_SA } from './localization/locales/ar-SA/CompositeLocale';\nexport { COMPOSITE_LOCALE_CS_CZ } from './localization/locales/cs-CZ/CompositeLocale';\nexport { COMPOSITE_LOCALE_CY_GB } from './localization/locales/cy-GB/CompositeLocale';\nexport { COMPOSITE_LOCALE_DE_DE } from './localization/locales/de-DE/CompositeLocale';\nexport { COMPOSITE_LOCALE_ES_ES } from './localization/locales/es-ES/CompositeLocale';\nexport { COMPOSITE_LOCALE_FI_FI } from './localization/locales/fi-FI/CompositeLocale';\nexport { COMPOSITE_LOCALE_FR_FR } from './localization/locales/fr-FR/CompositeLocale';\nexport { COMPOSITE_LOCALE_HE_IL } from './localization/locales/he-IL/CompositeLocale';\nexport { COMPOSITE_LOCALE_IT_IT } from './localization/locales/it-IT/CompositeLocale';\nexport { COMPOSITE_LOCALE_JA_JP } from './localization/locales/ja-JP/CompositeLocale';\nexport { COMPOSITE_LOCALE_KO_KR } from './localization/locales/ko-KR/CompositeLocale';\nexport { COMPOSITE_LOCALE_NB_NO } from './localization/locales/nb-NO/CompositeLocale';\nexport { COMPOSITE_LOCALE_NL_NL } from './localization/locales/nl-NL/CompositeLocale';\nexport { COMPOSITE_LOCALE_PL_PL } from './localization/locales/pl-PL/CompositeLocale';\nexport { COMPOSITE_LOCALE_PT_BR } from './localization/locales/pt-BR/CompositeLocale';\nexport { COMPOSITE_LOCALE_RU_RU } from './localization/locales/ru-RU/CompositeLocale';\nexport { COMPOSITE_LOCALE_SV_SE } from './localization/locales/sv-SE/CompositeLocale';\nexport { COMPOSITE_LOCALE_TR_TR } from './localization/locales/tr-TR/CompositeLocale';\nexport { COMPOSITE_LOCALE_ZH_CN } from './localization/locales/zh-CN/CompositeLocale';\nexport { COMPOSITE_LOCALE_ZH_TW } from './localization/locales/zh-TW/CompositeLocale';\n\nexport type { CallControlDisplayType, CommonCallControlOptions } from './common/types/CommonCallControlOptions';\n\nexport type { AvatarPersonaData, AvatarPersonaDataCallback } from './common/AvatarPersona';\nexport { COMPOSITE_ONLY_ICONS, DEFAULT_COMPOSITE_ICONS } from './common/icons';\nexport type {\n CompositeIcons,\n ChatCompositeIcons,\n CallCompositeIcons,\n CallWithChatCompositeIcons\n} from './common/icons';\nexport * from './localization/locales';\nexport type { CompositeStrings, CompositeLocale } from './localization';\nexport type { AdapterError, AdapterErrors } from './common/adapters';\n/* @conditional-compile-remove(breakout-rooms) */\nexport type { AdapterNotification, AdapterNotifications } from './common/adapters';\nexport type { BaseCompositeProps } from './common/BaseComposite';\nexport type {\n CustomCallControlButtonCallback,\n CustomCallControlButtonPlacement,\n CustomCallControlButtonCallbackArgs,\n CustomCallControlButtonStrings\n} from './common/ControlBar/CustomButton';\n\nexport { onResolveVideoEffectDependencyLazy } from './common/resolveVideoEffectDependencyLazy';\n\nexport { onResolveVideoEffectDependency } from './common/resolveVideoEffectDependency';\n/* @conditional-compile-remove(DNS) */\nexport { onResolveDeepNoiseSuppressionDependencyLazy } from './common/resolveDeepNoiseSuppressionDependencyLazy';\n/* @conditional-compile-remove(DNS) */\nexport { onResolveDeepNoiseSuppressionDependency } from './common/resolveDeepNoiseSuppressionDependency';\n"]}
@@ -0,0 +1,8 @@
1
+ import { CompositeLocale } from '../../LocalizationProvider';
2
+ /**
3
+ * Locale for Welsh (GB)
4
+ *
5
+ * @public
6
+ */
7
+ export declare const COMPOSITE_LOCALE_CY_GB: CompositeLocale;
8
+ //# sourceMappingURL=CompositeLocale.d.ts.map
@@ -0,0 +1,15 @@
1
+ // Copyright (c) Microsoft Corporation.
2
+ // Licensed under the MIT License.
3
+ import { COMPONENT_LOCALE_CY_GB } from "../../../../../../react-components/src";
4
+ import cy_GB from './strings.json';
5
+ import { createCompositeStrings } from '../utils';
6
+ /**
7
+ * Locale for Welsh (GB)
8
+ *
9
+ * @public
10
+ */
11
+ export const COMPOSITE_LOCALE_CY_GB = {
12
+ component: COMPONENT_LOCALE_CY_GB,
13
+ strings: createCompositeStrings(cy_GB)
14
+ };
15
+ //# sourceMappingURL=CompositeLocale.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompositeLocale.js","sourceRoot":"","sources":["../../../../../../../../../react-composites/src/composites/localization/locales/cy-GB/CompositeLocale.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EAAE,sBAAsB,EAAE,+CAAmC;AACpE,OAAO,KAAK,MAAM,gBAAgB,CAAC;AACnC,OAAO,EAAE,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAGlD;;;;GAIG;AACH,MAAM,CAAC,MAAM,sBAAsB,GAAoB;IACrD,SAAS,EAAE,sBAAsB;IACjC,OAAO,EAAE,sBAAsB,CAAC,KAAK,CAAC;CACvC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { COMPONENT_LOCALE_CY_GB } from '@internal/react-components';\nimport cy_GB from './strings.json';\nimport { createCompositeStrings } from '../utils';\nimport { CompositeLocale } from '../../LocalizationProvider';\n\n/**\n * Locale for Welsh (GB)\n *\n * @public\n */\nexport const COMPOSITE_LOCALE_CY_GB: CompositeLocale = {\n component: COMPONENT_LOCALE_CY_GB,\n strings: createCompositeStrings(cy_GB)\n};\n"]}
@@ -0,0 +1,411 @@
1
+ {
2
+ "call": {
3
+ "cameraLabel": "Camera",
4
+ "noCamerasLabel": "Heb ganfod camerâu",
5
+ "cameraPermissionDenied": "Mae eich porwr yn rhwystro mynediad at eich camera",
6
+ "cameraTurnedOff": "Mae eich camera wedi'i ddiffodd",
7
+ "chatButtonLabel": "Sgwrs",
8
+ "close": "Cau",
9
+ "complianceBannerNowOnlyRecording": "Rydych chi ond yn recordio'r cyfarfod hwn bellach.",
10
+ "complianceBannerNowOnlyTranscription": "Rydych yn awr yn trawsgrifio'r cyfarfod hwn yn unig.",
11
+ "complianceBannerRecordingAndTranscriptionSaved": "Mae recordiad a thrawsgrifiad yn cael eu cadw.",
12
+ "complianceBannerRecordingAndTranscriptionStarted": "Wedi dechrau recordio a thrawsgrifio.",
13
+ "complianceBannerRecordingAndTranscriptionStopped": "Wedi stopio recordio a thrawsgrifio.",
14
+ "complianceBannerRecordingSaving": "Mae’r recordiad yn cael ei gadw.",
15
+ "complianceBannerRecordingStarted": "Recordio wedi dechrau.",
16
+ "complianceBannerRecordingStopped": "Recordio wedi stopio.",
17
+ "complianceBannerTranscriptionStarted": "Wedi dechrau’r trawsgrifiad.",
18
+ "complianceBannerTranscriptionConsent": "Drwy ymuno, rydych yn cydsynio i drawsgrifio'r cyfarfod hwn.",
19
+ "complianceBannerTranscriptionSaving": "Mae trawsgrifiad yn cael ei gadw.",
20
+ "complianceBannerTranscriptionStopped": "Wedi stopio’r trawsgrifiad.",
21
+ "configurationPageTitle": "Dechrau galwad",
22
+ "copyInviteLinkButtonLabel": "Copïo dolen y gwahoddiad",
23
+ "copyInviteLinkButtonActionedLabel": "Wedi copïo'r ddolen",
24
+ "copyInviteLinkActionedAriaLabel": "Wedi copïo dolen y gwahoddiad",
25
+ "defaultPlaceHolder": "Dewiswch opsiwn",
26
+ "dismissSidePaneButtonLabel": "Cau",
27
+ "videoEffectsPaneTitle": "Effeithiau",
28
+ "videoEffectsPaneBackgroundSelectionTitle": "Cefndir",
29
+ "configurationPageVideoEffectsButtonLabel": "Effeithiau",
30
+ "unableToStartVideoEffect": "Does dim modd defnyddio'r effaith fideo.",
31
+ "blurBackgroundEffectButtonLabel": "Pylu",
32
+ "blurBackgroundTooltip": "Niwlio'r Cefndir",
33
+ "removeBackgroundEffectButtonLabel": "Dim",
34
+ "removeBackgroundTooltip": "Tynnu'r Cefndir",
35
+ "cameraOffBackgroundEffectWarningText": "Mae eich camera wedi'i ddiffodd. Rhowch y camera ar waith i weld yr effaith fideo.",
36
+ "failedToJoinCallDueToNoNetworkMoreDetails": "Cafodd yr alwad ei datgysylltu oherwydd problem rhwydwaith. Tarwch olwg ar eich cysylltiad ac ymuno eto.",
37
+ "failedToJoinCallDueToNoNetworkTitle": "Galwad wedi'i datgysylltu",
38
+ "failedToJoinTeamsMeetingReasonAccessDeniedMoreDetails": "Doeddech chi ddim wedi cael mynediad yn yr alwad. Os mai camgymeriad oedd hyn, ailymunwch â'r alwad.",
39
+ "failedToJoinTeamsMeetingReasonAccessDeniedTitle": "Wedi'i anfon ymaith o'r ystafell aros",
40
+ "learnMore": "Dysgu mwy",
41
+ "leavingCallTitle": "Wrthi'n gadael...",
42
+ "leftCallMoreDetails": "Os mai camgymeriad oedd hyn, ailymunwch â'r alwad.",
43
+ "leftCallTitle": "Fe adawoch chi'r alwad",
44
+ "lobbyScreenConnectingToCallTitle": "Ymuno â galwad",
45
+ "lobbyScreenWaitingToBeAdmittedTitle": "Wrthi’n aros am dderbyniad",
46
+ "microphonePermissionDenied": "Mae eich porwr yn rhwystro mynediad at eich meicroffon",
47
+ "microphoneToggleInLobbyNotAllowed": "Does dim modd tewi na dad-dewi tra yn yr ystafell aros.",
48
+ "mutedMessage": "Rydych chi wedi'ch tewi",
49
+ "networkReconnectMoreDetails": "Mae'n debyg bod rhywbeth wedi mynd o'i le. Rydyn ni'n ceisio mynd yn ôl i mewn i'r alwad.",
50
+ "networkReconnectTitle": "Daliwch arni",
51
+ "notInvitedToRoomDetails": "Does dim modd i chi ymuno â'r ystafell hon oherwydd does gennych chi ddim gwahoddiad.",
52
+ "notInvitedToRoomTitle": "Heb wahoddiad i'r ystafell",
53
+ "peopleButtonLabel": "Pobl",
54
+ "selectedPeopleButtonLabel": "Wedi Dewis y Botwm Pobl",
55
+ "peoplePaneTitle": "Pobl",
56
+ "peoplePaneMoreButtonAriaLabel": "Mwy",
57
+ "peopleButtonTooltipOpen": "Dangos cyfranogwyr",
58
+ "peopleButtonTooltipClose": "Cuddio’r cyfranogwyr",
59
+ "peoplePaneSubTitle": "Yn yr alwad hon {numberOfPeople}",
60
+ "privacyPolicy": "Polisi preifatrwydd",
61
+ "rejoinCallButtonLabel": "Ail-ymuno â'r alwad",
62
+ "removedFromCallMoreDetails": "Mae cyfranogwr arall wedi eich tynnu o'r alwad.",
63
+ "removedFromCallTitle": "Cawsoch eich tynnu",
64
+ "removeMenuLabel": "Tynnu",
65
+ "startSpotlightMenuLabel": "Sbotolau i bawb",
66
+ "addSpotlightMenuLabel": "Ychwanegu sbotolau",
67
+ "stopSpotlightMenuLabel": "Diffodd y sbotolau",
68
+ "stopSpotlightOnSelfMenuLabel": "Gadael y sbotolau",
69
+ "spotlightLimitReachedMenuTitle": "Wedi cyrraedd y terfyn sbotolau",
70
+ "stopAllSpotlightMenuLabel": "Stopio pob sbotolau",
71
+ "returnToCallButtonAriaDescription": "Mynd yn ôl i'r Alwad",
72
+ "returnToCallButtonAriaLabel": "Yn ôl",
73
+ "roomNotFoundDetails": "Doedd dim modd canfod ID yr ystafell a roddwyd.",
74
+ "roomNotFoundTitle": "Heb ganfod yr ystafell",
75
+ "roomNotValidDetails": "Dydy'r ystafell hon ddim yn ddilys ar hyn o bryd.",
76
+ "roomNotValidTitle": "Dydy'r ystafell ddim yn ddilys",
77
+ "inviteToRoomRemovedDetails": "Wedi tynnu eich gwahoddiad i ymuno â'r ystafell hon.",
78
+ "inviteToRoomRemovedTitle": "Wedi tynnu'r gwahoddiad i'r ystafell",
79
+ "soundLabel": "Sain",
80
+ "noMicrophonesLabel": "Heb ganfod meicroffonau",
81
+ "noSpeakersLabel": "Heb ganfod seinyddion",
82
+ "startCallButtonLabel": "Dechrau galwad",
83
+ "openDialpadButtonLabel": "Deialu rhif ffôn",
84
+ "peoplePaneAddPeopleButtonLabel": "Ychwanegu Pobl",
85
+ "dialpadStartCallButtonLabel": "Galwad",
86
+ "dialpadModalTitle": "Deialu Rhif Ffôn",
87
+ "dialpadModalAriaLabel": "Pad deialu",
88
+ "dialpadCloseModalButtonAriaLabel": "Cau'r pad deialu",
89
+ "moreButtonCallingLabel": "Mwy",
90
+ "resumeCallButtonLabel": "Ailgydio",
91
+ "resumingCallButtonLabel": "Wrthi'n ailgydio...",
92
+ "resumeCallButtonAriaLabel": "Ailgydio yn yr alwad",
93
+ "resumingCallButtonAriaLabel": "Ailgydio yn yr alwad",
94
+ "holdScreenLabel": "Mae eich galwad yn aros",
95
+ "openDtmfDialpadLabel": "Dangos y pad deialu",
96
+ "dtmfDialpadPlaceholderText": "Cofnodi rhif",
97
+ "outboundCallingNoticeString": "Wrthi'n galw...",
98
+ "participantJoinedNoticeString": "Mae {displayName} wedi ymuno",
99
+ "twoParticipantJoinedNoticeString": "Mae {displayName1} a {displayName2} wedi ymuno",
100
+ "threeParticipantJoinedNoticeString": "Mae {displayName1}, {displayName2} a {displayName3} wedi ymuno",
101
+ "participantLeftNoticeString": "Mae {displayName} wedi gadael",
102
+ "twoParticipantLeftNoticeString": "Mae {displayName1} a {displayName2} wedi gadael",
103
+ "threeParticipantLeftNoticeString": "Mae {displayName1}, {displayName2} a {displayName3} wedi gadael",
104
+ "unnamedParticipantString": "cyfranogwr dienw",
105
+ "manyUnnamedParticipantsJoined": "Mae cyfranogwr dienw a {numOfParticipants} o gyfranogwyr eraill wedi ymuno",
106
+ "manyUnnamedParticipantsLeft": "Mae cyfranogwr dienw a {numOfParticipants} o gyfranogwyr eraill wedi gadael",
107
+ "manyParticipantsJoined": "{displayName1}, {displayName2}, {displayName3} a {numOfParticipants} cyfranogwyr eraill wedi ymuno",
108
+ "manyParticipantsLeft": "{displayName1}, {displayName2}, {displayName3} a {numOfParticipants} cyfranogwyr eraill ar ôl",
109
+ "liveCaptionsLabel": "Capsiynau byw",
110
+ "captionsSettingsLabel": "Gosodiadau capsiynau",
111
+ "startCaptionsButtonOnLabel": "Rhoi capsiynau ar waith",
112
+ "startCaptionsButtonOffLabel": "Diffodd capsiynau",
113
+ "startCaptionsButtonTooltipOnContent": "Diffodd capsiynau",
114
+ "startCaptionsButtonTooltipOffContent": "Rhoi capsiynau ar waith",
115
+ "captionsSettingsModalTitle": "Gosodiadau Capsiynau",
116
+ "captionsSettingsSpokenLanguageDropdownLabel": "Iaith lafar",
117
+ "captionsSettingsCaptionLanguageDropdownLabel": "Iaith capsiynau",
118
+ "captionsSettingsSpokenLanguageDropdownInfoText": "Yr iaith y mae pawb yn yr alwad hon yn ei siarad.",
119
+ "captionsSettingsCaptionLanguageDropdownInfoText": "Bydd capsiynau'n ymddangos yn yr iaith hon.",
120
+ "captionsSettingsConfirmButtonLabel": "Cadarnhau",
121
+ "captionsSettingsCancelButtonLabel": "Canslo",
122
+ "captionsSettingsModalAriaLabel": "Moddol Gosodiad Capsiynau",
123
+ "captionsSettingsCloseModalButtonAriaLabel": "Cau Gosodiad Capsiynau",
124
+ "captionsBannerMoreButtonCallingLabel": "Mwy",
125
+ "captionsBannerMoreButtonTooltip": "Mwy o ddewisiadau",
126
+ "dismissModalAriaLabel": "Llun a llun lleol a phell, pwyswch Enter i fynd yn ôl i'r alwad",
127
+ "callRejectedTitle": "Doedd dim modd cwblhau'r alwad",
128
+ "callRejectedMoreDetails": "Dydy'r unigolyn rydych chi'n ceisio cysylltu â nhw ddim ar gael. Rhowch gynnig arall arni rywbryd eto.",
129
+ "callTimeoutTitle": "Doedd dim modd cwblhau'r alwad",
130
+ "callTimeoutDetails": "Dydy'r unigolyn rydych chi'n ceisio cysylltu â nhw ddim ar gael. Rhowch gynnig arall arni rywbryd eto.",
131
+ "callTimeoutBotTitle": "Doedd dim modd cwblhau'r alwad",
132
+ "callTimeoutBotDetails": "Dydy'r gwasanaeth rydych chi'n ceisio cysylltu ag ef ddim ar gael. Rhowch gynnig arall arni rywbryd eto.",
133
+ "dtmfDialerButtonLabel": "Pad deialu",
134
+ "dtmfDialerButtonTooltipOn": "Dangos y pad deialu",
135
+ "dtmfDialerButtonTooltipOff": "Cuddio'r pad deialu",
136
+ "dtmfDialerMoreButtonLabelOn": "Dangos y pad deialu",
137
+ "dtmfDialerMoreButtonLabelOff": "Cuddio'r pad deialu",
138
+ "phoneCallMoreButtonLabel": "Galwad Ffôn",
139
+ "spokenLanguageStrings": {
140
+ "ar-ae": "Arabeg - E.A.U.",
141
+ "ar-sa": "Arabeg - Saudi Arabia",
142
+ "da-dk": "Daneg",
143
+ "de-de": "Almaeneg - Yr Almaen",
144
+ "en-au": "Saesneg - Awstralia",
145
+ "en-ca": "Saesneg - Canada",
146
+ "en-gb": "Saesneg - Y Deyrnas Unedig",
147
+ "en-in": "Saesneg - India",
148
+ "en-nz": "Saesneg - Seland Newydd",
149
+ "en-us": "Saesneg - Unol Daleithiau America",
150
+ "es-es": "Sbaeneg - Sbaen (Modern)",
151
+ "es-mx": "Sbaeneg - Mecsico",
152
+ "fi-fi": "Ffinneg",
153
+ "fr-ca": "Ffrangeg - Canada",
154
+ "fr-fr": "Ffrangeg - Ffrainc",
155
+ "hi-in": "Hindi",
156
+ "it-it": "Eidaleg - Yr Eidal",
157
+ "ja-jp": "Japaneeg",
158
+ "ko-kr": "Coreeg",
159
+ "nb-no": "Norwyeg (Bokmål)",
160
+ "nl-be": "Iseldireg - Gwlad Belg",
161
+ "nl-nl": "Iseldireg - Yr Iseldiroedd",
162
+ "pl-pl": "Pwyleg",
163
+ "pt-br": "Portiwgaleg - Brasil",
164
+ "ru-ru": "Rwseg",
165
+ "sv-se": "Swedeg",
166
+ "zh-cn": "Tsieinëeg - Gweriniaeth y Bobl Tsieina",
167
+ "zh-hk": "Tsieinëeg - Hong Kong SAR",
168
+ "cs-cz": "Tsieceg",
169
+ "pt-pt": "Portiwgaleg - Portiwgal",
170
+ "tr-tr": "Tyrceg",
171
+ "vi-vn": "Fietnameg",
172
+ "th-th": "Thai",
173
+ "he-il": "Hebraeg",
174
+ "cy-gb": "Cymraeg",
175
+ "uk-ua": "Wcreineg",
176
+ "el-gr": "Groeg",
177
+ "hu-hu": "Hwngareg",
178
+ "ro-ro": "Rwmaneg",
179
+ "sk-sk": "Slofaceg",
180
+ "zh-tw": "Tsieinëeg - Taiwan"
181
+ },
182
+ "captionLanguageStrings": {
183
+ "ar": "Arabeg",
184
+ "da": "Daneg",
185
+ "de": "Almaeneg",
186
+ "en": "Saesneg",
187
+ "es": "Sbaeneg",
188
+ "fi": "Ffinneg",
189
+ "fr-ca": "Ffrangeg - Canada",
190
+ "fr": "Ffrangeg - Ffrainc",
191
+ "hi": "Hindi",
192
+ "it": "Eidaleg",
193
+ "ja": "Japaneeg",
194
+ "ko": "Coreeg",
195
+ "nb": "Norwyeg (Bokmål)",
196
+ "nl": "Iseldireg",
197
+ "pl": "Pwyleg",
198
+ "pt": "Portiwgaleg - Brasil",
199
+ "ru": "Rwseg",
200
+ "sv": "Swedeg",
201
+ "zh-Hans": "Tsieinëeg (Syml)",
202
+ "zh-Hant": "Tsieinëeg (Traddodiadol)",
203
+ "cs": "Tsieceg",
204
+ "pt-pt": "Portiwgaleg - Portiwgal",
205
+ "tr": "Tyrceg",
206
+ "vi": "Fietnameg",
207
+ "th": "Thai",
208
+ "he": "Hebraeg",
209
+ "cy": "Cymraeg",
210
+ "uk": "Wcreineg",
211
+ "el": "Groeg",
212
+ "hu": "Hwngareg",
213
+ "ro": "Rwmaneg",
214
+ "sk": "Slofaceg"
215
+ },
216
+ "captionsBannerSpinnerText": "Wrthi'n dechrau'r capsiynau...",
217
+ "transferPageTransferorText": "Wrthi'n trosglwyddo...",
218
+ "transferPageTransferTargetText": "Wrthi'n cysylltu...",
219
+ "transferPageUnknownTransferorDisplayName": "Dim manylion",
220
+ "transferPageUnknownTransferTargetDisplayName": "Dim manylion",
221
+ "transferPageNoticeString": "Rydych chi'n cael eich trosglwyddo",
222
+ "participantCouldNotBeReachedTitle": "Dydy'r cyfranogwr targed ddim ar gael ar hyn o bryd",
223
+ "participantCouldNotBeReachedMoreDetails": "Cysylltwch â'r cyfranogwr pan fydd ar gael",
224
+ "permissionToReachTargetParticipantNotAllowedTitle": "Ni chaniateir caniatâd i gyrraedd y cyfranogwr targed",
225
+ "permissionToReachTargetParticipantNotAllowedMoreDetails": "Gwnewch yn siŵr bod y cyfranogwr targed yn yr un tenant",
226
+ "unableToResolveTenantTitle": "Does dim modd datrys id tenant ar gyfer y cyfranogwr targed",
227
+ "unableToResolveTenantMoreDetails": "Gwnewch yn siŵr bod yr id cyfranogwr wedi'i roi'n gywir",
228
+ "participantIdIsMalformedTitle": "Dydy'r id cyfranogwr ddim yn y fformat cywir",
229
+ "participantIdIsMalformedMoreDetails": "Gwnewch yn siŵr bod id y cyfranogwr yn y fformat cywir",
230
+ "moreButtonGalleryControlLabel": "Gweld",
231
+ "moreButtonGalleryPositionToggleLabel": "Symud yr oriel i'r brig",
232
+ "moreButtonGallerySpeakerLayoutLabel": "Seinydd",
233
+ "moreButtonGalleryFloatingLocalLayoutLabel": "Deinamig",
234
+ "moreButtonGalleryDefaultLayoutLabel": "Gwedd oriel",
235
+ "moreButtonGalleryFocusedContentLayoutLabel": "Canolbwyntio ar y cynnwys",
236
+ "moreButtonLargeGalleryDefaultLayoutLabel": "Oriel Fawr",
237
+ "capabilityChangedNotification": {
238
+ "turnVideoOn": {
239
+ "lostDueToMeetingOption": "Mae eich camera wedi'i analluogi. Does dim modd i chi rannu fideo mwyach.",
240
+ "grantedDueToMeetingOption": "Mae eich camera wedi'i alluogi. Rhowch eich camera ar waith os hoffech chi rannu fideo."
241
+ },
242
+ "unmuteMic": {
243
+ "lostDueToMeetingOption": "Mae eich meic wedi'i analluogi. Does dim modd i chi ddad-dewi mwyach.",
244
+ "grantedDueToMeetingOption": "Mae eich meic wedi cael ei alluogi. Dad-dewi’r meic os hoffech chi siarad."
245
+ },
246
+ "shareScreen": {
247
+ "lostDueToRoleChangeToAttendee": "Mae eich rôl wedi cael ei newid. Fydd rhai gweithredoedd, fel rhannu cynnwys, ddim ar gael i chi.",
248
+ "grantedDueToRoleChangeToPresenter": "Rydych chi'n gyflwynydd. Gallwch rannu cynnwys a hwyluso'r cyfarfod."
249
+ },
250
+ "hideAttendeeNames": {
251
+ "hideAttendeeNameAttendee": "Mae eich enw wedi'i guddio rhag mynychwyr eraill. Gall trefnwyr a chyflwynwyr weld eich enw go iawn.",
252
+ "hideAttendeeNamePresenter": "Mae enwau mynychwyr wedi'u cuddio. Dim ond trefnwyr a chyflwynwyr sy'n gallu gweld enwau i warchod preifatrwydd y mynychwr."
253
+ }
254
+ },
255
+ "surveyTitle": "Helpwch ni i wella",
256
+ "starSurveyHelperText": "Sut oedd ansawdd yr alwad?",
257
+ "starSurveyOneStarText": "Roedd yr ansawdd yn wael.",
258
+ "starSurveyTwoStarText": "Roedd yr ansawdd yn wael.",
259
+ "starSurveyThreeStarText": "Roedd yr ansawdd yn dda.",
260
+ "starSurveyFourStarText": "Roedd yr ansawdd yn wych.",
261
+ "starSurveyFiveStarText": "Roedd yr ansawdd yn ardderchog.",
262
+ "surveyConfirmButtonLabel": "Anfon Adborth",
263
+ "starRatingAriaLabel": "Dewis {0} o {1} seren",
264
+ "surveySkipButtonLabel": "Hepgor",
265
+ "tagsSurveyQuestion": "Beth allai fod yn well?",
266
+ "tagsSurveyTextFieldDefaultText": "Arall, nodwch os gwelwch yn dda",
267
+ "tagsSurveyHelperText": "Gwiriwch unrhyw broblemau a gawsoch chi",
268
+ "endOfSurveyText": "Diolch am eich adborth!",
269
+ "surveyIssues": {
270
+ "overallRating": {
271
+ "callCannotJoin": "Doeddwn i ddim yn gallu ymuno â'r alwad",
272
+ "callCannotInvite": "Doeddwn i ddim yn gallu gwahodd eraill i'r alwad",
273
+ "hadToRejoin": "Roedd yn rhaid i fi ailymuno â'r alwad",
274
+ "callEndedUnexpectedly": "Daeth yr alwad i ben ar fy nghyfer i yn annisgwyl",
275
+ "otherIssues": "Roeddwn i'n cael problemau eraill gyda'r alwad"
276
+ },
277
+ "audioRating": {
278
+ "noLocalAudio": "Doedd yr ochr arall ddim yn gallu clywed dim byd",
279
+ "noRemoteAudio": "Doeddwn i ddim yn gallu clywed dim byd",
280
+ "echo": "Roeddwn i'n clywed adlais ar yr alwad",
281
+ "audioNoise": "Roeddwn i'n clywed synau ar yr alwad",
282
+ "lowVolume": "Roedd lefel y sain yn isel",
283
+ "audioStoppedUnexpectedly": "Daeth y sain i ben yn annisgwyl",
284
+ "distortedSpeech": "Roedd y sain wedi'i haflunio",
285
+ "audioInterruption": "Torrwyd ar draws y sain",
286
+ "otherIssues": "Roeddwn i'n cael problemau sain eraill yn yr alwad hon"
287
+ },
288
+ "videoRating": {
289
+ "noVideoReceived": "Doeddwn i ddim yn gallu gweld unrhyw fideo",
290
+ "noVideoSent": "Doedd pobl eraill ddim yn gallu fy ngweld i",
291
+ "lowQuality": "Roedd ansawdd y fideo yn isel",
292
+ "freezes": "Mae'r fideo wedi rhewi",
293
+ "stoppedUnexpectedly": "Daeth y fideo i ben yn annisgwyl",
294
+ "darkVideoReceived": "Rydw i'n gweld dim ond sgriniau tywyll pan fo pobl eraill yn rhoi eu camerâu ar waith",
295
+ "audioVideoOutOfSync": "Doedd y Sain a'r Fideo ddim wedi'u cysoni",
296
+ "otherIssues": "Roeddwn i'n cael problemau fideo eraill yn yr alwad hon"
297
+ },
298
+ "screenshareRating": {
299
+ "noContentLocal": "Doedd pobl eraill ddim yn gallu gweld fy rhannu sgrin",
300
+ "noContentRemote": "Doeddwn i ddim yn gallu gweld rhannu sgrin pobl eraill",
301
+ "cannotPresent": "Doedd dim modd i fi gyflwyno fy sgrin",
302
+ "lowQuality": "Roedd ansawdd rhannu sgrin yn isel",
303
+ "freezes": "Mae rhannu sgrin wedi rhewi",
304
+ "stoppedUnexpectedly": "Stopiodd rhannu sgrin yn annisgwyl",
305
+ "largeDelay": "Mae cryn dipyn o ran rhannu sgrin",
306
+ "otherIssues": "Roeddwn i'n cael problemau rhannu sgrin eraill yn yr alwad hon"
307
+ }
308
+ },
309
+ "surveyIssuesHeadingStrings": {
310
+ "overallRating": "Cyffredinol",
311
+ "audioRating": "Sain",
312
+ "videoRating": "Fideo",
313
+ "screenshareRating": "Cyflwyno"
314
+ },
315
+ "spotlightPrompt": {
316
+ "startSpotlightHeading": "Sbotolau i bawb?",
317
+ "startSpotlightText": "Byddwch chi’n amlygu'r fideo hwn ar gyfer pawb yn y cyfarfod.",
318
+ "startSpotlightOnSelfText": "Byddwch chi’n amlygu eich fideo ar gyfer pawb yn y cyfarfod.",
319
+ "startSpotlightConfirmButtonLabel": "Sbotolau i bawb",
320
+ "startSpotlightCancelButtonLabel": "Canslo",
321
+ "stopSpotlightHeading": "Stopio rhoi sbotolau ar y fideo hwn?",
322
+ "stopSpotlightOnSelfHeading": "Gadael y sbotolau?",
323
+ "stopAllSpotlightHeading": "Stopio rhoi sbotolau ar yr holl fideos?",
324
+ "stopSpotlightText": "Ni fydd y fideo hwn yn cael ei amlygu ar gyfer pawb yn y cyfarfod mwyach.",
325
+ "stopSpotlightOnSelfText": "Fydd eich fideo ddim yn cael ei amlygu ar gyfer pawb yn y cyfarfod mwyach.",
326
+ "stopAllSpotlightText": "Ni fydd y fideos bellach yn cael eu hamlygu i bawb yn y cyfarfod.",
327
+ "stopSpotlightConfirmButtonLabel": "Diffodd y sbotolau",
328
+ "stopSpotlightOnSelfConfirmButtonLabel": "Gadael y sbotolau",
329
+ "stopSpotlightCancelButtonLabel": "Canslo"
330
+ },
331
+ "exitSpotlightButtonLabel": "Gadael y sbotolau",
332
+ "exitSpotlightButtonTooltip": "Gadael y sbotolau",
333
+ "leaveConfirmButtonLabel": "Gadael",
334
+ "endCallConfirmButtonLabel": "Gorffen yr alwad",
335
+ "hangUpCancelButtonLabel": "Canslo",
336
+ "leaveConfirmDialogTitle": "Gadael yr alwad?",
337
+ "leaveConfirmDialogContent": "Ydych chi'n siŵr eich bod am adael yr alwad?",
338
+ "endCallConfirmDialogTitle": "Dod â'r alwad i ben?",
339
+ "endCallConfirmDialogContent": "Byddwch chi'n dod â'r alwad i ben ar gyfer pawb.",
340
+ "invalidMeetingIdentifier": "ID neu god cyfrin cyfarfod annilys",
341
+ "pinParticipantMenuLabel": "Pinio ar fy nghyfer i",
342
+ "pinParticipantLimitReachedMenuLabel": "Pinio (wedi cyrraedd y terfyn)",
343
+ "unpinParticipantMenuLabel": "Dadbinio",
344
+ "pinParticipantMenuItemAriaLabel": "Pinio",
345
+ "unpinParticipantMenuItemAriaLabel": "Dadbinio",
346
+ "muteAllMenuLabel": "Tewi pawb",
347
+ "muteAllDialogTitle": "Tewi pawb?",
348
+ "muteAllDialogContent": "Bydd hyn yn tewi pawb yn y cyfarfod ond chi.",
349
+ "muteAllConfirmButtonLabel": "Tewi pawb",
350
+ "muteAllCancelButtonLabel": "Canslo",
351
+ "joinBreakoutRoomButtonLabel": "Ymuno â'r cyfarfod ymylol",
352
+ "returnFromBreakoutRoomButtonLabel": "Gadael yr ystafell",
353
+ "leaveBreakoutRoomAndMeetingButtonLabel": "Gadael y cyfarfod",
354
+ "breakoutRoomJoinedNotificationTitle": "Rydych chi wedi ymuno â'r Cyfarfod Ymylol '{roomName}'",
355
+ "joinBreakoutRoomBannerTitle": "Mae'r cyfarfod ymylol '{roomName}' ar agor",
356
+ "joinBreakoutRoomBannerButtonLabel": "Ymuno",
357
+ "returnFromBreakoutRoomBannerTitle": "Mynd yn ôl i'r prif gyfarfod",
358
+ "returnFromBreakoutRoomBannerButtonLabel": "Ailymuno"
359
+ },
360
+ "chat": {
361
+ "chatListHeader": "Yn y sgwrs hon",
362
+ "uploadAttachment": "Llwytho Atodiad i Fyny",
363
+ "uploadImageDataNotProvided": "Dydy data'r ddelwedd ddim wedi'i ddarparu.",
364
+ "uploadImageIsTooLarge": "Mae'r ddelwedd yn rhy fawr. Dewiswch un sy'n llai na {maxImageSize} MB.",
365
+ "uploadImageExtensionIsNotAllowed": "Ni chaniateir llwytho'r ddelwedd .{imageExtension} i fyny.",
366
+ "uploadImageFailed": "Does dim modd llwytho'r ddelwedd i fyny. Rhowch gynnig arall arni rywbryd eto."
367
+ },
368
+ "callWithChat": {
369
+ "chatButtonLabel": "Sgwrs",
370
+ "chatButtonNewMessageNotificationLabel": "Neges Newydd",
371
+ "chatButtonTooltipClosedWithMessageCount": "Dangos sgwrs ({unreadMessagesCount} heb ei darllen)",
372
+ "chatButtonTooltipClose": "Cuddio'r sgwrs",
373
+ "chatButtonTooltipOpen": "Dangos y sgwrs",
374
+ "chatPaneTitle": "Sgwrs",
375
+ "copyInviteLinkButtonLabel": "Copïo dolen y gwahoddiad",
376
+ "copyInviteLinkButtonActionedLabel": "Wedi copïo'r ddolen",
377
+ "copyInviteLinkActionedAriaLabel": "Wedi copïo dolen y gwahoddiad",
378
+ "dismissSidePaneButtonLabel": "Cau",
379
+ "moreDrawerAudioDeviceMenuTitle": "Dyfais Sain",
380
+ "moreDrawerButtonLabel": "Mwy o ddewisiadau",
381
+ "moreDrawerButtonTooltip": "Mwy o ddewisiadau",
382
+ "moreDrawerMicrophoneMenuTitle": "Meicroffon",
383
+ "moreDrawerSpeakerMenuTitle": "Siaradwr",
384
+ "moreDrawerCaptionsMenuTitle": "Capsiynau byw",
385
+ "moreDrawerSpokenLanguageMenuTitle": "Iaith lafar",
386
+ "moreDrawerCaptionLanguageMenuTitle": "Iaith capsiwn",
387
+ "moreDrawerGalleryOptionsMenuTitle": "Dewisiadau oriel",
388
+ "peopleButtonLabel": "Pobl",
389
+ "selectedPeopleButtonLabel": "Wedi Dewis y Botwm Pobl",
390
+ "peopleButtonTooltipOpen": "Dangos y cyfranogwyr",
391
+ "peopleButtonTooltipClose": "Cuddio’r cyfranogwyr",
392
+ "peopleButtonTooltipOpenAriaLabel": "Botwm Pobl, Dangos cyfranogwyr",
393
+ "peopleButtonTooltipCloseAriaLabel": "Botwm Pobl, Cuddio cyfranogwyr",
394
+ "peoplePaneSubTitle": "Yn yr alwad hon",
395
+ "peoplePaneTitle": "Pobl",
396
+ "pictureInPictureTileAriaLabel": "Crynodebau Fideo. Cliciwch i fynd yn ôl i sgrin yr alwad.",
397
+ "removeMenuLabel": "Tynnu",
398
+ "openDialpadButtonLabel": "Deialu rhif ffôn",
399
+ "returnToCallButtonAriaDescription": "Mynd yn ôl i'r Alwad",
400
+ "returnToCallButtonAriaLabel": "Yn ôl",
401
+ "peoplePaneAddPeopleButtonLabel": "Ychwanegu Pobl",
402
+ "dialpadStartCallButtonLabel": "Galwad",
403
+ "dialpadModalTitle": "Deialu Rhif Ffôn",
404
+ "dialpadModalAriaLabel": "Pad deialu",
405
+ "dialpadCloseModalButtonAriaLabel": "Cau'r pad deialu",
406
+ "openDtmfDialpadLabel": "Dangos y pad deialu",
407
+ "dtmfDialpadPlaceholderText": "Cofnodi rhif",
408
+ "breakoutRoomChatPaneTitle": "Sgwrs y Cyfarfod Ymylol",
409
+ "chatContentSpinnerLabel": "Wrthi'n llwytho..."
410
+ }
411
+ }
@@ -26,6 +26,7 @@
26
26
  "dismissSidePaneButtonLabel": "Close",
27
27
  "videoEffectsPaneTitle": "Effects",
28
28
  "videoEffectsPaneBackgroundSelectionTitle": "Background",
29
+ "videoEffectsPaneAriaLabel": "Video effects pane",
29
30
  "configurationPageVideoEffectsButtonLabel": "Effects",
30
31
  "unableToStartVideoEffect": "Unable to apply video effect.",
31
32
  "blurBackgroundEffectButtonLabel": "Blur",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
- "version": "1.20.0-alpha-202410030015",
3
+ "version": "1.20.0-alpha-202410050015",
4
4
  "sideEffects": false,
5
5
  "description": "React library for building modern communication user experiences utilizing Azure Communication Services",
6
6
  "keywords": [
@@ -55,7 +55,7 @@
55
55
  "uuid": "^9.0.0"
56
56
  },
57
57
  "peerDependencies": {
58
- "@azure/communication-calling": "1.29.1-beta.2",
58
+ "@azure/communication-calling": "1.30.1-beta.1",
59
59
  "@azure/communication-calling-effects": "1.0.1",
60
60
  "@azure/communication-chat": "1.6.0-beta.3",
61
61
  "@types/react": ">=16.8.0 <19.0.0",
@@ -77,9 +77,9 @@
77
77
  }
78
78
  },
79
79
  "scripts": {
80
- "copy-original": "cpx \"../*/src/**\" ./preprocess-dist && renamer --find src --replace preprocessed ./preprocess-dist/**/*",
80
+ "copy-original": "cpy '../*/src/**' ./preprocess-dist && renamer --find src --replace preprocessed ./preprocess-dist/**/*",
81
81
  "preprocess": "babel ../*/src --out-dir ../preprocessed --extensions \".ts,.tsx\" --keep-file-extension --config-file ./.babelrc.js --relative && rimraf ../preprocessed",
82
- "copy-preprocess": "cpx \"../*/preprocessed/**\" ./preprocess-dist && renamer --find preprocessed --replace src ./preprocess-dist/**/*",
82
+ "copy-preprocess": "cpy '../*/preprocessed/**' ./preprocess-dist && renamer --find preprocessed --replace src ./preprocess-dist/**/*",
83
83
  "build:test": "tspc",
84
84
  "build": "rushx check-deps && rushx _by-flavor \"rushx _build:by-flavor\"",
85
85
  "build:cjs": "rollup -c --silent",
@@ -101,7 +101,7 @@
101
101
  "lint:quiet": "rushx lint -- --quiet",
102
102
  "postpack": "copyfiles -E \"./*.tgz\" release",
103
103
  "check-breaking-change": "tsc --project breaking-change-check/tsconfig.json --strict --noEmit --allowSyntheticDefaultImports",
104
- "copy-api-snapshot": "cpx \"./dist/communication-react.d.ts\" \"./breaking-change-check/snapshots/\"",
104
+ "copy-api-snapshot": "cpy './dist/communication-react.d.ts' ./breaking-change-check/snapshots/",
105
105
  "_if-preprocess": "if-env COMMUNICATION_REACT_FLAVOR=stable || if-env COMMUNICATION_REACT_FLAVOR=beta-release",
106
106
  "_if-beta": "if-env COMMUNICATION_REACT_FLAVOR=beta || if-env COMMUNICATION_REACT_FLAVOR=beta-release",
107
107
  "_api-extractor:by-flavor": "if-env COMMUNICATION_REACT_FLAVOR=stable && api-extractor run -c api-extractor.stable.json --local || (rushx _if-beta && api-extractor run --local)",