@azure/communication-react 1.7.0-alpha-202308050013 → 1.7.0-alpha-202308100014

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 (69) hide show
  1. package/dist/communication-react.d.ts +65 -5
  2. package/dist/dist-cjs/communication-react/index.js +325 -43
  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/calling-component-bindings/src/participantListSelector.js +8 -2
  7. package/dist/dist-esm/calling-component-bindings/src/participantListSelector.js.map +1 -1
  8. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.d.ts +6 -1
  9. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +20 -3
  10. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  11. package/dist/dist-esm/communication-react/src/index.d.ts +1 -0
  12. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  13. package/dist/dist-esm/react-components/src/components/LocalVideoTile.d.ts +2 -0
  14. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +6 -2
  15. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  16. package/dist/dist-esm/react-components/src/components/ParticipantItem.js +1 -1
  17. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  18. package/dist/dist-esm/react-components/src/components/ParticipantList.js +26 -4
  19. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  20. package/dist/dist-esm/react-components/src/components/RaiseHandButton.d.ts +43 -0
  21. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js +45 -0
  22. package/dist/dist-esm/react-components/src/components/RaiseHandButton.js.map +1 -0
  23. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +3 -1
  24. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  25. package/dist/dist-esm/react-components/src/components/VideoTile.d.ts +3 -0
  26. package/dist/dist-esm/react-components/src/components/VideoTile.js +27 -4
  27. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  28. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.d.ts +7 -0
  29. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js +224 -0
  30. package/dist/dist-esm/react-components/src/components/assets/RaisedHandIcon.js.map +1 -0
  31. package/dist/dist-esm/react-components/src/components/index.d.ts +2 -0
  32. package/dist/dist-esm/react-components/src/components/index.js +2 -0
  33. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  34. package/dist/dist-esm/react-components/src/index.d.ts +1 -0
  35. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  36. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +3 -0
  37. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  38. package/dist/dist-esm/react-components/src/localization/locales/ar-SA/strings.json +10 -1
  39. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +10 -1
  40. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +10 -1
  41. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +10 -1
  42. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +10 -1
  43. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +10 -1
  44. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +10 -1
  45. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +10 -1
  46. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +10 -1
  47. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +10 -1
  48. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +10 -1
  49. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +10 -1
  50. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +10 -1
  51. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +10 -1
  52. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +10 -1
  53. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +10 -1
  54. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +10 -1
  55. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +10 -1
  56. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +10 -1
  57. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +10 -1
  58. package/dist/dist-esm/react-components/src/theming/icons.d.ts +2 -0
  59. package/dist/dist-esm/react-components/src/theming/icons.js +6 -0
  60. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  61. package/dist/dist-esm/react-components/src/theming/themes.d.ts +1 -0
  62. package/dist/dist-esm/react-components/src/theming/themes.js +6 -2
  63. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  64. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +10 -0
  65. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  66. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.d.ts +7 -1
  67. package/dist/dist-esm/react-components/src/types/VideoGalleryParticipant.js.map +1 -1
  68. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +2 -0
  69. package/package.json +8 -8
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../react-components/src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEpD,cAAc,wBAAwB,CAAC;AACvC,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAEtD,cAAc,WAAW,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport * from './components';\nexport { _IdentifierProvider } from './identifiers';\nexport type { _Identifiers, _IdentifierProviderProps } from './identifiers';\nexport * from './localization/locales';\nexport { LocalizationProvider } from './localization';\nexport type { ComponentStrings, ComponentLocale, LocalizationProviderProps } from './localization';\nexport * from './theming';\n\nexport type {\n BaseCustomStyles,\n CallParticipantListParticipant,\n ChatMessage,\n CommunicationParticipant,\n ComponentSlotStyle,\n ContentSystemMessage,\n CreateVideoStreamViewResult,\n CustomAvatarOptions,\n CustomMessage,\n Message,\n MessageAttachedStatus,\n MessageCommon,\n MessageContentType,\n OnRenderAvatarCallback,\n ParticipantAddedSystemMessage,\n ParticipantListParticipant,\n ParticipantRemovedSystemMessage,\n ParticipantState,\n ReadReceiptsBySenderId,\n SystemMessage,\n SystemMessageCommon,\n TopicUpdatedSystemMessage,\n VideoGalleryLocalParticipant,\n VideoGalleryParticipant,\n VideoGalleryRemoteParticipant,\n VideoGalleryStream,\n VideoStreamOptions,\n ViewScalingMode\n} from './types';\n\n/* @conditional-compile-remove(close-captions) */\nexport type { CaptionsAvailableLanguageStrings } from './types';\n\n/* @conditional-compile-remove(data-loss-prevention) */\nexport type { BlockedMessage } from './types';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../react-components/src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEpD,cAAc,wBAAwB,CAAC;AACvC,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AAEtD,cAAc,WAAW,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nexport * from './components';\nexport { _IdentifierProvider } from './identifiers';\nexport type { _Identifiers, _IdentifierProviderProps } from './identifiers';\nexport * from './localization/locales';\nexport { LocalizationProvider } from './localization';\nexport type { ComponentStrings, ComponentLocale, LocalizationProviderProps } from './localization';\nexport * from './theming';\n\nexport type {\n BaseCustomStyles,\n CallParticipantListParticipant,\n ChatMessage,\n CommunicationParticipant,\n ComponentSlotStyle,\n ContentSystemMessage,\n CreateVideoStreamViewResult,\n CustomAvatarOptions,\n CustomMessage,\n Message,\n MessageAttachedStatus,\n MessageCommon,\n MessageContentType,\n OnRenderAvatarCallback,\n ParticipantAddedSystemMessage,\n ParticipantListParticipant,\n ParticipantRemovedSystemMessage,\n ParticipantState,\n ReadReceiptsBySenderId,\n SystemMessage,\n SystemMessageCommon,\n TopicUpdatedSystemMessage,\n VideoGalleryLocalParticipant,\n VideoGalleryParticipant,\n VideoGalleryRemoteParticipant,\n VideoGalleryStream,\n VideoStreamOptions,\n ViewScalingMode\n} from './types';\n\n/* @conditional-compile-remove(raise-hand) */\nexport type { RaisedHand } from './types';\n\n/* @conditional-compile-remove(close-captions) */\nexport type { CaptionsAvailableLanguageStrings } from './types';\n\n/* @conditional-compile-remove(data-loss-prevention) */\nexport type { BlockedMessage } from './types';\n"]}
@@ -1,5 +1,6 @@
1
1
  import React from 'react';
