@azure/communication-react 1.5.1-alpha-202302230015 → 1.5.1-beta.1

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 (93) hide show
  1. package/CHANGELOG.beta.md +86 -1
  2. package/CHANGELOG.json +686 -0
  3. package/dist/communication-react.d.ts +1 -32
  4. package/dist/dist-cjs/communication-react/index.js +174 -375
  5. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  8. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +1 -22
  9. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  10. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +0 -14
  11. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +0 -44
  12. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  13. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -1
  14. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +0 -21
  15. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  16. package/dist/dist-esm/calling-stateful-client/src/Converter.js +0 -1
  17. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  18. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.d.ts +1 -13
  19. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +1 -8
  20. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  21. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +0 -4
  22. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +0 -28
  23. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  24. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +1 -1
  25. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  26. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +30 -50
  27. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  28. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -1
  29. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +1 -1
  31. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +1 -1
  33. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  34. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +3 -3
  35. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  36. package/dist/dist-esm/react-components/src/components/VideoGallery.js +0 -13
  37. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  38. package/dist/dist-esm/react-components/src/components/VideoTile.js +12 -9
  39. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  40. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +103 -9
  41. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +102 -8
  42. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +102 -8
  43. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +103 -9
  44. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +102 -8
  45. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +102 -8
  46. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +102 -8
  47. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +102 -8
  48. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +103 -9
  49. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +102 -8
  50. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +103 -9
  51. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +102 -8
  52. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +102 -8
  53. package/dist/dist-esm/react-components/src/theming/icons.js +6 -6
  54. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  55. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +1 -1
  56. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  57. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +5 -0
  58. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +31 -1
  59. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -1
  60. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.d.ts +1 -1
  61. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +3 -3
  62. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  63. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +6 -8
  64. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
  65. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +3 -16
  66. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +43 -49
  67. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +1 -1
  68. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.d.ts +0 -2
  69. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +26 -47
  70. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +1 -1
  71. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +4 -4
  72. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +1 -1
  73. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js +1 -1
  74. package/dist/dist-esm/react-composites/src/composites/common/ParticipantContainer.js.map +1 -1
  75. package/dist/dist-esm/react-composites/src/composites/common/icons.js +4 -4
  76. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  77. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +17 -3
  78. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +17 -3
  79. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +17 -3
  80. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +17 -3
  81. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +17 -3
  82. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +17 -3
  83. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +17 -3
  84. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +17 -3
  85. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +17 -3
  86. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +17 -3
  87. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +17 -3
  88. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +17 -3
  89. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +17 -3
  90. package/package.json +12 -12
  91. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.d.ts +0 -29
  92. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js +0 -54
  93. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +0 -1
@@ -5,8 +5,7 @@
5
5
  "removeButtonLabel": "Entfernen",
6
6
  "sharingIconLabel": "Teilen",
7
7
  "mutedIconLabel": "Stumm geschaltet",
8
- "displayNamePlaceholder": "Unbenannter Teilnehmer",
9
- "participantStateConnecting": "Anrufen...",
8
+ "displayNamePlaceholder": "Teilnehmer ohne Namen",
10
9
  "participantStateRinging": "Anrufen...",
11
10
  "participantStateHold": "In der Warteschleife"
12
11
  },
@@ -90,7 +89,8 @@
90
89
  "menuHeader": "In diesem Anruf",
91
90
  "participantsListButtonLabel": "{numParticipants} Personen",
92
91
  "muteAllButtonLabel": "Alle stumm schalten",
93
- "copyInviteLinkButtonLabel": "Einladungslink kopieren"
92
+ "copyInviteLinkButtonLabel": "Einladungslink kopieren",
93
+ "copyInviteLinkActionedAriaLabel": "Einladungslink kopiert"
94
94
  },
