@azure/communication-react 1.11.1-alpha-202401160013 → 1.11.1-alpha-202401170012

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 (96) hide show
  1. package/dist/communication-react.d.ts +23 -24
  2. package/dist/dist-cjs/communication-react/index.js +235 -106
  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/chat-component-bindings/src/messageThreadSelector.js +17 -3
  7. package/dist/dist-esm/chat-component-bindings/src/messageThreadSelector.js.map +1 -1
  8. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js +1 -0
  9. package/dist/dist-esm/chat-stateful-client/src/EventSubscriber.js.map +1 -1
  10. package/dist/dist-esm/communication-react/src/index.d.ts +2 -1
  11. package/dist/dist-esm/communication-react/src/index.js +1 -0
  12. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  13. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.d.ts +1 -1
  14. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js +7 -1
  15. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponent.js.map +1 -1
  16. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.d.ts +1 -1
  17. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js +34 -11
  18. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentAsMessageBubble.js.map +1 -1
  19. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageComponentWrapper.js.map +1 -1
  20. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js +17 -2
  21. package/dist/dist-esm/react-components/src/components/ChatMessage/ChatMessageContent.js.map +1 -1
  22. package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.js +17 -2
  23. package/dist/dist-esm/react-components/src/components/ChatMessage/FluentChatMessageComponentWrapper.js.map +1 -1
  24. package/dist/dist-esm/react-components/src/components/FileDownloadCards.d.ts +6 -6
  25. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js +8 -5
  26. package/dist/dist-esm/react-components/src/components/FileDownloadCards.js.map +1 -1
  27. package/dist/dist-esm/react-components/src/components/ImageGallery.d.ts +4 -4
  28. package/dist/dist-esm/react-components/src/components/ImageGallery.js +14 -3
  29. package/dist/dist-esm/react-components/src/components/ImageGallery.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/components/MessageThread.d.ts +2 -2
  31. package/dist/dist-esm/react-components/src/components/MessageThread.js +15 -3
  32. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  33. package/dist/dist-esm/react-components/src/components/index.js +1 -0
  34. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  35. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js +25 -19
  36. package/dist/dist-esm/react-components/src/components/styles/ImageGallery.style.js.map +1 -1
  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 +5 -0
  39. package/dist/dist-esm/react-components/src/localization/locales/cs-CZ/strings.json +5 -0
  40. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +5 -0
  41. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +5 -0
  42. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +5 -0
  43. package/dist/dist-esm/react-components/src/localization/locales/fi-FI/strings.json +5 -0
  44. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +5 -0
  45. package/dist/dist-esm/react-components/src/localization/locales/he-IL/strings.json +5 -0
  46. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +5 -0
  47. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +5 -0
  48. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +5 -0
  49. package/dist/dist-esm/react-components/src/localization/locales/nb-NO/strings.json +5 -0
  50. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +5 -0
  51. package/dist/dist-esm/react-components/src/localization/locales/pl-PL/strings.json +5 -0
  52. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +5 -0
  53. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +5 -0
  54. package/dist/dist-esm/react-components/src/localization/locales/sv-SE/strings.json +5 -0
  55. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +5 -0
  56. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +5 -0
  57. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +5 -0
  58. package/dist/dist-esm/react-components/src/theming/themes.d.ts +9 -9
  59. package/dist/dist-esm/react-components/src/theming/themes.js +12 -10
  60. package/dist/dist-esm/react-components/src/theming/themes.js.map +1 -1
  61. package/dist/dist-esm/react-components/src/types/ChatMessage.d.ts +1 -1
  62. package/dist/dist-esm/react-components/src/types/ChatMessage.js.map +1 -1
  63. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +8 -2
  64. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  65. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  66. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js +1 -0
  67. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedChatAdapter.js.map +1 -1
  68. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js +16 -1
  69. package/dist/dist-esm/react-composites/src/composites/ChatComposite/ChatScreen.js.map +1 -1
  70. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.d.ts +1 -2
  71. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js +16 -5
  72. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/AzureCommunicationChatAdapter.js.map +1 -1
  73. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.d.ts +1 -2
  74. package/dist/dist-esm/react-composites/src/composites/ChatComposite/adapter/ChatAdapter.js.map +1 -1
  75. package/dist/dist-esm/react-composites/src/composites/ChatComposite/index.js.map +1 -1
  76. package/dist/dist-esm/react-composites/src/composites/localization/locales/ar-SA/strings.json +62 -0
  77. package/dist/dist-esm/react-composites/src/composites/localization/locales/cs-CZ/strings.json +62 -0
  78. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +64 -2
  79. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +62 -0
  80. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +62 -0
  81. package/dist/dist-esm/react-composites/src/composites/localization/locales/fi-FI/strings.json +62 -0
  82. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +62 -0
  83. package/dist/dist-esm/react-composites/src/composites/localization/locales/he-IL/strings.json +62 -0
  84. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +62 -0
  85. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +62 -0
  86. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +62 -0
  87. package/dist/dist-esm/react-composites/src/composites/localization/locales/nb-NO/strings.json +62 -0
  88. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +62 -0
  89. package/dist/dist-esm/react-composites/src/composites/localization/locales/pl-PL/strings.json +62 -0
  90. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +62 -0
  91. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +62 -0
  92. package/dist/dist-esm/react-composites/src/composites/localization/locales/sv-SE/strings.json +62 -0
  93. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +62 -0
  94. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +62 -0
  95. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +62 -0
  96. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"ChatAdapter.js","sourceRoot":"","sources":["../../../../../../../../react-composites/src/composites/ChatComposite/adapter/ChatAdapter.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ChatMessage, ChatParticipant, SendMessageOptions } from '@azure/communication-chat';\nimport type { CommunicationIdentifierKind, CommunicationUserKind } from '@azure/communication-common';\nimport { ChatThreadClientState } from '@internal/chat-stateful-client';\nimport type { AdapterError, AdapterErrors, AdapterState, Disposable } from '../../common/adapters';\n/* @conditional-compile-remove(file-sharing) */\nimport { FileUploadAdapter } from './AzureCommunicationFileUploadAdapter';\n/* @conditional-compile-remove(file-sharing) */\nimport { FileUploadsUiState } from './AzureCommunicationFileUploadAdapter';\nimport { AttachmentDownloadResult } from '@internal/react-components';\n/* @conditional-compile-remove(file-sharing) */\nimport { AttachmentMetadata } from '@internal/react-components';\n\n/**\n * {@link ChatAdapter} state for pure UI purposes.\n *\n * @public\n */\nexport type ChatAdapterUiState = {\n // FIXME(Delete?)\n // Self-contained state for composite\n error?: Error;\n /* @conditional-compile-remove(file-sharing) */\n /**\n * Files being uploaded by a user in the current thread.\n * Should be set to null once the upload is complete.\n * Array of type {@link FileUploadsUiState}\n * @beta\n */\n fileUploads?: FileUploadsUiState;\n};\n\n/**\n * {@link ChatAdapter} state inferred from Azure Communication Services backend.\n *\n * @public\n */\nexport type ChatCompositeClientState = {\n userId: CommunicationIdentifierKind;\n displayName: string;\n thread: ChatThreadClientState;\n /**\n * Latest error encountered for each operation performed via the adapter.\n */\n latestErrors: AdapterErrors;\n};\n\n/**\n * {@link ChatAdapter} state.\n *\n * @public\n */\nexport type ChatAdapterState = ChatAdapterUiState & ChatCompositeClientState;\n\n/**\n * Functionality for managing the current chat thread.\n *\n * @public\n */\nexport interface ChatAdapterThreadManagement {\n /**\n * Fetch initial state for the Chat adapter.\n *\n * Performs the minimal fetch necessary for ChatComposite and API methods.\n */\n fetchInitialData(): Promise<void>;\n /**\n * Send a message in the thread.\n */\n sendMessage(content: string, options?: SendMessageOptions): Promise<void>;\n /**\n * Send a read receipt for a message.\n */\n sendReadReceipt(chatMessageId: string): Promise<void>;\n /**\n * Send typing indicator in the thread.\n */\n sendTypingIndicator(): Promise<void>;\n /**\n * Remove a participant in the thread.\n */\n removeParticipant(userId: string): Promise<void>;\n /**\n * Set the topic for the thread.\n */\n setTopic(topicName: string): Promise<void>;\n /**\n * Update a message content.\n */\n updateMessage(\n messageId: string,\n content: string,\n metadata?: Record<string, string>,\n /* @conditional-compile-remove(file-sharing) */\n options?: {\n attachmentMetadata?: AttachmentMetadata[];\n }\n ): Promise<void>;\n /**\n * Delete a message in the thread.\n */\n deleteMessage(messageId: string): Promise<void>;\n /**\n * Load more previous messages in the chat thread history.\n *\n * @remarks\n * This method is usually used to control incremental fetch/infinite scroll\n *\n */\n loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;\n downloadAttachments: (options: { attachmentUrls: Record<string, string> }) => Promise<AttachmentDownloadResult[]>;\n}\n\n/**\n * Chat composite events that can be subscribed to.\n *\n * @public\n */\nexport interface ChatAdapterSubscribers {\n /**\n * Subscribe function for 'messageReceived' event.\n */\n on(event: 'messageReceived', listener: MessageReceivedListener): void;\n /**\n * Subscribe function for 'messageEdited' event.\n */\n on(event: 'messageEdited', listener: MessageEditedListener): void;\n /**\n * Subscribe function for 'messageDeleted' event.\n */\n on(event: 'messageDeleted', listener: MessageDeletedListener): void;\n /**\n * Subscribe function for 'messageSent' event.\n */\n on(event: 'messageSent', listener: MessageSentListener): void;\n /**\n * Subscribe function for 'messageRead' event.\n */\n on(event: 'messageRead', listener: MessageReadListener): void;\n /**\n * Subscribe function for 'participantsAdded' event.\n */\n on(event: 'participantsAdded', listener: ParticipantsAddedListener): void;\n /**\n * Subscribe function for 'participantsRemoved' event.\n */\n on(event: 'participantsRemoved', listener: ParticipantsRemovedListener): void;\n /**\n * Subscribe function for 'topicChanged' event.\n */\n on(event: 'topicChanged', listener: TopicChangedListener): void;\n /**\n * Subscribe function for 'error' event.\n */\n on(event: 'error', listener: (e: AdapterError) => void): void;\n\n /**\n * Unsubscribe function for 'messageReceived' event.\n */\n off(event: 'messageReceived', listener: MessageReceivedListener): void;\n /**\n * Unsubscribe function for 'messageEdited' event.\n */\n off(event: 'messageEdited', listener: MessageEditedListener): void;\n /**\n * Unsubscribe function for 'messageDeleted' event.\n */\n off(event: 'messageDeleted', listener: MessageDeletedListener): void;\n /**\n * Unsubscribe function for 'messageSent' event.\n */\n off(event: 'messageSent', listener: MessageSentListener): void;\n /**\n * Unsubscribe function for 'messageRead' event.\n */\n off(event: 'messageRead', listener: MessageReadListener): void;\n /**\n * Unsubscribe function for 'participantsAdded' event.\n */\n off(event: 'participantsAdded', listener: ParticipantsAddedListener): void;\n /**\n * Unsubscribe function for 'participantsRemoved' event.\n */\n off(event: 'participantsRemoved', listener: ParticipantsRemovedListener): void;\n /**\n * Unsubscribe function for 'topicChanged' event.\n */\n off(event: 'topicChanged', listener: TopicChangedListener): void;\n /**\n * Unsubscribe function for 'error' event.\n */\n off(event: 'error', listener: (e: AdapterError) => void): void;\n}\n\n/**\n * {@link ChatComposite} Adapter interface.\n *\n * @public\n */\nexport type ChatAdapter = ChatAdapterThreadManagement &\n AdapterState<ChatAdapterState> &\n Disposable &\n ChatAdapterSubscribers &\n /* @conditional-compile-remove(file-sharing) */\n FileUploadAdapter;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'messageReceived' event.\n *\n * @public\n */\nexport type MessageReceivedListener = (event: { message: ChatMessage }) => void;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'messageSent' event.\n *\n * @public\n */\nexport type MessageSentListener = MessageReceivedListener;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'messageEdited' event.\n *\n * @public\n */\nexport type MessageEditedListener = MessageReceivedListener;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'messageDeleted' event.\n *\n * @public\n */\nexport type MessageDeletedListener = MessageReceivedListener;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'messageRead' event.\n *\n * @public\n */\nexport type MessageReadListener = (event: { message: ChatMessage; readBy: CommunicationUserKind }) => void;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'participantsAdded' event.\n *\n * @public\n */\nexport type ParticipantsAddedListener = (event: {\n participantsAdded: ChatParticipant[];\n addedBy: ChatParticipant;\n}) => void;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'participantsRemoved' event.\n *\n * @public\n */\nexport type ParticipantsRemovedListener = (event: {\n participantsRemoved: ChatParticipant[];\n removedBy: ChatParticipant;\n}) => void;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.\n *\n * @public\n */\nexport type TopicChangedListener = (event: { topic: string }) => void;\n"]}