2
2
  import { CameraButtonStrings, EndCallButtonStrings, ErrorBarStrings, MessageStatusIndicatorStrings, MessageThreadStrings, MicrophoneButtonStrings, DevicesButtonStrings, ParticipantsButtonStrings, ParticipantItemStrings, ScreenShareButtonStrings, SendBoxStrings, TypingIndicatorStrings, VideoGalleryStrings } from '../components';
3
+ import { RaiseHandButtonStrings } from '../components';
3
4
  import { HoldButtonStrings } from '../components';
4
5
  import { DialpadStrings } from '../components';
5
6
  import { SitePermissionsStrings } from '../components/DevicePermissions/SitePermissionsScaffolding';
@@ -48,6 +49,8 @@ export interface ComponentStrings {
48
49
  participantsButton: ParticipantsButtonStrings;
49
50
  /** Strings for ScreenShareButton */
50
51
  screenShareButton: ScreenShareButtonStrings;
52
+ /** Strings for RaiseHandButton */
53
+ raiseHandButton: RaiseHandButtonStrings;
51
54
  /** Strings for TypingIndicator */
52
55
  typingIndicator: TypingIndicatorStrings;
53
56
  /** Strings for SendBox */
@@ -1 +1 @@
1
- {"version":3,"file":"LocalizationProvider.js","sourceRoot":"","sources":["../../../../../../react-components/src/localization/LocalizationProvider.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AA+BzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAsInD;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAkB,sBAAsB,CAAC,CAAC;AAcpF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,KAAgC,EAAe,EAAE;IACpF,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IACnC,OAAO,oBAAC,aAAa,CAAC,QAAQ,IAAC,KAAK,EAAE,MAAM,IAAG,QAAQ,CAA0B,CAAC;AACpF,CAAC,CAAC;AAEF,kCAAkC;AAClC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAoB,EAAE,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport React, { createContext, useContext } from 'react';\nimport {\n CameraButtonStrings,\n EndCallButtonStrings,\n ErrorBarStrings,\n MessageStatusIndicatorStrings,\n MessageThreadStrings,\n MicrophoneButtonStrings,\n DevicesButtonStrings,\n ParticipantsButtonStrings,\n ParticipantItemStrings,\n ScreenShareButtonStrings,\n SendBoxStrings,\n TypingIndicatorStrings,\n VideoGalleryStrings\n} from '../components';\n/* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\nimport { HoldButtonStrings } from '../components';\n/* @conditional-compile-remove(dialpad) */ /* @conditional-compile-remove(PSTN-calls) */\nimport { DialpadStrings } from '../components';\n/* @conditional-compile-remove(call-readiness) */\nimport { SitePermissionsStrings } from '../components/DevicePermissions/SitePermissionsScaffolding';\n/* @conditional-compile-remove(call-readiness) */\nimport { BrowserPermissionDeniedStrings } from '../components/DevicePermissions/BrowserPermissionDenied';\n/* @conditional-compile-remove(call-readiness) */\nimport { BrowserPermissionDeniedIOSStrings } from '../components/DevicePermissions/BrowserPermissionDeniedIOS';\n/* @conditional-compile-remove(call-readiness) */ /* @conditional-compile-remove(unsupported-browser) */\nimport { UnsupportedBrowserStrings } from '../components/UnsupportedBrowser';\n/* @conditional-compile-remove(one-to-n-calling) */\n// @conditional-compile-remove(PSTN-calls)\nimport { VideoTileStrings } from '../components/VideoTile';\nimport { COMPONENT_LOCALE_EN_US } from './locales';\n/* @conditional-compile-remove(unsupported-browser) */\nimport { UnsupportedBrowserVersionStrings } from '../components/UnsupportedBrowserVersion';\n/* @conditional-compile-remove(unsupported-browser) */\nimport { UnsupportedOperatingSystemStrings } from '../components/UnsupportedOperatingSystem';\n/* @conditional-compile-remove(vertical-gallery) */\nimport { VerticalGalleryStrings } from '../components/VerticalGallery';\n/* @conditional-compile-remove(total-participant-count) */\nimport { ParticipantListStrings } from '../components/ParticipantList';\n/* @conditional-compile-remove(mention) */\nimport { MentionPopoverStrings } from '../components/MentionPopover';\n\n/**\n * Locale information for all components exported from this library.\n *\n * @public\n */\nexport interface ComponentLocale {\n /** Strings for components */\n strings: ComponentStrings;\n /* @conditional-compile-remove(date-time-customization) */\n /**\n * Optional function to provide customized date format.\n * @beta\n */\n onDisplayDateTimeString?: (messageDate: Date) => string;\n}\n\n/**\n * Strings used by all components exported from this library.\n *\n * @public\n */\nexport interface ComponentStrings {\n /** Strings for MessageThread */\n messageThread: MessageThreadStrings;\n /** Strings for ParticipantItem */\n participantItem: ParticipantItemStrings;\n /** Strings for CameraButton */\n cameraButton: CameraButtonStrings;\n /** Strings for MicrophoneButton */\n microphoneButton: MicrophoneButtonStrings;\n /** Strings for EndCallButton */\n endCallButton: EndCallButtonStrings;\n /** Strings for DevicesButton */\n devicesButton: DevicesButtonStrings;\n /** Strings for ParticipantsButton */\n participantsButton: ParticipantsButtonStrings;\n /** Strings for ScreenShareButton */\n screenShareButton: ScreenShareButtonStrings;\n /** Strings for TypingIndicator */\n typingIndicator: TypingIndicatorStrings;\n /** Strings for SendBox */\n sendBox: SendBoxStrings;\n /* @conditional-compile-remove(mention) */\n /** Strings for MentionPopover */\n mentionPopover: MentionPopoverStrings;\n /** Strings for MessageStatusIndicator */\n messageStatusIndicator: MessageStatusIndicatorStrings;\n /** Strings for ErroBar */\n errorBar: ErrorBarStrings;\n /** Strings for VideoGallery */\n videoGallery: VideoGalleryStrings;\n /* @conditional-compile-remove(dialpad) */ /* @conditional-compile-remove(PSTN-calls) */\n /** Strings for Dialpad */\n dialpad: DialpadStrings;\n /* @conditional-compile-remove(one-to-n-calling) */\n // @conditional-compile-remove(PSTN-calls)\n /** Strings for VideoTile */\n videoTile: VideoTileStrings;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /** Strings for HoldButton */\n holdButton: HoldButtonStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission request prompt */\n CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission request prompt */\n CameraSitePermissionsRequest: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission request prompt */\n MicrophoneSitePermissionsRequest: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission generic checking prompt */\n CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission generic checking prompt */\n CameraSitePermissionsCheck: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission generic checking prompt */\n MicrophoneSitePermissionsCheck: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt */\n CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt for safari browsers*/\n CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt */\n CameraSitePermissionsDenied: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt */\n MicrophoneSitePermissionsDenied: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt for safari browsers*/\n CameraSitePermissionsDeniedSafari: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt for safari browsers*/\n MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;\n /* @conditional-compile-remove(unsupported-browser) */\n /** Strings for unsupported browser UI */\n UnsupportedBrowser: UnsupportedBrowserStrings;\n /* @conditional-compile-remove(unsupported-browser) */\n /** Strings for unsupported browser version UI */\n UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;\n /* @conditional-compile-remove(unsupported-browser) */\n /** Strings for unsupported browser version UI */\n UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for BrowserPemissionDenied */\n BrowserPermissionDenied: BrowserPermissionDeniedStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for BrowserPemissionDeniedIOS */\n BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;\n /* @conditional-compile-remove(vertical-gallery) */\n /**\n * Strings for the VerticalGallery.\n */\n VerticalGallery: VerticalGalleryStrings;\n /* @conditional-compile-remove(total-participant-count) */\n /** Strings for the participant list component */\n ParticipantList: ParticipantListStrings;\n}\n\n/**\n * Context for providing localized strings to components exported from this library.\n *\n * @public\n */\nexport const LocaleContext = createContext<ComponentLocale>(COMPONENT_LOCALE_EN_US);\n\n/**\n * Props for {@link LocalizationProvider}.\n *\n * @public\n */\nexport type LocalizationProviderProps = {\n /** Locale context to provide components */\n locale: ComponentLocale;\n /** Children to provide locale context. */\n children: React.ReactNode;\n};\n\n/**\n * Provider to provide localized strings for this library's react components.\n *\n * @remarks Components will be provided localized strings in English (US) by default if this\n * provider is not used.\n *\n * @public\n */\nexport const LocalizationProvider = (props: LocalizationProviderProps): JSX.Element => {\n const { locale, children } = props;\n return <LocaleContext.Provider value={locale}>{children}</LocaleContext.Provider>;\n};\n\n/** React hook to access locale */\nexport const useLocale = (): ComponentLocale => useContext(LocaleContext);\n"]}
1
+ {"version":3,"file":"LocalizationProvider.js","sourceRoot":"","sources":["../../../../../../react-components/src/localization/LocalizationProvider.tsx"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAiCzD,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAyInD;;;;GAIG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,aAAa,CAAkB,sBAAsB,CAAC,CAAC;AAcpF;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,KAAgC,EAAe,EAAE;IACpF,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IACnC,OAAO,oBAAC,aAAa,CAAC,QAAQ,IAAC,KAAK,EAAE,MAAM,IAAG,QAAQ,CAA0B,CAAC;AACpF,CAAC,CAAC;AAEF,kCAAkC;AAClC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAoB,EAAE,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT license.\n\nimport React, { createContext, useContext } from 'react';\nimport {\n CameraButtonStrings,\n EndCallButtonStrings,\n ErrorBarStrings,\n MessageStatusIndicatorStrings,\n MessageThreadStrings,\n MicrophoneButtonStrings,\n DevicesButtonStrings,\n ParticipantsButtonStrings,\n ParticipantItemStrings,\n ScreenShareButtonStrings,\n SendBoxStrings,\n TypingIndicatorStrings,\n VideoGalleryStrings\n} from '../components';\n/* @conditional-compile-remove(raise-hand) */\nimport { RaiseHandButtonStrings } from '../components';\n/* @conditional-compile-remove(PSTN-calls) */ /* @conditional-compile-remove(one-to-n-calling) */\nimport { HoldButtonStrings } from '../components';\n/* @conditional-compile-remove(dialpad) */ /* @conditional-compile-remove(PSTN-calls) */\nimport { DialpadStrings } from '../components';\n/* @conditional-compile-remove(call-readiness) */\nimport { SitePermissionsStrings } from '../components/DevicePermissions/SitePermissionsScaffolding';\n/* @conditional-compile-remove(call-readiness) */\nimport { BrowserPermissionDeniedStrings } from '../components/DevicePermissions/BrowserPermissionDenied';\n/* @conditional-compile-remove(call-readiness) */\nimport { BrowserPermissionDeniedIOSStrings } from '../components/DevicePermissions/BrowserPermissionDeniedIOS';\n/* @conditional-compile-remove(call-readiness) */ /* @conditional-compile-remove(unsupported-browser) */\nimport { UnsupportedBrowserStrings } from '../components/UnsupportedBrowser';\n/* @conditional-compile-remove(one-to-n-calling) */\n// @conditional-compile-remove(PSTN-calls)\nimport { VideoTileStrings } from '../components/VideoTile';\nimport { COMPONENT_LOCALE_EN_US } from './locales';\n/* @conditional-compile-remove(unsupported-browser) */\nimport { UnsupportedBrowserVersionStrings } from '../components/UnsupportedBrowserVersion';\n/* @conditional-compile-remove(unsupported-browser) */\nimport { UnsupportedOperatingSystemStrings } from '../components/UnsupportedOperatingSystem';\n/* @conditional-compile-remove(vertical-gallery) */\nimport { VerticalGalleryStrings } from '../components/VerticalGallery';\n/* @conditional-compile-remove(total-participant-count) */\nimport { ParticipantListStrings } from '../components/ParticipantList';\n/* @conditional-compile-remove(mention) */\nimport { MentionPopoverStrings } from '../components/MentionPopover';\n\n/**\n * Locale information for all components exported from this library.\n *\n * @public\n */\nexport interface ComponentLocale {\n /** Strings for components */\n strings: ComponentStrings;\n /* @conditional-compile-remove(date-time-customization) */\n /**\n * Optional function to provide customized date format.\n * @beta\n */\n onDisplayDateTimeString?: (messageDate: Date) => string;\n}\n\n/**\n * Strings used by all components exported from this library.\n *\n * @public\n */\nexport interface ComponentStrings {\n /** Strings for MessageThread */\n messageThread: MessageThreadStrings;\n /** Strings for ParticipantItem */\n participantItem: ParticipantItemStrings;\n /** Strings for CameraButton */\n cameraButton: CameraButtonStrings;\n /** Strings for MicrophoneButton */\n microphoneButton: MicrophoneButtonStrings;\n /** Strings for EndCallButton */\n endCallButton: EndCallButtonStrings;\n /** Strings for DevicesButton */\n devicesButton: DevicesButtonStrings;\n /** Strings for ParticipantsButton */\n participantsButton: ParticipantsButtonStrings;\n /** Strings for ScreenShareButton */\n screenShareButton: ScreenShareButtonStrings;\n /* @conditional-compile-remove(raise-hand) */\n /** Strings for RaiseHandButton */\n raiseHandButton: RaiseHandButtonStrings;\n /** Strings for TypingIndicator */\n typingIndicator: TypingIndicatorStrings;\n /** Strings for SendBox */\n sendBox: SendBoxStrings;\n /* @conditional-compile-remove(mention) */\n /** Strings for MentionPopover */\n mentionPopover: MentionPopoverStrings;\n /** Strings for MessageStatusIndicator */\n messageStatusIndicator: MessageStatusIndicatorStrings;\n /** Strings for ErroBar */\n errorBar: ErrorBarStrings;\n /** Strings for VideoGallery */\n videoGallery: VideoGalleryStrings;\n /* @conditional-compile-remove(dialpad) */ /* @conditional-compile-remove(PSTN-calls) */\n /** Strings for Dialpad */\n dialpad: DialpadStrings;\n /* @conditional-compile-remove(one-to-n-calling) */\n // @conditional-compile-remove(PSTN-calls)\n /** Strings for VideoTile */\n videoTile: VideoTileStrings;\n /* @conditional-compile-remove(one-to-n-calling) @conditional-compile-remove(PSTN-calls) */\n /** Strings for HoldButton */\n holdButton: HoldButtonStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission request prompt */\n CameraAndMicrophoneSitePermissionsRequest: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission request prompt */\n CameraSitePermissionsRequest: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission request prompt */\n MicrophoneSitePermissionsRequest: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission generic checking prompt */\n CameraAndMicrophoneSitePermissionsCheck: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission generic checking prompt */\n CameraSitePermissionsCheck: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission generic checking prompt */\n MicrophoneSitePermissionsCheck: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt */\n CameraAndMicrophoneSitePermissionsDenied: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt for safari browsers*/\n CameraAndMicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt */\n CameraSitePermissionsDenied: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt */\n MicrophoneSitePermissionsDenied: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt for safari browsers*/\n CameraSitePermissionsDeniedSafari: SitePermissionsStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for a site's permission denied prompt for safari browsers*/\n MicrophoneSitePermissionsDeniedSafari: SitePermissionsStrings;\n /* @conditional-compile-remove(unsupported-browser) */\n /** Strings for unsupported browser UI */\n UnsupportedBrowser: UnsupportedBrowserStrings;\n /* @conditional-compile-remove(unsupported-browser) */\n /** Strings for unsupported browser version UI */\n UnsupportedBrowserVersion: UnsupportedBrowserVersionStrings;\n /* @conditional-compile-remove(unsupported-browser) */\n /** Strings for unsupported browser version UI */\n UnsupportedOperatingSystem: UnsupportedOperatingSystemStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for BrowserPemissionDenied */\n BrowserPermissionDenied: BrowserPermissionDeniedStrings;\n /* @conditional-compile-remove(call-readiness) */\n /** Strings for BrowserPemissionDeniedIOS */\n BrowserPermissionDeniedIOS: BrowserPermissionDeniedIOSStrings;\n /* @conditional-compile-remove(vertical-gallery) */\n /**\n * Strings for the VerticalGallery.\n */\n VerticalGallery: VerticalGalleryStrings;\n /* @conditional-compile-remove(total-participant-count) */\n /** Strings for the participant list component */\n ParticipantList: ParticipantListStrings;\n}\n\n/**\n * Context for providing localized strings to components exported from this library.\n *\n * @public\n */\nexport const LocaleContext = createContext<ComponentLocale>(COMPONENT_LOCALE_EN_US);\n\n/**\n * Props for {@link LocalizationProvider}.\n *\n * @public\n */\nexport type LocalizationProviderProps = {\n /** Locale context to provide components */\n locale: ComponentLocale;\n /** Children to provide locale context. */\n children: React.ReactNode;\n};\n\n/**\n * Provider to provide localized strings for this library's react components.\n *\n * @remarks Components will be provided localized strings in English (US) by default if this\n * provider is not used.\n *\n * @public\n */\nexport const LocalizationProvider = (props: LocalizationProviderProps): JSX.Element => {\n const { locale, children } = props;\n return <LocaleContext.Provider value={locale}>{children}</LocaleContext.Provider>;\n};\n\n/** React hook to access locale */\nexport const useLocale = (): ComponentLocale => useContext(LocaleContext);\n"]}
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "تم كتم الصوت",
8
8
  "displayNamePlaceholder": "مشارك غير مسمى",
9
9
  "participantStateRinging": "يتم الآن الاتصال...",
10
- "participantStateHold": "قيد الانتظار"
10
+ "participantStateHold": "قيد الانتظار",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} يكتب",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "تقديم العرض على شاشتك.",
110
112
  "tooltipOffContent": "عرض الشاشة"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "أمس",
114
123
  "sunday": "الأحد",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Stumm geschaltet",
8
8
  "displayNamePlaceholder": "Teilnehmer ohne Namen",
9
9
  "participantStateRinging": "Anrufen...",
10
- "participantStateHold": "In der Warteschleife"
10
+ "participantStateHold": "In der Warteschleife",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} schreibt ...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "Ihr Bildschirm wird präsentiert",
110
112
  "tooltipOffContent": "Präsentieren Sie Ihren Bildschirm"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "Gestern",
114
123
  "sunday": "Sonntag",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Muted",
8
8
  "displayNamePlaceholder": "Unnamed participant",
9
9
  "participantStateRinging": "Calling...",
10
- "participantStateHold": "On hold"
10
+ "participantStateHold": "On hold",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} is typing ...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "Presenting your screen",
110
112
  "tooltipOffContent": "Present your screen"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "Yesterday",