95
95
  "screenShareButton": {
96
96
  "onLabel": "Präsentation beenden",
@@ -146,11 +146,13 @@
146
146
  "callNoSpeakerFound": "Keine Lautsprecher oder Kopfhörer gefunden. Schließen Sie ein Audiogerät an, um den Anruf zu hören.",
147
147
  "callNoMicrophoneFound": "Es wurden keine Mikrofone gefunden. Schließen Sie ein Audioeingabegerät an.",
148
148
  "callMicrophoneAccessDenied": "Auf das Mikrofon kann nicht zugegriffen werden. Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",
149
+ "callMicrophoneAccessDeniedSafari": "Auf das Mikrofon kann nicht zugegriffen werden. Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers, und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",
149
150
  "callMicrophoneMutedBySystem": "Sie werden von Ihrem System stummgeschaltet.",
150
151
  "callMicrophoneUnmutedBySystem": "Ihr Mikrofon wurde wiederhergestellt, und Ihr System hat die Stummschaltung aufgehoben.",
151
152
  "callMacOsMicrophoneAccessDenied": "Auf das Mikrofon kann nicht zugegriffen werden. Erteilen Sie die Mikrofonberechtigung in Ihren macOS-Datenschutzeinstellungen.",
152
153
  "callLocalVideoFreeze": "Die Netzwerkbandbreite ist schlecht. Ihr Video wird möglicherweise für andere Personen während des Anrufs angehalten angezeigt.",
153
154
  "callCameraAccessDenied": "Auf die Kamera kann nicht zugegriffen werden. Klicken Sie auf die Sperre in der Adressleiste, um dieser Webseite Berechtigungen zu erteilen.",
155
+ "callCameraAccessDeniedSafari": "Auf die Kamera kann nicht zugegriffen werden. Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers, und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",
154
156
  "callCameraAlreadyInUse": "Auf die Kamera kann nicht zugegriffen werden. Sie wird möglicherweise bereits von einer anderen Anwendung verwendet.",
155
157
  "callVideoStoppedBySystem": "Ihr Video wurde von Ihrem System beendet.",
156
158
  "callVideoRecoveredBySystem": "Ihr Video wurde fortgesetzt.",
@@ -158,7 +160,8 @@
158
160
  "callMacOsScreenShareAccessDenied": "MacOS blockiert die Bildschirmfreigabe. Aktualisieren Sie Ihre Datenschutzeinstellungen, damit dieser Browser Ihren Bildschirm aufzeichnen kann.",
159
161
  "dismissButtonAriaLabel": "Schließen",
160
162
  "failedToJoinCallGeneric": "Fehler bei der Teilnahme am Anruf.",
161
- "failedToJoinCallInvalidMeetingLink": "Teilnahme an Besprechung nicht möglich. Ungültiger Link."
163
+ "failedToJoinCallInvalidMeetingLink": "Teilnahme an Besprechung nicht möglich. Ungültiger Link.",
164
+ "startScreenSharingGeneric": "Beim Starten der Bildschirmfreigabe ist ein Problem aufgetreten."
162
165
  },
163
166
  "videoGallery": {
164
167
  "screenIsBeingSharedMessage": "Sie teilen Ihren Bildschirm",
@@ -167,7 +170,16 @@
167
170
  "localVideoCameraSwitcherLabel": "Kamera wechseln",
168
171
  "localVideoMovementLabel": "Verschiebbare lokale Videokachel",
169
172
  "localVideoSelectedDescription": "{cameraName} ausgewählt",
170
- "displayNamePlaceholder": "Unbenannter Teilnehmer"
173
+ "displayNamePlaceholder": "Teilnehmer ohne Namen",
174
+ "fitRemoteParticipantToFrame": "An Rahmen anpassen",
175
+ "fillRemoteParticipantFrame": "Rahmen ausfüllen",
176
+ "pinParticipantForMe": "Für mich anheften",
177
+ "pinParticipantForMeLimitReached": "Anheften (Limit erreicht)",
178
+ "unpinParticipantForMe": "Lösen",
179
+ "pinParticipantMenuItemAriaLabel": "{participantName} anheften",
180
+ "unpinParticipantMenuItemAriaLabel": "{participantName} lösen",
181
+ "pinnedParticipantAnnouncementAriaLabel": "{participantName} angeheftet",
182
+ "unpinnedParticipantAnnouncementAriaLabel": "{participantName} gelöst"
171
183
  },
172
184
  "dialpad": {
173
185
  "placeholderText": "Telefonnummer eingeben",
@@ -180,20 +192,102 @@
180
192
  "tooltipOffContent": "Anruf halten"
181
193
  },
182
194
  "videoTile": {
183
- "participantStateConnecting": "Anrufen...",
184
195
  "participantStateRinging": "Anrufen...",
185
196
  "participantStateHold": "In der Warteschleife"
186
197
  },