1
+ {"version":3,"file":"ChatAdapter.js","sourceRoot":"","sources":["../../../../../../../../react-composites/src/composites/ChatComposite/adapter/ChatAdapter.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ChatMessage, ChatParticipant, SendMessageOptions } from '@azure/communication-chat';\nimport type { CommunicationIdentifierKind, CommunicationUserKind } from '@azure/communication-common';\nimport { ChatThreadClientState } from '@internal/chat-stateful-client';\nimport type { AdapterError, AdapterErrors, AdapterState, Disposable } from '../../common/adapters';\n/* @conditional-compile-remove(file-sharing) */\nimport { FileUploadAdapter, FileUploadsUiState } from './AzureCommunicationFileUploadAdapter';\n/* @conditional-compile-remove(teams-inline-images-and-file-sharing) */\nimport { AttachmentDownloadResult } from '@internal/react-components';\n/* @conditional-compile-remove(file-sharing) */ /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */\nimport { AttachmentMetadata } from '@internal/react-components';\n\n/**\n * {@link ChatAdapter} state for pure UI purposes.\n *\n * @public\n */\nexport type ChatAdapterUiState = {\n // FIXME(Delete?)\n // Self-contained state for composite\n error?: Error;\n /* @conditional-compile-remove(file-sharing) */\n /**\n * Files being uploaded by a user in the current thread.\n * Should be set to null once the upload is complete.\n * Array of type {@link FileUploadsUiState}\n * @beta\n */\n fileUploads?: FileUploadsUiState;\n};\n\n/**\n * {@link ChatAdapter} state inferred from Azure Communication Services backend.\n *\n * @public\n */\nexport type ChatCompositeClientState = {\n userId: CommunicationIdentifierKind;\n displayName: string;\n thread: ChatThreadClientState;\n /**\n * Latest error encountered for each operation performed via the adapter.\n */\n latestErrors: AdapterErrors;\n};\n\n/**\n * {@link ChatAdapter} state.\n *\n * @public\n */\nexport type ChatAdapterState = ChatAdapterUiState & ChatCompositeClientState;\n\n/**\n * Functionality for managing the current chat thread.\n *\n * @public\n */\nexport interface ChatAdapterThreadManagement {\n /**\n * Fetch initial state for the Chat adapter.\n *\n * Performs the minimal fetch necessary for ChatComposite and API methods.\n */\n fetchInitialData(): Promise<void>;\n /**\n * Send a message in the thread.\n */\n sendMessage(content: string, options?: SendMessageOptions): Promise<void>;\n /**\n * Send a read receipt for a message.\n */\n sendReadReceipt(chatMessageId: string): Promise<void>;\n /**\n * Send typing indicator in the thread.\n */\n sendTypingIndicator(): Promise<void>;\n /**\n * Remove a participant in the thread.\n */\n removeParticipant(userId: string): Promise<void>;\n /**\n * Set the topic for the thread.\n */\n setTopic(topicName: string): Promise<void>;\n /**\n * Update a message content.\n */\n updateMessage(\n messageId: string,\n content: string,\n metadata?: Record<string, string>,\n /* @conditional-compile-remove(file-sharing) */\n options?: {\n attachmentMetadata?: AttachmentMetadata[];\n }\n ): Promise<void>;\n /**\n * Delete a message in the thread.\n */\n deleteMessage(messageId: string): Promise<void>;\n /**\n * Load more previous messages in the chat thread history.\n *\n * @remarks\n * This method is usually used to control incremental fetch/infinite scroll\n *\n */\n loadPreviousChatMessages(messagesToLoad: number): Promise<boolean>;\n /* @conditional-compile-remove(teams-inline-images-and-file-sharing) */\n downloadAttachments: (options: { attachmentUrls: Record<string, string> }) => Promise<AttachmentDownloadResult[]>;\n}\n\n/**\n * Chat composite events that can be subscribed to.\n *\n * @public\n */\nexport interface ChatAdapterSubscribers {\n /**\n * Subscribe function for 'messageReceived' event.\n */\n on(event: 'messageReceived', listener: MessageReceivedListener): void;\n /**\n * Subscribe function for 'messageEdited' event.\n */\n on(event: 'messageEdited', listener: MessageEditedListener): void;\n /**\n * Subscribe function for 'messageDeleted' event.\n */\n on(event: 'messageDeleted', listener: MessageDeletedListener): void;\n /**\n * Subscribe function for 'messageSent' event.\n */\n on(event: 'messageSent', listener: MessageSentListener): void;\n /**\n * Subscribe function for 'messageRead' event.\n */\n on(event: 'messageRead', listener: MessageReadListener): void;\n /**\n * Subscribe function for 'participantsAdded' event.\n */\n on(event: 'participantsAdded', listener: ParticipantsAddedListener): void;\n /**\n * Subscribe function for 'participantsRemoved' event.\n */\n on(event: 'participantsRemoved', listener: ParticipantsRemovedListener): void;\n /**\n * Subscribe function for 'topicChanged' event.\n */\n on(event: 'topicChanged', listener: TopicChangedListener): void;\n /**\n * Subscribe function for 'error' event.\n */\n on(event: 'error', listener: (e: AdapterError) => void): void;\n\n /**\n * Unsubscribe function for 'messageReceived' event.\n */\n off(event: 'messageReceived', listener: MessageReceivedListener): void;\n /**\n * Unsubscribe function for 'messageEdited' event.\n */\n off(event: 'messageEdited', listener: MessageEditedListener): void;\n /**\n * Unsubscribe function for 'messageDeleted' event.\n */\n off(event: 'messageDeleted', listener: MessageDeletedListener): void;\n /**\n * Unsubscribe function for 'messageSent' event.\n */\n off(event: 'messageSent', listener: MessageSentListener): void;\n /**\n * Unsubscribe function for 'messageRead' event.\n */\n off(event: 'messageRead', listener: MessageReadListener): void;\n /**\n * Unsubscribe function for 'participantsAdded' event.\n */\n off(event: 'participantsAdded', listener: ParticipantsAddedListener): void;\n /**\n * Unsubscribe function for 'participantsRemoved' event.\n */\n off(event: 'participantsRemoved', listener: ParticipantsRemovedListener): void;\n /**\n * Unsubscribe function for 'topicChanged' event.\n */\n off(event: 'topicChanged', listener: TopicChangedListener): void;\n /**\n * Unsubscribe function for 'error' event.\n */\n off(event: 'error', listener: (e: AdapterError) => void): void;\n}\n\n/**\n * {@link ChatComposite} Adapter interface.\n *\n * @public\n */\nexport type ChatAdapter = ChatAdapterThreadManagement &\n AdapterState<ChatAdapterState> &\n Disposable &\n ChatAdapterSubscribers &\n /* @conditional-compile-remove(file-sharing) */\n FileUploadAdapter;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'messageReceived' event.\n *\n * @public\n */\nexport type MessageReceivedListener = (event: { message: ChatMessage }) => void;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'messageSent' event.\n *\n * @public\n */\nexport type MessageSentListener = MessageReceivedListener;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'messageEdited' event.\n *\n * @public\n */\nexport type MessageEditedListener = MessageReceivedListener;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'messageDeleted' event.\n *\n * @public\n */\nexport type MessageDeletedListener = MessageReceivedListener;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'messageRead' event.\n *\n * @public\n */\nexport type MessageReadListener = (event: { message: ChatMessage; readBy: CommunicationUserKind }) => void;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'participantsAdded' event.\n *\n * @public\n */\nexport type ParticipantsAddedListener = (event: {\n participantsAdded: ChatParticipant[];\n addedBy: ChatParticipant;\n}) => void;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'participantsRemoved' event.\n *\n * @public\n */\nexport type ParticipantsRemovedListener = (event: {\n participantsRemoved: ChatParticipant[];\n removedBy: ChatParticipant;\n}) => void;\n\n/**\n * Callback for {@link ChatAdapterSubscribers} 'topicChanged' event.\n *\n * @public\n */\nexport type TopicChangedListener = (event: { topic: string }) => void;\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/ChatComposite/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,mCAAmC,EACnC,6CAA6C,EAC7C,gCAAgC,EACjC,MAAM,yCAAyC,CAAC;AAIjD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAoBhD,cAAc,WAAW,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createAzureCommunicationChatAdapter,\n createAzureCommunicationChatAdapterFromClient,\n useAzureCommunicationChatAdapter\n} from './adapter/AzureCommunicationChatAdapter';\nexport type { AzureCommunicationChatAdapterArgs } from './adapter/AzureCommunicationChatAdapter';\n\nexport type { AzureCommunicationChatAdapterOptions } from './adapter/AzureCommunicationChatAdapter';\nexport { ChatComposite } from './ChatComposite';\nexport type { ChatCompositeProps, ChatCompositeOptions } from './ChatComposite';\n\nexport type {\n ChatAdapter,\n ChatAdapterSubscribers,\n ChatAdapterThreadManagement,\n ChatCompositeClientState,\n ChatAdapterState,\n ChatAdapterUiState,\n MessageReadListener,\n MessageReceivedListener,\n MessageSentListener,\n MessageEditedListener,\n MessageDeletedListener,\n ParticipantsAddedListener,\n ParticipantsRemovedListener,\n TopicChangedListener\n} from './adapter/ChatAdapter';\n\nexport * from './Strings';\n\n/* @conditional-compile-remove(file-sharing) */\nexport type { FileUploadHandler, FileUploadManager, FileUploadState, FileUploadError } from './file-sharing';\n/* @conditional-compile-remove(file-sharing) */\nexport type { FileSharingOptions } from './ChatScreen';\n/* @conditional-compile-remove(file-sharing) */\nexport type { FileUploadsUiState, FileUploadAdapter } from './adapter/AzureCommunicationFileUploadAdapter';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../react-composites/src/composites/ChatComposite/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,OAAO,EACL,mCAAmC,EACnC,6CAA6C,EAC7C,gCAAgC,EACjC,MAAM,yCAAyC,CAAC;AAIjD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAoBhD,cAAc,WAAW,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nexport {\n createAzureCommunicationChatAdapter,\n createAzureCommunicationChatAdapterFromClient,\n useAzureCommunicationChatAdapter\n} from './adapter/AzureCommunicationChatAdapter';\nexport type { AzureCommunicationChatAdapterArgs } from './adapter/AzureCommunicationChatAdapter';\n/* @conditional-compile-remove(teams-inline-images-and-file-sharing) */\nexport type { AzureCommunicationChatAdapterOptions } from './adapter/AzureCommunicationChatAdapter';\nexport { ChatComposite } from './ChatComposite';\nexport type { ChatCompositeProps, ChatCompositeOptions } from './ChatComposite';\n\nexport type {\n ChatAdapter,\n ChatAdapterSubscribers,\n ChatAdapterThreadManagement,\n ChatCompositeClientState,\n ChatAdapterState,\n ChatAdapterUiState,\n MessageReadListener,\n MessageReceivedListener,\n MessageSentListener,\n MessageEditedListener,\n MessageDeletedListener,\n ParticipantsAddedListener,\n ParticipantsRemovedListener,\n TopicChangedListener\n} from './adapter/ChatAdapter';\n\nexport * from './Strings';\n\n/* @conditional-compile-remove(file-sharing) */\nexport type { FileUploadHandler, FileUploadManager, FileUploadState, FileUploadError } from './file-sharing';\n/* @conditional-compile-remove(file-sharing) */\nexport type { FileSharingOptions } from './ChatScreen';\n/* @conditional-compile-remove(file-sharing) */\nexport type { FileUploadsUiState, FileUploadAdapter } from './adapter/AzureCommunicationFileUploadAdapter';\n"]}
@@ -118,6 +118,8 @@
118
118
  "dismissModalAriaLabel": "صورة وصورة محلية وبعيدة، اضغط على مفتاح الإدخال للعودة إلى المكالمة",