114
123
  "sunday": "Sunday",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Muted",
8
8
  "displayNamePlaceholder": "Unnamed participant",
9
9
  "participantStateRinging": "Calling...",
10
- "participantStateHold": "On hold"
10
+ "participantStateHold": "On hold",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "ParticipantList": {
13
15
  "overflowParticipantCount": "+{overflowCount} more"
@@ -112,6 +114,13 @@
112
114
  "tooltipOnContent": "Presenting your screen",
113
115
  "tooltipOffContent": "Present your screen"
114
116
  },
117
+ "raiseHandButton": {
118
+ "offLabel": "Raise",
119
+ "onLabel": "Lower",
120
+ "tooltipDisabledContent": "Raise Hand action is disabled",
121
+ "tooltipOnContent": "Lower Hand",
122
+ "tooltipOffContent": "Raise Hand"
123
+ },
115
124
  "messageThread": {
116
125
  "yesterday": "Yesterday",
117
126
  "sunday": "Sunday",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Silenciado",
8
8
  "displayNamePlaceholder": "Participante sin nombre",
9
9
  "participantStateRinging": "Llamando...",
10
- "participantStateHold": "En espera"
10
+ "participantStateHold": "En espera",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} está escribiendo...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "Presentando su pantalla",
110
112
  "tooltipOffContent": "Presentar la pantalla"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "Ayer",