187
- "SitePermissions": {
198
+ "CameraAndMicrophoneSitePermissionsRequest": {
188
199
  "primaryText": "Zulassen, dass {appName} Ihre Kamera und Ihr Mikrofon verwendet",
189
200
  "secondaryText": "So können die Teilnehmer Sie sehen und hören.",
190
201
  "linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung",
191
- "primaryButtonText": "Zugriff erlauben"
202
+ "primaryButtonText": "Ohne Kamera und Mikrofon fortfahren",
203
+ "ariaLabel": "Zugriff auf Kamera und Mikrofon zulassen"
204
+ },
205
+ "CameraSitePermissionsRequest": {
206
+ "primaryText": "{appName} die Verwendung Ihrer Kamera erlauben",
207
+ "secondaryText": "So können die Teilnehmer Sie sehen.",
208
+ "linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung",
209
+ "primaryButtonText": "Ohne Kamera fortfahren",
210
+ "ariaLabel": "Kamerazugriff zulassen"
211
+ },
212
+ "MicrophoneSitePermissionsRequest": {
213
+ "primaryText": "{appName} die Verwendung Ihres Mikrofons erlauben",
214
+ "secondaryText": "So können die Teilnehmer Sie hören.",
215
+ "linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung",
216
+ "primaryButtonText": "Ohne Mikrofon fortfahren",
217
+ "ariaLabel": "Mikrofonzugriff zulassen"
218
+ },
219
+ "CameraAndMicrophoneSitePermissionsCheck": {
220
+ "primaryText": "Überprüfen des Kamera- und Mikrofonzugriffs",
221
+ "secondaryText": "Zugriff bei Aufforderung zulassen. Dies ist so, dass Teilnehmer Sie sehen und hören können.",
222
+ "linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung",
223
+ "primaryButtonText": "Ohne Kamera und Mikrofon fortfahren",
224
+ "ariaLabel": "Überprüfen des Kamera- und Mikrofonzugriffs. Erlauben Sie den Zugriff, wenn Sie aufgefordert werden."
225
+ },
226
+ "CameraSitePermissionsCheck": {
227
+ "primaryText": "Überprüfung des Kamerazugriffs",
228
+ "secondaryText": "Zugriff bei Aufforderung zulassen. Dies ist so, dass Teilnehmer Sie sehen können.",
229
+ "linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung",
230
+ "primaryButtonText": "Ohne Kamera fortfahren",
231
+ "ariaLabel": "Überprüfen des Kamerazugriffs. Erlauben Sie den Zugriff, wenn Sie aufgefordert werden."
232
+ },
233
+ "MicrophoneSitePermissionsCheck": {
234
+ "primaryText": "Überprüfen des Mikrofonzugriffs",
235
+ "secondaryText": "Zugriff bei Aufforderung zulassen. Dies ist so, dass Teilnehmer Sie hören können.",
236
+ "linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung",
237
+ "primaryButtonText": "Ohne Mikrofon fortfahren",
238
+ "ariaLabel": "Der Mikrofonzugriff wird überprüft. Erlauben Sie den Zugriff, wenn Sie aufgefordert werden."
239
+ },
240
+ "CameraAndMicrophoneSitePermissionsDenied": {
241
+ "primaryText": "Auf Kamera und Mikrofon kann nicht zugegriffen werden",
242
+ "secondaryText": "Klicken Sie auf das Schlosssymbol in der Adressleiste, um dieser Webseite Mikrofonberechtigungen zu erteilen. Möglicherweise ist eine Seitenaktualisierung erforderlich.",
243
+ "primaryButtonText": "Ohne Kamera und Mikrofon fortfahren",
244
+ "linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung"
245
+ },
246
+ "CameraAndMicrophoneSitePermissionsDeniedSafari": {
247
+ "primaryText": "Auf Kamera und Mikrofon kann nicht zugegriffen werden",
248
+ "secondaryText": "Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",
249
+ "primaryButtonText": "Ohne Kamera und Mikrofon fortfahren",
250
+ "linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung"
251
+ },
252
+ "CameraSitePermissionsDenied": {
253
+ "primaryText": "Auf die Kamera kann nicht zugegriffen werden",
254
+ "secondaryText": "Klicken Sie auf das Schlosssymbol in der Adressleiste, um dieser Webseite Kameraberechtigungen zu erteilen. Möglicherweise ist eine Seitenaktualisierung erforderlich.",
255
+ "primaryButtonText": "Ohne Kamera fortfahren",
256
+ "linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung"
257
+ },
258
+ "MicrophoneSitePermissionsDenied": {
259
+ "primaryText": "Auf das Mikrofon kann nicht zugegriffen werden",
260
+ "secondaryText": "Klicken Sie auf das Schlosssymbol in der Adressleiste, um dieser Webseite Mikrofonberechtigungen zu erteilen. Möglicherweise ist eine Seitenaktualisierung erforderlich.",
261
+ "primaryButtonText": "Ohne Mikrofon fortfahren",
262
+ "linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung"
263
+ },
264
+ "CameraSitePermissionsDeniedSafari": {
265
+ "primaryText": "Auf die Kamera kann nicht zugegriffen werden",
266
+ "secondaryText": "Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",
267
+ "primaryButtonText": "Ohne Kamera fortfahren",
268
+ "linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung"
269
+ },
270
+ "MicrophoneSitePermissionsDeniedSafari": {
271
+ "primaryText": "Auf das Mikrofon kann nicht zugegriffen werden",
272
+ "secondaryText": "Aktualisieren Sie die Seite, um Berechtigungen zuzulassen, oder überprüfen Sie die Einstellungen dieses Browsers und stellen Sie sicher, dass die Berechtigungen für diese Website aktiviert sind.",
273
+ "primaryButtonText": "Ohne Mikrofon fortfahren",
274
+ "linkText": "Benötigen Sie Hilfe? Hilfe zur Problembehandlung"
192
275
  },
193
276
  "UnsupportedBrowser": {
194
277
  "primaryText": "Der Browser wird nicht unterstützt.",
195
278
  "secondaryText": "Bitte nehmen Sie über einen kompatiblen Browser an diesem Anruf teil.",
196
- "moreHelpLink": "Weitere Hilfe"
279
+ "moreHelpLinkText": "Kompatibilitätsanforderungen anzeigen"
280
+ },
281
+ "UnsupportedBrowserVersion": {
282
+ "primaryText": "Browserupdate erforderlich",
283
+ "secondaryText": "Um einen optimalen Anruf zu gewährleisten, aktualisieren Sie Ihren Browser, und versuchen Sie dann erneut, an dem Anruf teilzunehmen.",
284
+ "moreHelpLinkText": "Kompatibilitätsanforderungen anzeigen",
285
+ "continueAnywayButtonText": "Anruf ohne Aktualisierung starten"
286
+ },
287
+ "UnsupportedOperatingSystem": {
288
+ "primaryText": "Das Betriebssystem wird nicht unterstützt.",
289
+ "secondaryText": "Nehmen Sie an diesem Anruf teil, indem Sie ein Gerät mit einem kompatiblen Betriebssystem verwenden.",
290
+ "moreHelpLinkText": "Kompatibilitätsanforderungen anzeigen"
197
291
  },
198
292
  "BrowserPermissionDenied": {
199
293
  "primaryText": "Kamera oder Mikrofon kann nicht verwendet werden",
@@ -6,7 +6,6 @@
6
6
  "sharingIconLabel": "Sharing",
7
7
  "mutedIconLabel": "Muted",
8
8
  "displayNamePlaceholder": "Unnamed participant",
9
- "participantStateConnecting": "Calling...",
10
9
  "participantStateRinging": "Calling...",
11
10
  "participantStateHold": "On hold"
12
11
  },
@@ -90,7 +89,8 @@
90
89
  "menuHeader": "In this call",
91
90
  "participantsListButtonLabel": "{numParticipants} people",
92
91
  "muteAllButtonLabel": "Mute all",
93
- "copyInviteLinkButtonLabel": "Copy invite link"
92
+ "copyInviteLinkButtonLabel": "Copy invite link",
93
+ "copyInviteLinkActionedAriaLabel": "Invite link copied"
94
94
  },