119
119
  "callRejectedTitle": "إكمال المكالمة غير ممكن",
120
120
  "callRejectedMoreDetails": "الشخص الذي تحاول الوصول إليه غير متوفر. الرجاء المحاولة مرة أخرى لاحقا.",
121
+ "callTimeoutTitle": "إكمال المكالمة غير ممكن",
122
+ "callTimeoutDetails": "الشخص الذي تحاول الوصول إليه غير متوفر. الرجاء المحاولة مرة أخرى لاحقا.",
121
123
  "spokenLanguageStrings": {
122
124
  "ar-ae": "العربية - الإمارات العربية المتحدة",
123
125
  "ar-sa": "العربية - السعودية",
@@ -229,6 +231,66 @@
229
231
  "lostDueToRoleChangeToAttendee": "تم تغيير دورك. لن تتوفر بعض الإجراءات، مثل مشاركة المحتوى، لك.",
230
232
  "grantedDueToRoleChangeToPresenter": "أنت مقدم العرض. يمكنك مشاركة المحتوى وتسهيل الاجتماع."
231
233
  }
234
+ },
235
+ "surveyQuestion": "كيف كانت مكالمتك اليوم؟",
236
+ "starSurveyHelperText": "كيف كانت جودة المكالمة؟",
237
+ "starSurveyOneStarText": "كانت الجودة سيئة.",
238
+ "starSurveyTwoStarText": "كانت الجودة رديئة.",
239
+ "starSurveyThreeStarText": "كانت الجودة جيدة.",
240
+ "starSurveyFourStarText": "كانت الجودة رائعة.",
241
+ "starSurveyFiveStarText": "كانت الجودة ممتازة.",
242
+ "surveyConfirmButtonLabel": "إرسال ملاحظات",
243
+ "starRatingAriaLabel": "حدد {0} من {1} نجوم",
244
+ "surveyCancelButtonAriaLabel": "إلغاء الأمر",
245
+ "tagsSurveyQuestion": "ما الذي كان يمكن أن يكون أفضل؟",
246
+ "tagsSurveyTextFieldDefaultText": "أخرى، يُرجى التحديد",
247
+ "tagsSurveyHelperText": "تحقق من أي مشاكل واجهتك",
248
+ "surveyTextboxDefaultText": "أخرى، يُرجى التحديد",
249
+ "surveyIssues": {
250
+ "overallRating": {
251
+ "callCannotJoin": "تعذر علي الانضمام إلى المكالمة",
252
+ "callCannotInvite": "لم أتمكن من دعوة الآخرين إلى المكالمة",
253
+ "hadToRejoin": "اضطررت إلى إعادة الانضمام إلى المكالمة",
254
+ "callEndedUnexpectedly": "انتهت المكالمة عندي بشكل غير متوقع",
255
+ "otherIssues": "كنت أواجه مشكلات أخرى في المكالمة"
256
+ },
257
+ "audioRating": {
258
+ "noLocalAudio": "لم تسمع الجهة الأخرى أي صوت",
259
+ "noRemoteAudio": "لم أسمع أي صوت",
260
+ "echo": "سمعت صدى في المكالمة",
261
+ "audioNoise": "سمعت ضوضاء في المكالمة",
262
+ "lowVolume": "كان مستوى الصوت منخفضاً",
263
+ "audioStoppedUnexpectedly": "تم إيقاف الصوت بشكل غير متوقع",
264
+ "distortedSpeech": "تم تشويه الصوت",
265
+ "audioInterruption": "تمت مقاطعة الصوت",
266
+ "otherIssues": "كنت أواجه مشكلات صوتية أخرى في هذه المكالمة"
267
+ },
268
+ "videoRating": {
269
+ "noVideoReceived": "لم أتمكن من مشاهدة أي فيديو",
270
+ "noVideoSent": "لم يتمكن الآخرون من رؤيتي",
271
+ "lowQuality": "جودة الفيديو منخفضة",
272
+ "freezes": "الفيديو مجمد",
273
+ "stoppedUnexpectedly": "توقف الفيديو بشكل غير متوقع",
274
+ "darkVideoReceived": "أرى الشاشات الداكنة فقط عندما يقوم الآخرون بتشغيل الكاميرا الخاصة بهم",
275
+ "audioVideoOutOfSync": "لم تتم مزامنة الصوت والفيديو",
276
+ "otherIssues": "كنت أواجه مشكلات فيديو أخرى في هذه المكالمة"
277
+ },
278
+ "screenshareRating": {
279
+ "noContentLocal": "تعذر على الأشخاص الآخرين رؤية مشاركة الشاشة",
280
+ "noContentRemote": "لم أتمكن من رؤية مشاركة الشاشة الخاصة بأشخاص آخرين",
281
+ "cannotPresent": "تعذر علي تقديم الشاشة",
282
+ "lowQuality": "كانت جودة مشاركة الشاشة منخفضة",
283
+ "freezes": "تم تجميد مشاركة الشاشة",
284
+ "stoppedUnexpectedly": "توقفت مشاركة الشاشة بشكل غير متوقع",
285
+ "largeDelay": "مشاركة الشاشة لها تأخير كبير",
286
+ "otherIssues": "كنت أواجه مشكلات أخرى في مشاركة الشاشة في هذه المكالمة"
287
+ }
288
+ },
289
+ "SurveyIssuesHeadingStrings": {
290
+ "overallRating": "بشكل عام",
291
+ "audioRating": "صوت",
292
+ "videoRating": "فيديو",
293
+ "screenshareRating": "تقديم"
232
294
  }