114
123
  "sunday": "Domingo",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Mykistetty",
8
8
  "displayNamePlaceholder": "Nimetön osallistuja",
9
9
  "participantStateRinging": "Soitetaan...",
10
- "participantStateHold": "Pidossa"
10
+ "participantStateHold": "Pidossa",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} käyttäjä kirjoittaa parhaillaan...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "Näyttösi näytetään muille osallistujille",
110
112
  "tooltipOffContent": "Näytä oma näyttösi"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "eilen",
114
123
  "sunday": "sunnuntaina",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Muet activé",
8
8
  "displayNamePlaceholder": "Participant sans nom",
9
9
  "participantStateRinging": "Appel en cours...",
10
- "participantStateHold": "En attente"
10
+ "participantStateHold": "En attente",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} en train d’écrire...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "Présentation de votre écran",
110
112
  "tooltipOffContent": "Présenter votre écran"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "Hier",
114
123
  "sunday": "Dimanche",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "מושתק",
8
8
  "displayNamePlaceholder": "משתתף ללא שם",
9
9
  "participantStateRinging": "מתקשר...",
10
- "participantStateHold": "בהמתנה"
10
+ "participantStateHold": "בהמתנה",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} מקליד...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "מציג את המסך שלך",
110
112
  "tooltipOffContent": "הצג את המסך שלך"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "אתמול",