95
95
  "screenShareButton": {
96
96
  "onLabel": "Stop presenting",
@@ -146,11 +146,13 @@
146
146
  "callNoSpeakerFound": "No speakers or headphones found. Connect an audio device to hear the call.",
147
147
  "callNoMicrophoneFound": "No microphones found. Connect an audio input device.",
148
148
  "callMicrophoneAccessDenied": "Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",
149
+ "callMicrophoneAccessDeniedSafari": "Unable to access microphone. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
149
150
  "callMicrophoneMutedBySystem": "You are muted by your system.",
150
151
  "callMicrophoneUnmutedBySystem": "Your microphone recovered and you were unmuted by your system.",
151
152
  "callMacOsMicrophoneAccessDenied": "Unable to access microphone. Grant microphone permission in your macOS privacy settings.",
152
153
  "callLocalVideoFreeze": "Network bandwidth is poor. Your video may appear paused for others on the call.",
153
154
  "callCameraAccessDenied": "Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",
155
+ "callCameraAccessDeniedSafari": "Unable to access camera. Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
154
156
  "callCameraAlreadyInUse": "Unable to access camera. It may already be in use by another application.",
155
157
  "callVideoStoppedBySystem": "Your video has been stopped by your system.",
156
158
  "callVideoRecoveredBySystem": "Your video has resumed.",
@@ -158,7 +160,8 @@
158
160
  "callMacOsScreenShareAccessDenied": "MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",
159
161
  "dismissButtonAriaLabel": "Close",
160
162
  "failedToJoinCallGeneric": "Failed to join call.",
161
- "failedToJoinCallInvalidMeetingLink": "Unable to join Meeting. Invalid Link."
163
+ "failedToJoinCallInvalidMeetingLink": "Unable to join Meeting. Invalid Link.",
164
+ "startScreenSharingGeneric": "There was an issue starting screen share."
162
165
  },