233
295
  },
234
296
  "chat": {
@@ -118,6 +118,8 @@
118
118
  "dismissModalAriaLabel": "Místní a vzdálený obrázek a obrázek, stisknutím klávesy Enter se vrátíte k hovoru",
119
119
  "callRejectedTitle": "Hovor nešlo spojit.",
120
120
  "callRejectedMoreDetails": "Osoba, se kterou se pokoušíte spojit, není k dispozici. Zkuste to prosím znovu později.",
121
+ "callTimeoutTitle": "Hovor nešlo spojit.",
122
+ "callTimeoutDetails": "Osoba, se kterou se pokoušíte spojit, není k dispozici. Zkuste to prosím znovu později.",
121
123
  "spokenLanguageStrings": {
122
124
  "ar-ae": "Arabština - Spojené arabské emiráty",
123
125
  "ar-sa": "Arabština - Saúdská Arábie",
@@ -229,6 +231,66 @@
229
231
  "lostDueToRoleChangeToAttendee": "Vaše role se změnila. Některé akce, jako je sdílení obsahu, pro vás nebudou k dispozici.",
230
232
  "grantedDueToRoleChangeToPresenter": "Jste prezentující. Můžete sdílet obsah a moderovat schůzku."
231
233
  }
234
+ },
235
+ "surveyQuestion": "Jaký byl váš dnešní hovor?",
236
+ "starSurveyHelperText": "Jaká byla kvalita hovoru?",
237
+ "starSurveyOneStarText": "Kvalita byla špatná.",
238
+ "starSurveyTwoStarText": "Kvalita byla slabá.",
239
+ "starSurveyThreeStarText": "Kvalita byla dobrá.",
240
+ "starSurveyFourStarText": "Kvalita byla skvělá.",
241
+ "starSurveyFiveStarText": "Kvalita byla vynikající.",
242
+ "surveyConfirmButtonLabel": "Poslat zpětnou vazbu",
243
+ "starRatingAriaLabel": "Vybrat {0} z(e) {1} hvězdiček",
244
+ "surveyCancelButtonAriaLabel": "Zrušit",
245
+ "tagsSurveyQuestion": "Co by mohlo být lepší?",
246
+ "tagsSurveyTextFieldDefaultText": "Jiné, upřesněte prosím",
247
+ "tagsSurveyHelperText": "Zkontrolujte všechny problémy, se které jste zaznamenali.",
248
+ "surveyTextboxDefaultText": "Jiné, upřesněte prosím",
249
+ "surveyIssues": {
250
+ "overallRating": {
251
+ "callCannotJoin": "Nepovedlo se mi připojit se k hovoru",
252
+ "callCannotInvite": "Nepovedlo se mi pozvat ostatní do hovoru.",
253
+ "hadToRejoin": "Musel(a) jsem se znovu připojit k hovoru",
254
+ "callEndedUnexpectedly": "Hovor pro mě neočekávaně skončil",
255
+ "otherIssues": "Měl(a) jsem s hovorem jiné problémy"
256
+ },
257
+ "audioRating": {
258
+ "noLocalAudio": "Druhá strana neslyšela žádný zvuk",
259
+ "noRemoteAudio": "Vůbec jsem neslyšel(a) zvuk",
260
+ "echo": "Při hovoru jsem slyšel(a) ozvěny",
261
+ "audioNoise": "Při hovoru jsem slyšel(a) šum",
262
+ "lowVolume": "Hlasitost byla nízká",
263
+ "audioStoppedUnexpectedly": "Zvuk se neočekávaně zastavil",
264
+ "distortedSpeech": "Zvuk byl zkreslený",
265
+ "audioInterruption": "Došlo k přerušení zvuku",
266
+ "otherIssues": "Během tohoto hovoru došlo k jiným problémům se zvukem"
267
+ },
268
+ "videoRating": {
269
+ "noVideoReceived": "Vůbec se mi nezobrazovalo video",
270
+ "noVideoSent": "Ostatní mě neviděli",
271
+ "lowQuality": "Kvalita videa byla nízká.",
272
+ "freezes": "Video se zablokuje",
273
+ "stoppedUnexpectedly": "Video se neočekávaně zastavilo",
274
+ "darkVideoReceived": "Když ostatní zapnou kameru, vidím jenom tmavé obrazovky",
275
+ "audioVideoOutOfSync": "Zvuk a video se nesynchronizovaly",
276
+ "otherIssues": "V tomto hovoru došlo k jiným problémům s videem"
277
+ },
278
+ "screenshareRating": {
279
+ "noContentLocal": "Ostatní uživatelé neviděli moje sdílení obrazovky",
280
+ "noContentRemote": "Nepovedlo se mi zobrazit sdílení obrazovky jiných lidí",
281
+ "cannotPresent": "Nepovedlo se mi ukázat obrazovku",
282
+ "lowQuality": "Kvalita sdílení obrazovky byla nízká",
283
+ "freezes": "Zablokované sdílení obrazovky",
284
+ "stoppedUnexpectedly": "Sdílení obrazovky se neočekávaně zastavilo",
285
+ "largeDelay": "Sdílení obrazovky má velké zpoždění",
286
+ "otherIssues": "Měl(a) jsem jiné problémy se sdílením obrazovky v tomto hovoru"
287
+ }
288
+ },
289
+ "SurveyIssuesHeadingStrings": {
290
+ "overallRating": "Celkem",
291
+ "audioRating": "Zvuk",
292
+ "videoRating": "Video",
293
+ "screenshareRating": "Prezentování"
232
294
  }