114
123
  "sunday": "יום ראשון",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Disattivato",
8
8
  "displayNamePlaceholder": "Partecipante senza nome",
9
9
  "participantStateRinging": "Chiamata in corso...",
10
- "participantStateHold": "Per l'attesa"
10
+ "participantStateHold": "Per l'attesa",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} sta scrivendo ...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "Presentazione dello schermo",
110
112
  "tooltipOffContent": "Presenta lo schermo"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "Ieri",
114
123
  "sunday": "Domenica",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "ミュート状態",
8
8
  "displayNamePlaceholder": "名前のない参加者",
9
9
  "participantStateRinging": "呼び出し中...",
10
- "participantStateHold": "保留中"
10
+ "participantStateHold": "保留中",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} さんが入力しています...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "画面の表示",
110
112
  "tooltipOffContent": "画面のプレゼンテーション"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "昨日",
114
123
  "sunday": "日曜日",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "음소거됨",
8
8
  "displayNamePlaceholder": "명명되지 않은 참가자",
9
9
  "participantStateRinging": "전화 거는 중...",
10
- "participantStateHold": "대기 중"
10
+ "participantStateHold": "대기 중",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} 님이 입력 중...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "화면을 프레젠테이션하는 중",
110
112
  "tooltipOffContent": "화면 프레젠테이션"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "어제",