163
166
  "videoGallery": {
164
167
  "screenIsBeingSharedMessage": "You are sharing your screen",
@@ -167,7 +170,16 @@
167
170
  "localVideoCameraSwitcherLabel": "Switch camera",
168
171
  "localVideoMovementLabel": "Movable Local Video Tile",
169
172
  "localVideoSelectedDescription": "{cameraName} selected",
170
- "displayNamePlaceholder": "Unnamed participant"
173
+ "displayNamePlaceholder": "Unnamed participant",
174
+ "fitRemoteParticipantToFrame": "Fit to frame",
175
+ "fillRemoteParticipantFrame": "Fill frame",
176
+ "pinParticipantForMe": "Pin for me",
177
+ "pinParticipantForMeLimitReached": "Pin (limit reached)",
178
+ "unpinParticipantForMe": "Unpin",
179
+ "pinParticipantMenuItemAriaLabel": "Pin {participantName}",
180
+ "unpinParticipantMenuItemAriaLabel": "Unpin {participantName}",
181
+ "pinnedParticipantAnnouncementAriaLabel": "Pinned {participantName}",
182
+ "unpinnedParticipantAnnouncementAriaLabel": "Unpinned {participantName}"
171
183
  },
172
184
  "dialpad": {
173
185
  "placeholderText": "Enter phone number",
@@ -180,20 +192,102 @@
180
192
  "tooltipOffContent": "Hold call"
181
193
  },
182
194
  "videoTile": {
183
- "participantStateConnecting": "Calling...",
184
195
  "participantStateRinging": "Calling...",
185
196
  "participantStateHold": "On hold"
186
197
  },
187
- "SitePermissions": {
198
+ "CameraAndMicrophoneSitePermissionsRequest": {
188
199
  "primaryText": "Allow {appName} to use your camera and microphone",
189
200
  "secondaryText": "This is so participants can see and hear you.",
190
201
  "linkText": "Need help? Get troubleshooting help",
191
- "primaryButtonText": "Allow Access"
202
+ "primaryButtonText": "Continue without camera and microphone",
203
+ "ariaLabel": "Allow camera and microphone access"
204
+ },
205
+ "CameraSitePermissionsRequest": {
206
+ "primaryText": "Allow {appName} to use your camera",
207
+ "secondaryText": "This is so participants can see you.",
208
+ "linkText": "Need help? Get troubleshooting help",
209
+ "primaryButtonText": "Continue without camera",
210
+ "ariaLabel": "Allow camera access"
211
+ },
212
+ "MicrophoneSitePermissionsRequest": {
213
+ "primaryText": "Allow {appName} to use your microphone",
214
+ "secondaryText": "This is so participants can hear you.",
215
+ "linkText": "Need help? Get troubleshooting help",
216
+ "primaryButtonText": "Continue without microphone",
217
+ "ariaLabel": "Allow microphone access"
218
+ },
219
+ "CameraAndMicrophoneSitePermissionsCheck": {
220
+ "primaryText": "Checking for camera and microphone access",
221
+ "secondaryText": "Allow access if prompted. This is so participants can see and hear you.",
222
+ "linkText": "Need help? Get troubleshooting help",
223
+ "primaryButtonText": "Continue without camera and microphone",
224
+ "ariaLabel": "Checking for camera and microphone access. Allow access if prompted."
225
+ },
226
+ "CameraSitePermissionsCheck": {
227
+ "primaryText": "Checking for camera access",
228
+ "secondaryText": "Allow access if prompted. This is so participants can see you.",
229
+ "linkText": "Need help? Get troubleshooting help",
230
+ "primaryButtonText": "Continue without camera",
231
+ "ariaLabel": "Checking for camera access. Allow access if prompted."
232
+ },
233
+ "MicrophoneSitePermissionsCheck": {
234
+ "primaryText": "Checking for microphone access",
235
+ "secondaryText": "Allow access if prompted. This is so participants can hear you.",
236
+ "linkText": "Need help? Get troubleshooting help",
237
+ "primaryButtonText": "Continue without microphone",
238
+ "ariaLabel": "Checking for microphone access. Allow access if prompted."
239
+ },
240
+ "CameraAndMicrophoneSitePermissionsDenied": {
241
+ "primaryText": "Unable to access camera and microphone",
242
+ "secondaryText": "Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",
243
+ "primaryButtonText": "Continue without camera and microphone",
244
+ "linkText": "Need help? Get troubleshooting help"
245
+ },
246
+ "CameraAndMicrophoneSitePermissionsDeniedSafari": {
247
+ "primaryText": "Unable to access camera and microphone",
248
+ "secondaryText": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
249
+ "primaryButtonText": "Continue without camera and microphone",
250
+ "linkText": "Need help? Get troubleshooting help"
251
+ },
252
+ "CameraSitePermissionsDenied": {
253
+ "primaryText": "Unable to access camera",
254
+ "secondaryText": "Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",
255
+ "primaryButtonText": "Continue without camera",
256
+ "linkText": "Need help? Get troubleshooting help"
257
+ },
258
+ "MicrophoneSitePermissionsDenied": {
259
+ "primaryText": "Unable to access microphone",
260
+ "secondaryText": "Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",
261
+ "primaryButtonText": "Continue without microphone",
262
+ "linkText": "Need help? Get troubleshooting help"
263
+ },
264
+ "CameraSitePermissionsDeniedSafari": {
265
+ "primaryText": "Unable to access camera",
266
+ "secondaryText": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
267
+ "primaryButtonText": "Continue without camera",
268
+ "linkText": "Need help? Get troubleshooting help"
269
+ },
270
+ "MicrophoneSitePermissionsDeniedSafari": {
271
+ "primaryText": "Unable to access microphone",
272
+ "secondaryText": "Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",
273
+ "primaryButtonText": "Continue without microphone",
274
+ "linkText": "Need help? Get troubleshooting help"
192
275
  },
193
276
  "UnsupportedBrowser": {
194
277
  "primaryText": "Browser not supported",
195
278
  "secondaryText": "Please join this call using a compatible browser.",
196
- "moreHelpLink": "More help"
279
+ "moreHelpLinkText": "See compatibility requirements"
280
+ },
281
+ "UnsupportedBrowserVersion": {
282
+ "primaryText": "Browser update needed",
283
+ "secondaryText": "To ensure the best call possible, please update your browser and then try joining the call again.",
284
+ "moreHelpLinkText": "See compatibility requirements",
285
+ "continueAnywayButtonText": "Start call without updating"
286
+ },
287
+ "UnsupportedOperatingSystem": {
288
+ "primaryText": "Operating system not supported",
289
+ "secondaryText": "Please join this call using a device with a compatible operating system.",
290
+ "moreHelpLinkText": "See compatibility requirements"
197
291
  },
198
292
  "BrowserPermissionDenied": {
199
293
  "primaryText": "Can't use your camera or microphone",
@@ -6,7 +6,6 @@
6
6
  "sharingIconLabel": "Compartiendo",
7
7
  "mutedIconLabel": "Silenciado",
8
8
  "displayNamePlaceholder": "Participante sin nombre",
9
- "participantStateConnecting": "Llamando...",
10
9
  "participantStateRinging": "Llamando...",
11
10
  "participantStateHold": "En espera"
12
11
  },
@@ -90,7 +89,8 @@
90
89
  "menuHeader": "En esta llamada",
91
90
  "participantsListButtonLabel": "{numParticipants} personas",
92
91
  "muteAllButtonLabel": "Silenciar a todos",
93
- "copyInviteLinkButtonLabel": "Copiar vínculo de invitación"
92
+ "copyInviteLinkButtonLabel": "Copiar vínculo de invitación",
93
+ "copyInviteLinkActionedAriaLabel": "Vínculo de invitación copiado"
94
94
  },