233
295
  },
234
296
  "chat": {
@@ -27,8 +27,8 @@
27
27
  "videoEffectsPaneBackgroundSelectionTitle": "Hintergrund",
28
28
  "configurationPageVideoEffectsButtonLabel": "Effekte",
29
29
  "unableToStartVideoEffect": "Videoeffekt kann nicht angewendet werden.",
30
- "blurBackgroundEffectButtonLabel": "Weichzeichnen",
31
- "blurBackgroundTooltip": "Hintergrund weichzeichnen",
30
+ "blurBackgroundEffectButtonLabel": "Unscharf machen",
31
+ "blurBackgroundTooltip": "Hintergrund unscharf machen",
32
32
  "removeBackgroundEffectButtonLabel": "Keine",
33
33
  "removeBackgroundTooltip": "Hintergrund entfernen",
34
34
  "cameraOffBackgroundEffectWarningText": "Ihre Kamera ist ausgeschaltet. Aktivieren Sie die Kamera, um den Videoeffekt anzuzeigen.",
@@ -118,6 +118,8 @@
118
118
  "dismissModalAriaLabel": "Lokales Bild und Remotebild. Drücken Sie die EINGABETASTE, um zum Anruf zurückzukehren.",
119
119
  "callRejectedTitle": "Der Anruf konnte nicht ausgeführt werden.",
120
120
  "callRejectedMoreDetails": "Die Person, die Sie erreichen möchten, ist nicht verfügbar. Versuchen Sie es später noch mal.",
121
+ "callTimeoutTitle": "Der Anruf konnte nicht ausgeführt werden.",
122
+ "callTimeoutDetails": "Die Person, die Sie erreichen möchten, ist nicht verfügbar. Versuchen Sie es später noch mal.",
121
123
  "spokenLanguageStrings": {
122
124
  "ar-ae": "Arabisch – Vereinigte Arabische Emirate",
123
125
  "ar-sa": "Arabisch – Saudi-Arabien",
@@ -229,6 +231,66 @@
229
231
  "lostDueToRoleChangeToAttendee": "Ihre Rolle wurde geändert. Einige Aktionen, z. B. das Teilen von Inhalten, stehen Ihnen nicht zur Verfügung.",
230
232
  "grantedDueToRoleChangeToPresenter": "Sie sind Referent. Sie können Inhalte teilen und die Besprechung unterstützen."
231
233
  }
234
+ },
235
+ "surveyQuestion": "Wie war Ihr Anruf heute?",
236
+ "starSurveyHelperText": "Wie war die Qualität des Anrufs?",
237
+ "starSurveyOneStarText": "Die Qualität war schlecht.",
238
+ "starSurveyTwoStarText": "Die Qualität war schlecht.",
239
+ "starSurveyThreeStarText": "Die Qualität war gut.",
240
+ "starSurveyFourStarText": "Die Qualität war toll.",
241
+ "starSurveyFiveStarText": "Die Qualität war ausgezeichnet.",
242
+ "surveyConfirmButtonLabel": "Feedback senden",
243
+ "starRatingAriaLabel": "{0} von {1} Sternen auswählen",
244
+ "surveyCancelButtonAriaLabel": "Abbrechen",
245
+ "tagsSurveyQuestion": "Was hätte besser sein können?",
246
+ "tagsSurveyTextFieldDefaultText": "Sonstiges, bitte angeben",
247
+ "tagsSurveyHelperText": "Überprüfen Sie alle aufgetretenen Probleme",
248
+ "surveyTextboxDefaultText": "Sonstiges, bitte angeben",
249
+ "surveyIssues": {
250
+ "overallRating": {
251
+ "callCannotJoin": "Ich konnte dem Anruf nicht beitreten",
252
+ "callCannotInvite": "Ich konnte andere nicht zum Anruf einladen",
253
+ "hadToRejoin": "Ich musste dem Anruf erneut beitreten",
254
+ "callEndedUnexpectedly": "Anruf für mich unerwartet beendet",
255
+ "otherIssues": "Ich hatte andere Probleme mit dem Anruf"
256
+ },
257
+ "audioRating": {
258
+ "noLocalAudio": "Die andere Seite konnte keinen Ton hören",
259
+ "noRemoteAudio": "Ich konnte keinen Ton hören",
260
+ "echo": "Ich habe Echos beim Anruf gehört",
261
+ "audioNoise": "Ich habe Rauschen beim Anruf gehört",
262
+ "lowVolume": "Die Lautstärke war niedrig",
263
+ "audioStoppedUnexpectedly": "Audio wurde unerwartet beendet",
264
+ "distortedSpeech": "Audio war verzerrt",
265
+ "audioInterruption": "Audio wurde unterbrochen",
266
+ "otherIssues": "In diesem Anruf gab es andere Audioprobleme"
267
+ },
268
+ "videoRating": {
269
+ "noVideoReceived": "Ich konnte kein Video sehen.",
270
+ "noVideoSent": "Andere konnten mich nicht sehen",
271
+ "lowQuality": "Die Videoqualität war niedrig",
272
+ "freezes": "Video gefroren",
273
+ "stoppedUnexpectedly": "Video unerwartet beendet",
274
+ "darkVideoReceived": "Ich kann nur dunkle Bildschirme sehen, wenn andere ihre Kamera einschalten",
275
+ "audioVideoOutOfSync": "Audio und Video waren nicht synchronisiert",
276
+ "otherIssues": "In diesem Anruf gab es andere Videoprobleme"
277
+ },
278
+ "screenshareRating": {
279
+ "noContentLocal": "Andere Personen konnten meine Bildschirmfreigabe nicht sehen",
280
+ "noContentRemote": "Ich konnte die Bildschirmfreigabe anderer Personen nicht sehen",
281
+ "cannotPresent": "Ich konnte meinen Bildschirm nicht präsentieren",
282
+ "lowQuality": "Qualität der Bildschirmfreigabe war niedrig",
283
+ "freezes": "Bildschirmfreigabe gefroren",
284
+ "stoppedUnexpectedly": "Bildschirmfreigabe unerwartet beendet",
285
+ "largeDelay": "Die Bildschirmfreigabe hat eine große Verzögerung",
286
+ "otherIssues": "Ich hatte andere Probleme mit der Bildschirmfreigabe in diesem Anruf."
287
+ }
288
+ },
289
+ "SurveyIssuesHeadingStrings": {
290
+ "overallRating": "Insgesamt",
291
+ "audioRating": "Audio",
292
+ "videoRating": "Video",
293
+ "screenshareRating": "Hält Präsentation"
232
294
  }