114
123
  "sunday": "일요일",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Dempet",
8
8
  "displayNamePlaceholder": "Deltaker uten navn",
9
9
  "participantStateRinging": "Ringer ...",
10
- "participantStateHold": "På vent"
10
+ "participantStateHold": "På vent",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} skriver ...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "Presenterer skjermen din",
110
112
  "tooltipOffContent": "Presenter skjermen din"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "I går",
114
123
  "sunday": "Søndag",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Gedempt",
8
8
  "displayNamePlaceholder": "Naamloze deelnemer",
9
9
  "participantStateRinging": "Bellen...",
10
- "participantStateHold": "In de wacht"
10
+ "participantStateHold": "In de wacht",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} typt ...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "Uw scherm presenteren",
110
112
  "tooltipOffContent": "Uw scherm presenteren"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "Gisteren",
114
123
  "sunday": "Zondag",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Wyciszono",
8
8
  "displayNamePlaceholder": "Uczestnik bez nazwy",
9
9
  "participantStateRinging": "Trwa łączenie…",
10
- "participantStateHold": "Zawieszony"
10
+ "participantStateHold": "Zawieszony",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "Użytkownik {user} pisze...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "Prezentowanie ekranu",
110
112
  "tooltipOffContent": "Prezentuj swój ekran"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "Wczoraj",