95
95
  "screenShareButton": {
96
96
  "onLabel": "Dejar de presentar",
@@ -146,11 +146,13 @@
146
146
  "callNoSpeakerFound": "No se encontraron altavoces ni auriculares. Conecta un dispositivo de audio para escuchar la llamada.",
147
147
  "callNoMicrophoneFound": "No se encontraron micrófonos. Conecta un dispositivo de entrada de audio.",
148
148
  "callMicrophoneAccessDenied": "No se puede acceder al micrófono. Haga clic en el bloqueo de la barra de direcciones para conceder permiso a esta página web.",
149
+ "callMicrophoneAccessDeniedSafari": "No se puede acceder al micrófono. Actualice la página para permitir permisos o compruebe la configuración de este explorador y compruebe que los permisos estén habilitados para este sitio web.",
149
150
  "callMicrophoneMutedBySystem": "Su sistema ha silenciado su audio.",
150
151
  "callMicrophoneUnmutedBySystem": "Su micrófono se ha recuperado y el sistema ha activado el audio.",
151
152
  "callMacOsMicrophoneAccessDenied": "No se puede acceder al micrófono. Conceda permiso al micrófono en la configuración de privacidad de macOS.",
152
153
  "callLocalVideoFreeze": "El ancho de banda de red es deficiente. Es posible que el vídeo aparezca pausado para otros usuarios en la llamada.",
153
154
  "callCameraAccessDenied": "No se puede acceder a la cámara. Haga clic en el bloqueo de la barra de direcciones para conceder permiso a esta página web.",
155
+ "callCameraAccessDeniedSafari": "No se puede acceder a la cámara. Actualice la página para permitir permisos o compruebe la configuración de este explorador y compruebe que los permisos estén habilitados para este sitio web.",
154
156
  "callCameraAlreadyInUse": "No se puede acceder a la cámara. Puede que ya la esté usando otra aplicación.",
155
157
  "callVideoStoppedBySystem": "El sistema ha detenido el vídeo.",
156
158
  "callVideoRecoveredBySystem": "El vídeo se ha reanudado.",
@@ -158,7 +160,8 @@
158
160
  "callMacOsScreenShareAccessDenied": "MacOS está bloqueando el uso compartido de la pantalla. Actualice la configuración de privacidad para permitir que este explorador grabe la pantalla.",
159
161
  "dismissButtonAriaLabel": "Cerrar",
160
162
  "failedToJoinCallGeneric": "No se pudo unir a la llamada.",
161
- "failedToJoinCallInvalidMeetingLink": "No se puede unir a la reunión. Vínculo no válido."
163
+ "failedToJoinCallInvalidMeetingLink": "No se puede unir a la reunión. Vínculo no válido.",
164
+ "startScreenSharingGeneric": "Hubo un problema al iniciar la pantalla compartida."
162
165
  },