233
295
  },
234
296
  "chat": {
@@ -118,6 +118,8 @@
118
118
  "dismissModalAriaLabel": "Local and remote picture and picture, press enter to return to call",
119
119
  "callRejectedTitle": "The call could not be completed",
120
120
  "callRejectedMoreDetails": "The person you are trying to reach is unavailable. Please try again later.",
121
+ "callTimeoutTitle": "The call could not be completed",
122
+ "callTimeoutDetails": "The person you are trying to reach is unavailable. Please try again later.",
121
123
  "spokenLanguageStrings": {
122
124
  "ar-ae": "Arabic - U.A.E.",
123
125
  "ar-sa": "Arabic - Saudi Arabia",
@@ -229,6 +231,66 @@
229
231
  "lostDueToRoleChangeToAttendee": "Your role has been changed. Some actions, like sharing content, won't be available to you.",
230
232
  "grantedDueToRoleChangeToPresenter": "You're a presenter. You can share content and facilitate the meeting."
231
233
  }
234
+ },
235
+ "surveyQuestion": "How was your call today?",
236
+ "starSurveyHelperText": "How was the quality of the call?",
237
+ "starSurveyOneStarText": "The quality was bad.",
238
+ "starSurveyTwoStarText": "The quality was poor.",
239
+ "starSurveyThreeStarText": "The quality was good.",
240
+ "starSurveyFourStarText": "The quality was great.",
241
+ "starSurveyFiveStarText": "The quality was excellent.",
242
+ "surveyConfirmButtonLabel": "Send Feedback",
243
+ "starRatingAriaLabel": "Select {0} of {1} stars",
244
+ "surveyCancelButtonAriaLabel": "Cancel",
245
+ "tagsSurveyQuestion": "What could have been better?",
246
+ "tagsSurveyTextFieldDefaultText": "Other, please specify",
247
+ "tagsSurveyHelperText": "Check any issues you experienced",
248
+ "surveyTextboxDefaultText": "Other, please specify",
249
+ "surveyIssues": {
250
+ "overallRating": {
251
+ "callCannotJoin": "I could not join call",
252
+ "callCannotInvite": "I could not invite others into the call",
253
+ "hadToRejoin": "I had to rejoin the call",
254
+ "callEndedUnexpectedly": "Call ended for me unexpectedly",
255
+ "otherIssues": "I was having other issues with the call"
256
+ },
257
+ "audioRating": {
258
+ "noLocalAudio": "The other side could not hear any sound",
259
+ "noRemoteAudio": "I could not hear any sound",
260
+ "echo": "I heard echos on the call",
261
+ "audioNoise": "I heard noise on the call",
262
+ "lowVolume": "Volume was low",
263
+ "audioStoppedUnexpectedly": "Audio stopped unexpectedly",
264
+ "distortedSpeech": "Audio was distorted",
265
+ "audioInterruption": "Audio was interrupted",
266
+ "otherIssues": "I was having other audio issues in this call"
267
+ },
268
+ "videoRating": {
269
+ "noVideoReceived": "I could not see any video",
270
+ "noVideoSent": "Others could not see me",
271
+ "lowQuality": "Video quality was low",
272
+ "freezes": "Video frozen",
273
+ "stoppedUnexpectedly": "Video stopped unexpectedly",
274
+ "darkVideoReceived": "I can only see dark screens when others turn on their camera",
275
+ "audioVideoOutOfSync": "Audio and Video was out of sync",
276
+ "otherIssues": "I was having other video issues in this call"
277
+ },
278
+ "screenshareRating": {
279
+ "noContentLocal": "Other people could not see my screenshare",
280
+ "noContentRemote": "I could not see other people's screenshare",
281
+ "cannotPresent": "I could not present my screen",
282
+ "lowQuality": "Screen share quality was low",
283
+ "freezes": "Screen share frozen",
284
+ "stoppedUnexpectedly": "Screen share stopped unexpectedly",
285
+ "largeDelay": "Screen share has a large delay",
286
+ "otherIssues": "I was having other screen share issues in this call"
287
+ }
288
+ },
289
+ "SurveyIssuesHeadingStrings": {
290
+ "overallRating": "Overall",
291
+ "audioRating": "Audio",
292
+ "videoRating": "Video",
293
+ "screenshareRating": "Presenting"
232
294
  }
233
295
  },