114
123
  "sunday": "Niedziela",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Silenciado",
8
8
  "displayNamePlaceholder": "Participante sem nome",
9
9
  "participantStateRinging": "Chamando...",
10
- "participantStateHold": "Em espera"
10
+ "participantStateHold": "Em espera",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} está digitando ...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "Apresentando sua tela",
110
112
  "tooltipOffContent": "Apresentar sua tela"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "Ontem",
114
123
  "sunday": "Domingo",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Микрофон отключен",
8
8
  "displayNamePlaceholder": "Участник без имени",
9
9
  "participantStateRinging": "Выполняется вызов...",
10
- "participantStateHold": "На удержании"
10
+ "participantStateHold": "На удержании",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} вводит текст...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "Демонстрация экрана",
110
112
  "tooltipOffContent": "Демонстрировать экран"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "Вчера",
114
123
  "sunday": "Воскресенье",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Ljudet är avstängt",
8
8
  "displayNamePlaceholder": "Namnlös deltagare",
9
9
  "participantStateRinging": "Ringer...",
10
- "participantStateHold": "Parkerat"
10
+ "participantStateHold": "Parkerat",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} skriver...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "Visar din skärm",
110
112
  "tooltipOffContent": "Dela skärmen"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "I går",
114
123
  "sunday": "Söndag",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "Ses kapatıldı",
8
8
  "displayNamePlaceholder": "Adsız katılımcı",
9
9
  "participantStateRinging": "Arıyor...",
10
- "participantStateHold": "Beklemede"
10
+ "participantStateHold": "Beklemede",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} yazıyor...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "Ekranınızı sunuluyor",
110
112
  "tooltipOffContent": "Ekranınızı sunun"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "Dün",
114
123
  "sunday": "Pazar",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "已静音",
8
8
  "displayNamePlaceholder": "未命名的参与者",
9
9
  "participantStateRinging": "正在呼叫...",