163
166
  "videoGallery": {
164
167
  "screenIsBeingSharedMessage": "Está compartiendo su pantalla",
@@ -167,7 +170,16 @@
167
170
  "localVideoCameraSwitcherLabel": "Cambiar de cámara",
168
171
  "localVideoMovementLabel": "Mosaico de vídeo local movible",
169
172
  "localVideoSelectedDescription": "{cameraName} seleccionada",
170
- "displayNamePlaceholder": "Participante sin nombre"
173
+ "displayNamePlaceholder": "Participante sin nombre",
174
+ "fitRemoteParticipantToFrame": "Ajustar al marco",
175
+ "fillRemoteParticipantFrame": "Marco de relleno",
176
+ "pinParticipantForMe": "Anclar para mí",
177
+ "pinParticipantForMeLimitReached": "Pin (límite alcanzado)",
178
+ "unpinParticipantForMe": "Desanclar",
179
+ "pinParticipantMenuItemAriaLabel": "Anclar {participantName}",
180
+ "unpinParticipantMenuItemAriaLabel": "Desanclar {participantName}",
181
+ "pinnedParticipantAnnouncementAriaLabel": "{participantName} anclado",
182
+ "unpinnedParticipantAnnouncementAriaLabel": "{participantName} desanclado"
171
183
  },
172
184
  "dialpad": {
173
185
  "placeholderText": "Introduzca el número de teléfono",
@@ -180,20 +192,102 @@
180
192
  "tooltipOffContent": "Poner llamada en espera"
181
193
  },
182
194
  "videoTile": {
183
- "participantStateConnecting": "Llamando...",
184
195
  "participantStateRinging": "Llamando...",
185
196
  "participantStateHold": "En espera"
186
197
  },