234
296
  "chat": {
@@ -118,6 +118,8 @@
118
118
  "dismissModalAriaLabel": "Imagen e imagen local y remota, presiona Entrar para volver a la llamada",
119
119
  "callRejectedTitle": "No se pudo completar la llamada",
120
120
  "callRejectedMoreDetails": "La persona con la que quieres contactarte no está disponible. Inténtalo de nuevo más tarde.",
121
+ "callTimeoutTitle": "No se pudo completar la llamada",
122
+ "callTimeoutDetails": "La persona con la que quieres contactarte no está disponible. Inténtalo de nuevo más tarde.",
121
123
  "spokenLanguageStrings": {
122
124
  "ar-ae": "Árabe - Emiratos Árabes Unidos",
123
125
  "ar-sa": "Árabe - Arabia Saudí",
@@ -229,6 +231,66 @@
229
231
  "lostDueToRoleChangeToAttendee": "Tu rol ha sido cambiado. Algunas acciones, como compartir contenido, no estarán disponibles para usted.",
230
232
  "grantedDueToRoleChangeToPresenter": "Es moderador. Puede compartir contenido y facilitar la reunión."
231
233
  }
234
+ },
235
+ "surveyQuestion": "¿Cómo fue la llamada?",
236
+ "starSurveyHelperText": "¿Qué tal era la calidad de la llamada?",
237
+ "starSurveyOneStarText": "La calidad era mala.",
238
+ "starSurveyTwoStarText": "La calidad era deficiente.",
239
+ "starSurveyThreeStarText": "La calidad era buena.",
240
+ "starSurveyFourStarText": "La calidad era estupenda.",
241
+ "starSurveyFiveStarText": "La calidad era excelente.",
242
+ "surveyConfirmButtonLabel": "Enviar comentarios",
243
+ "starRatingAriaLabel": "Seleccione {0} de {1} estrellas",
244
+ "surveyCancelButtonAriaLabel": "Cancelar",
245
+ "tagsSurveyQuestion": "¿Qué podría haber sido mejor?",
246
+ "tagsSurveyTextFieldDefaultText": "Otro, especifique",
247
+ "tagsSurveyHelperText": "Marque los problemas que haya experimentado",
248
+ "surveyTextboxDefaultText": "Otro, especifique",
249
+ "surveyIssues": {
250
+ "overallRating": {
251
+ "callCannotJoin": "No pude unirme a la llamada",
252
+ "callCannotInvite": "No podía invitar a nadie a la llamada",
253
+ "hadToRejoin": "He tenido que volver a unirme a la llamada",
254
+ "callEndedUnexpectedly": "La llamada finalizó inesperadamente",
255
+ "otherIssues": "Estaba teniendo otros problemas con la llamada"
256
+ },
257
+ "audioRating": {
258
+ "noLocalAudio": "Los otros participantes no podían oír nada",
259
+ "noRemoteAudio": "No pude oír nada",
260
+ "echo": "He oído ecos en la llamada",
261
+ "audioNoise": "Se oía ruido en la llamada",
262
+ "lowVolume": "El volumen era bajo",
263
+ "audioStoppedUnexpectedly": "El audio se detuvo inesperadamente",
264
+ "distortedSpeech": "El audio se distorsionaba",
265
+ "audioInterruption": "Se interrumpió el audio",
266
+ "otherIssues": "Estaba teniendo otros problemas de audio en esta llamada"
267
+ },
268
+ "videoRating": {
269
+ "noVideoReceived": "No pude ver ningún vídeo",
270
+ "noVideoSent": "Los demás usuarios no me veían",
271
+ "lowQuality": "La calidad de vídeo era baja",
272
+ "freezes": "Vídeo congelado",
273
+ "stoppedUnexpectedly": "El vídeo se detuvo inesperadamente",
274
+ "darkVideoReceived": "Solo puedo ver pantallas oscuras cuando otros usuarios activan su cámara",
275
+ "audioVideoOutOfSync": "Audio y vídeo no sincronizados",
276
+ "otherIssues": "Estaba teniendo otros problemas de vídeo en esta llamada"
277
+ },
278
+ "screenshareRating": {
279
+ "noContentLocal": "Otras personas no pudieron ver mi pantalla compartida",
280
+ "noContentRemote": "No pude ver el la pantalla compartida de otras personas",
281
+ "cannotPresent": "No pude presentar mi pantalla",
282
+ "lowQuality": "La calidad de la pantalla compartida era baja",
283
+ "freezes": "Pantalla compartida congelada",
284
+ "stoppedUnexpectedly": "El la pantalla compartida se detuvo inesperadamente",
285
+ "largeDelay": "La pantalla compartida tiene mucho retraso",
286
+ "otherIssues": "Estaba teniendo otros problemas de pantalla compartida en esta llamada"
287
+ }
288
+ },
289
+ "SurveyIssuesHeadingStrings": {
290
+ "overallRating": "General",
291
+ "audioRating": "Audio",
292
+ "videoRating": "Vídeo",
293
+ "screenshareRating": "Presentación"
232
294
  }
233
295
  },
234
296
  "chat": {
@@ -118,6 +118,8 @@
118
118
  "dismissModalAriaLabel": "Paikallinen kuva ja etäkuva, palaa puheluun painamalla Enter-näppäintä",
119
119
  "callRejectedTitle": "Puhelua ei voitu soittaa",
120
120
  "callRejectedMoreDetails": "Henkilö, jota yrität tavoittaa, ei ole tavoitettavissa. Yritä myöhemmin uudelleen.",
121
+ "callTimeoutTitle": "Puhelua ei voitu soittaa",
122
+ "callTimeoutDetails": "Henkilö, jota yrität tavoittaa, ei ole tavoitettavissa. Yritä myöhemmin uudelleen.",
121
123
  "spokenLanguageStrings": {
122
124
  "ar-ae": "arabia – Arabiemiirikunnat",
123
125
  "ar-sa": "arabia – Saudi-Arabia",
@@ -229,6 +231,66 @@
229
231
  "lostDueToRoleChangeToAttendee": "Roolisi on muuttunut. Jotkin toiminnot, kuten sisällön jakaminen, eivät ole käytettävissäsi.",
230
232
  "grantedDueToRoleChangeToPresenter": "Olet esittäjä. Voit jakaa sisältöä ja johtaa kokousta."
231
233
  }
234
+ },
235
+ "surveyQuestion": "Millainen puhelusi oli tänään?",
236
+ "starSurveyHelperText": "Millainen oli puhelun äänenlaatu?",
237
+ "starSurveyOneStarText": "Laatu oli huono.",
238
+ "starSurveyTwoStarText": "Laatu oli erittäin huono.",
239
+ "starSurveyThreeStarText": "Laatu oli hyvä.",
240
+ "starSurveyFourStarText": "Laatu oli erinomainen.",
241
+ "starSurveyFiveStarText": "Laatu oli erinomainen.",
242
+ "surveyConfirmButtonLabel": "Lähetä palautetta",
243
+ "starRatingAriaLabel": "Valitse {0}/{1} tähteä",
244
+ "surveyCancelButtonAriaLabel": "Peruuta",
245
+ "tagsSurveyQuestion": "Mikä olisi voinut olla paremmin?",
246
+ "tagsSurveyTextFieldDefaultText": "Muu, anna kuvaus",
247
+ "tagsSurveyHelperText": "Tarkista havaitsematsi ongelmat",
248
+ "surveyTextboxDefaultText": "Muu, anna kuvaus",
249
+ "surveyIssues": {
250
+ "overallRating": {
251
+ "callCannotJoin": "En pystynyt liittymään puheluun",
252
+ "callCannotInvite": "En pystynyt kutsumaan muita mukaan puheluun",
253
+ "hadToRejoin": "Minun oli pakko liittyä puheluun uudelleen",
254
+ "callEndedUnexpectedly": "Puhelu päättyi odottamatta",
255
+ "otherIssues": "Minulla oli muita ongelmia puhelun kanssa"
256
+ },
257
+ "audioRating": {
258
+ "noLocalAudio": "Toinen osapuoli ei kuullut mitään",
259
+ "noRemoteAudio": "En kuullut mitään",
260
+ "echo": "Kuulin kaikua puhelun aikana",
261
+ "audioNoise": "Kuulin taustamelua puhelun aikana",
262
+ "lowVolume": "Äänenvoimakkuus oli matala",
263
+ "audioStoppedUnexpectedly": "Ääni lakkasi odottamatta kuulumasta",
264
+ "distortedSpeech": "Äänessä esiintyi vääristymiä",
265
+ "audioInterruption": "Ääni keskeytyi",
266
+ "otherIssues": "Minulla oli puhelun aikana muita ääneen liittyviä ongelmia"
267
+ },
268
+ "videoRating": {
269
+ "noVideoReceived": "En nähnyt videokuvaa",
270
+ "noVideoSent": "Muut eivät pystyneet näkemään minua",
271
+ "lowQuality": "Videokuva oli laadultaan heikkoa",
272
+ "freezes": "Video jumitti",
273
+ "stoppedUnexpectedly": "Videokuva pysähtyi odottamatta",
274
+ "darkVideoReceived": "Näen ainoastaan tummia näyttöjä, kun toiset ottavat kameransa käyttöön",
275
+ "audioVideoOutOfSync": "Ääni ja kuva olivat epätahdissa",
276
+ "otherIssues": "Minulla oli puhelun aikana muita videokuvaan liittyviä ongelmia"
277
+ },
278
+ "screenshareRating": {
279
+ "noContentLocal": "Muut henkilöt eivät nähneet jakamaani näyttöä",
280
+ "noContentRemote": "En nähnyt muiden jakamaa näyttöä",
281
+ "cannotPresent": "En voinut esittää näyttöni sisältöä",
282
+ "lowQuality": "Näytön jakaminen oli laadultaan heikkoa",
283
+ "freezes": "Näytön jakaminen jumitti",
284
+ "stoppedUnexpectedly": "Näytön jakaminen keskeytyi odottamatta",
285
+ "largeDelay": "Näytön jakamisessa ilmenee suurta viivettä",
286
+ "otherIssues": "Minulla oli puhelun aikana muita näytön jakamiseen liittyviä ongelmia"
287
+ }
288
+ },
289
+ "SurveyIssuesHeadingStrings": {
290
+ "overallRating": "Yleinen",
291
+ "audioRating": "Äänet",
292
+ "videoRating": "Video",
293
+ "screenshareRating": "Esitys käynnissä"
232
294
  }