10
- "participantStateHold": "待机音乐"
10
+ "participantStateHold": "待机音乐",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} 正在键入...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "演示屏幕",
110
112
  "tooltipOffContent": "演示您的屏幕"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "昨天",
114
123
  "sunday": "星期日",
@@ -7,7 +7,9 @@
7
7
  "mutedIconLabel": "已靜音",
8
8
  "displayNamePlaceholder": "未命名的參與者",
9
9
  "participantStateRinging": "撥號中...",
10
- "participantStateHold": "電話保留"
10
+ "participantStateHold": "電話保留",
11
+ "lowerParticipantHandButtonLabel": "TODO: Lower Hand",
12
+ "raisedHandIconLabel": "TODO:: raise hand icon label"
11
13
  },
12
14
  "typingIndicator": {
13
15
  "singleUser": "{user} 正在輸入...",
@@ -109,6 +111,13 @@
109
111
  "tooltipOnContent": "展示您的螢幕",
110
112
  "tooltipOffContent": "展示您的螢幕"
111
113
  },
114
+ "raiseHandButton": {
115
+ "offLabel": "Raise Hand",
116
+ "onLabel": "Lower Hand",
117
+ "tooltipDisabledContent": "Raise Hand action is disabled",
118
+ "tooltipOnContent": "Lower Hand",
119
+ "tooltipOffContent": "Raise Hand"
120
+ },
112
121
  "messageThread": {
113
122
  "yesterday": "昨天",
114
123
  "sunday": "星期日",
@@ -25,6 +25,8 @@ export declare const DEFAULT_COMPONENT_ICONS: {
25
25
  ControlButtonParticipantsContextualMenuItem: JSX.Element;
26
26
  ControlButtonScreenShareStart: JSX.Element;
27
27
  ControlButtonScreenShareStop: JSX.Element;
28
+ ControlButtonRaiseHand: JSX.Element;
29
+ ControlButtonLowerHand: JSX.Element;
28
30
  CancelFileUpload: JSX.Element;
29
31
  DownloadFile: JSX.Element;
30
32
  DataLossPreventionProhibited: JSX.Element;
@@ -4,6 +4,8 @@ import { mergeStyles } from '@fluentui/react';
4
4
  /* @conditional-compile-remove(call-readiness) */ /* @conditional-compile-remove(unsupported-browser) */
5
5
  import { Stack } from '@fluentui/react';
6
6
  import { ArrowClockwise16Regular, CallEnd20Filled, Checkmark20Regular, CheckmarkCircle16Regular, Circle16Regular, Delete20Regular, Dismiss20Regular, Dismiss16Regular, Edit20Regular, ErrorCircle16Regular, Eye16Regular, MicOff16Filled, MicOff16Regular, MicOff20Filled, Mic16Filled, Mic20Filled, Mic20Regular, MoreHorizontal20Filled, MoreHorizontal20Regular, People20Filled, Settings20Filled, Send20Filled, Send20Regular, ShareScreenStart20Filled, ShareScreenStop20Filled, Speaker220Regular, Video16Filled, Video20Filled, Video20Regular, VideoOff20Filled, ChevronLeft20Regular, ChevronRight20Regular, WifiWarning20Filled, SpeakerMute16Filled, MicProhibited16Filled, VideoProhibited16Filled } from '@fluentui/react-icons';
7
+ /* @conditional-compile-remove(raise-hand) */
8
+ import { HandRight20Filled, HandRightOff20Filled } from '@fluentui/react-icons';
7
9
  /* @conditional-compile-remove(close-captions) */
8
10
  import { ClosedCaption20Regular, ClosedCaptionOff20Regular, Settings20Regular, PersonVoice20Regular } from '@fluentui/react-icons';
9
11
  /* @conditional-compile-remove(call-readiness) */
@@ -124,6 +126,10 @@ export const DEFAULT_COMPONENT_ICONS = {
124
126
  ControlButtonParticipantsContextualMenuItem: React.createElement(People20Regular, null),
125
127
  ControlButtonScreenShareStart: React.createElement(ShareScreenStart20Filled, null),
126
128
  ControlButtonScreenShareStop: React.createElement(ShareScreenStop20Filled, null),
129
+ /* @conditional-compile-remove(raise-hand) */
130
+ ControlButtonRaiseHand: React.createElement(HandRight20Filled, null),
131
+ /* @conditional-compile-remove(raise-hand) */
132
+ ControlButtonLowerHand: React.createElement(HandRightOff20Filled, null),
127
133
  /* @conditional-compile-remove(file-sharing) */
128
134
  CancelFileUpload: React.createElement(Dismiss16Regular, null),
129
135
  /* @conditional-compile-remove(file-sharing) */