187
- "SitePermissions": {
198
+ "CameraAndMicrophoneSitePermissionsRequest": {
188
199
  "primaryText": "Permitir que {appName} usen la cámara y el micrófono",
189
200
  "secondaryText": "Esto es para que los participantes puedan verle y oírle.",
190
201
  "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas",
191
- "primaryButtonText": "Permitir acceso"
202
+ "primaryButtonText": "Continuar sin cámara ni micrófono",
203
+ "ariaLabel": "Permitir el acceso a la cámara y al micrófono"
204
+ },
205
+ "CameraSitePermissionsRequest": {
206
+ "primaryText": "Permitir que {appName} use la cámara",
207
+ "secondaryText": "Esto sirve para que los participantes puedan verle.",
208
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas",
209
+ "primaryButtonText": "Continuar sin cámara",
210
+ "ariaLabel": "Permitir el acceso a la cámara"
211
+ },
212
+ "MicrophoneSitePermissionsRequest": {
213
+ "primaryText": "Permitir que {appName} use el micrófono",
214
+ "secondaryText": "Esto sirve para que los participantes puedan oírle.",
215
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas",
216
+ "primaryButtonText": "Continuar sin micrófono",
217
+ "ariaLabel": "Permitir el acceso al micrófono"
218
+ },
219
+ "CameraAndMicrophoneSitePermissionsCheck": {
220
+ "primaryText": "Comprobando el acceso a la cámara y al micrófono",
221
+ "secondaryText": "Permitir el acceso si se le solicita. Esto es para que los participantes puedan verle y oírle.",
222
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas",
223
+ "primaryButtonText": "Continuar sin cámara ni micrófono",
224
+ "ariaLabel": "Comprobando el acceso a la cámara y al micrófono. Permitir el acceso si se le solicita."
225
+ },
226
+ "CameraSitePermissionsCheck": {
227
+ "primaryText": "Comprobando el acceso a la cámara",
228
+ "secondaryText": "Permitir el acceso si se le solicita. Esto es para que los participantes puedan verlo.",
229
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas",
230
+ "primaryButtonText": "Continuar sin cámara",
231
+ "ariaLabel": "Comprobando el acceso a la cámara. Permitir el acceso si se le solicita."
232
+ },
233
+ "MicrophoneSitePermissionsCheck": {
234
+ "primaryText": "Comprobando el acceso al micrófono",
235
+ "secondaryText": "Permitir el acceso si se le solicita. Esto es para que los participantes puedan oírle.",
236
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas",
237
+ "primaryButtonText": "Continuar sin micrófono",
238
+ "ariaLabel": "Comprobando el acceso al micrófono. Permitir el acceso si se le solicita."
239
+ },
240
+ "CameraAndMicrophoneSitePermissionsDenied": {
241
+ "primaryText": "No se puede permitir el acceso a la cámara ni al micrófono.",
242
+ "secondaryText": "Haga clic en el icono de bloqueo de la barra de direcciones para conceder permisos de micrófono a esta página web. Es posible que sea necesario actualizar la página.",
243
+ "primaryButtonText": "Continuar sin cámara ni micrófono",
244
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas"
245
+ },
246
+ "CameraAndMicrophoneSitePermissionsDeniedSafari": {
247
+ "primaryText": "No se puede permitir el acceso a la cámara ni al micrófono.",
248
+ "secondaryText": "Actualice la página para permitir permisos o compruebe la configuración de este explorador y compruebe que los permisos estén habilitados para este sitio web.",
249
+ "primaryButtonText": "Continuar sin cámara ni micrófono",
250
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas"
251
+ },
252
+ "CameraSitePermissionsDenied": {
253
+ "primaryText": "No se puede acceder a la cámara",
254
+ "secondaryText": "Haga clic en el icono de bloqueo de la barra de direcciones para conceder permisos de cámara a esta página web. Es posible que sea necesario actualizar la página.",
255
+ "primaryButtonText": "Continuar sin cámara",
256
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas"
257
+ },
258
+ "MicrophoneSitePermissionsDenied": {
259
+ "primaryText": "No se puede acceder al micrófono.",
260
+ "secondaryText": "Haga clic en el icono de bloqueo de la barra de direcciones para conceder permisos de micrófono a esta página web. Es posible que sea necesario actualizar la página.",
261
+ "primaryButtonText": "Continuar sin micrófono",
262
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas"
263
+ },
264
+ "CameraSitePermissionsDeniedSafari": {
265
+ "primaryText": "No se puede acceder a la cámara.",
266
+ "secondaryText": "Actualice la página para permitir permisos o compruebe la configuración de este explorador y compruebe que los permisos estén habilitados para este sitio web.",
267
+ "primaryButtonText": "Continuar sin cámara",
268
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas"
269
+ },
270
+ "MicrophoneSitePermissionsDeniedSafari": {
271
+ "primaryText": "No se puede acceder al micrófono",
272
+ "secondaryText": "Actualice la página para permitir permisos o compruebe la configuración de este explorador y compruebe que los permisos estén habilitados para este sitio web.",
273
+ "primaryButtonText": "Continuar sin micrófono",
274
+ "linkText": "¿Necesitas ayuda? Obtén ayuda para la solución de problemas"
192
275
  },
193
276
  "UnsupportedBrowser": {
194
277
  "primaryText": "Explorador no compatible",
195
278
  "secondaryText": "Únase a esta llamada con un explorador compatible.",
196
- "moreHelpLink": "Más ayuda"
279
+ "moreHelpLinkText": "Ver los requisitos de compatibilidad"
280
+ },
281
+ "UnsupportedBrowserVersion": {
282
+ "primaryText": "Es necesario actualizar el explorador",
283
+ "secondaryText": "Para garantizar la mejor llamada posible, actualice el explorador e intente unirse de nuevo a la llamada.",
284
+ "moreHelpLinkText": "Ver los requisitos de compatibilidad",
285
+ "continueAnywayButtonText": "Iniciar llamada sin actualizar"
286
+ },
287
+ "UnsupportedOperatingSystem": {
288
+ "primaryText": "Sistema operativo no compatible",
289
+ "secondaryText": "Únase a esta llamada con un dispositivo con un sistema operativo compatible.",
290
+ "moreHelpLinkText": "Ver los requisitos de compatibilidad"
197
291
  },
198
292
  "BrowserPermissionDenied": {
199
293
  "primaryText": "No se puede usar la cámara o el micrófono",