233
295
  },
234
296
  "chat": {
@@ -118,6 +118,8 @@
118
118
  "dismissModalAriaLabel": "Image et image locales et distantes, appuyez sur entrée pour revenir à l'appel",
119
119
  "callRejectedTitle": "Nous n’avons pas pu effectuer l’appel",
120
120
  "callRejectedMoreDetails": "La personne que vous essayez de rejoindre n’est pas disponible. Veuillez réessayer plus tard.",
121
+ "callTimeoutTitle": "Nous n’avons pas pu effectuer l’appel",
122
+ "callTimeoutDetails": "La personne que vous essayez de rejoindre n’est pas disponible. Veuillez réessayer plus tard.",
121
123
  "spokenLanguageStrings": {
122
124
  "ar-ae": "Arabe – E.A.U.",
123
125
  "ar-sa": "Arabe – Arabie saoudite",
@@ -229,6 +231,66 @@
229
231
  "lostDueToRoleChangeToAttendee": "Votre rôle a été modifié. Certaines actions, telles que le partage de contenu, ne seront pas disponibles pour vous.",
230
232
  "grantedDueToRoleChangeToPresenter": "Vous êtes présentateur. Vous pouvez partager du contenu et organiser la réunion."
231
233
  }
234
+ },
235
+ "surveyQuestion": "Comment s’est passé votre appel aujourd’hui ?",
236
+ "starSurveyHelperText": "Quelle a été la qualité globale de cet appel ?",
237
+ "starSurveyOneStarText": "La qualité était mauvaise.",
238
+ "starSurveyTwoStarText": "La qualité était mauvaise.",
239
+ "starSurveyThreeStarText": "La qualité était bonne.",
240
+ "starSurveyFourStarText": "La qualité était excellente.",
241
+ "starSurveyFiveStarText": "La qualité était excellente.",
242
+ "surveyConfirmButtonLabel": "Envoyer des commentaires",
243
+ "starRatingAriaLabel": "Sélectionner {0} étoiles sur {1}",
244
+ "surveyCancelButtonAriaLabel": "Annuler",
245
+ "tagsSurveyQuestion": "Que pouvons-nous améliorer ?",
246
+ "tagsSurveyTextFieldDefaultText": "Autre, veuillez préciser",
247
+ "tagsSurveyHelperText": "Cochez les problèmes que vous avez rencontrés",
248
+ "surveyTextboxDefaultText": "Autre, veuillez préciser",
249
+ "surveyIssues": {
250
+ "overallRating": {
251
+ "callCannotJoin": "Je n’ai pas pu rejoindre l’appel",
252
+ "callCannotInvite": "Je n’ai pas pu inviter d’autres personnes à participer à l’appel",
253
+ "hadToRejoin": "J’ai dû rejoindre l’appel",
254
+ "callEndedUnexpectedly": "L’appel s’est terminé pour moi de manière inattendue",
255
+ "otherIssues": "J’avais d’autres problèmes avec l’appel"
256
+ },
257
+ "audioRating": {
258
+ "noLocalAudio": "Mon interlocuteur n'entendait aucun son",
259
+ "noRemoteAudio": "Je n'entendais aucun son",
260
+ "echo": "J’ai entendu des échos lors de l’appel",
261
+ "audioNoise": "Il y avait des bruits parasites",
262
+ "lowVolume": "Le volume était faible",
263
+ "audioStoppedUnexpectedly": "L’audio s’est arrêté de manière inattendue",
264
+ "distortedSpeech": "L’audio a été altéré",
265
+ "audioInterruption": "L’audio a été interrompu",
266
+ "otherIssues": "J’ai rencontré d’autres problèmes audio pendant cet appel"
267
+ },
268
+ "videoRating": {
269
+ "noVideoReceived": "La vidéo ne s'affichait pas sur mon écran",
270
+ "noVideoSent": "Les autres personnes n’ont pas pu me voir",
271
+ "lowQuality": "La qualité de la vidéo était faible",
272
+ "freezes": "Vidéo figée",
273
+ "stoppedUnexpectedly": "La vidéo s'est arrêtée de manière inattendue",
274
+ "darkVideoReceived": "Je ne vois que des écrans sombres lorsque d'autres personnes allument leur caméra",
275
+ "audioVideoOutOfSync": "L’audio et la vidéo n’étaient pas synchronisés",
276
+ "otherIssues": "J’ai rencontré d’autres problèmes vidéo pendant cet appel"
277
+ },
278
+ "screenshareRating": {
279
+ "noContentLocal": "Les autres personnes n’ont pas pu voir mon partage d’écran",
280
+ "noContentRemote": "Je n’ai pas pu voir le partage d’écran d’autres personnes",
281
+ "cannotPresent": "Je n’ai pas pu présenter mon écran",
282
+ "lowQuality": "La qualité du partage d’écran était faible",
283
+ "freezes": "Partage d’écran figé",
284
+ "stoppedUnexpectedly": "Le partage d’écran s’est arrêté de manière inattendue",
285
+ "largeDelay": "Le partage d’écran a un retard important",
286
+ "otherIssues": "Je rencontre d’autres problèmes de partage d’écran dans cet appel"
287
+ }
288
+ },
289
+ "SurveyIssuesHeadingStrings": {
290
+ "overallRating": "Globale",
291
+ "audioRating": "Audio",
292
+ "videoRating": "Vidéo",
293
+ "screenshareRating": "En présentation"
232
294
  }
233
295
  },
234
296
  "chat": {