@azure/communication-react 1.26.0-alpha-202504020018 → 1.26.0-alpha-202504050017

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/dist/communication-react.d.ts +39 -4
  2. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-C8KUSh2S.js → ChatMessageComponentAsRichTextEditBox-KnsAbigp.js} +2 -2
  3. package/dist/dist-cjs/communication-react/{ChatMessageComponentAsRichTextEditBox-C8KUSh2S.js.map → ChatMessageComponentAsRichTextEditBox-KnsAbigp.js.map} +1 -1
  4. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-C13gL49Q.js → RichTextSendBoxWrapper-BdZl-Zgs.js} +2 -2
  5. package/dist/dist-cjs/communication-react/{RichTextSendBoxWrapper-C13gL49Q.js.map → RichTextSendBoxWrapper-BdZl-Zgs.js.map} +1 -1
  6. package/dist/dist-cjs/communication-react/{index-Bi_sHJny.js → index-CMC23X5X.js} +77 -185
  7. package/dist/dist-cjs/communication-react/index-CMC23X5X.js.map +1 -0
  8. package/dist/dist-cjs/communication-react/index.js +1 -1
  9. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  10. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  11. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js +0 -1
  12. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  13. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js +3 -12
  14. package/dist/dist-esm/calling-component-bindings/src/notificationStackSelector.js.map +1 -1
  15. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js +0 -2
  16. package/dist/dist-esm/calling-stateful-client/src/BreakoutRoomsSubscriber.js.map +1 -1
  17. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +2 -3
  18. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  19. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -2
  20. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +0 -8
  21. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  22. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +1 -5
  23. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  24. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  25. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js +1 -1
  26. package/dist/dist-esm/react-components/src/components/CaptionsBanner.js.map +1 -1
  27. package/dist/dist-esm/react-components/src/components/NotificationStack.d.ts +8 -0
  28. package/dist/dist-esm/react-components/src/components/NotificationStack.js +0 -1
  29. package/dist/dist-esm/react-components/src/components/NotificationStack.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js +1 -1
  31. package/dist/dist-esm/react-components/src/components/RealTimeTextModal.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/utils.js +3 -7
  33. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  34. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +10 -0
  35. package/dist/dist-esm/react-components/src/theming/icons.d.ts +2 -0
  36. package/dist/dist-esm/react-components/src/theming/icons.js +3 -8
  37. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  38. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +15 -0
  39. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js +4 -5
  40. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  41. package/dist/dist-esm/react-composites/src/composites/CallComposite/Strings.js.map +1 -1
  42. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +2 -17
  43. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  44. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +2 -3
  45. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  46. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js +0 -7
  47. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/BreakoutRoomsBanner.js.map +1 -1
  48. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +3 -1
  49. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +10 -17
  50. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  51. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js +1 -5
  52. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/EndCall.js.map +1 -1
  53. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js +1 -2
  54. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useAdaptedSelector.js.map +1 -1
  55. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js +0 -3
  56. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useCompositeStringsForNotificationStack.js.map +1 -1
  57. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.d.ts +1 -0
  58. package/dist/dist-esm/react-composites/src/composites/CallComposite/index.js.map +1 -1
  59. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.d.ts +2 -1
  60. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +3 -10
  61. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  62. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.d.ts +1 -2
  63. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js +0 -4
  64. package/dist/dist-esm/react-composites/src/composites/CallComposite/selectors/baseSelectors.js.map +1 -1
  65. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js +0 -1
  66. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/Utils.js.map +1 -1
  67. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +1 -14
  68. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  69. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/Strings.js.map +1 -1
  70. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +1 -1
  71. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +0 -17
  72. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  73. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +1 -1
  74. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  75. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +0 -2
  76. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  77. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js +1 -4
  78. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/state/CallWithChatAdapterState.js.map +1 -1
  79. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js +0 -1
  80. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/styles/CallWithChatCompositeStyles.js.map +1 -1
  81. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js +2 -15
  82. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/CommonCallControlBar.js.map +1 -1
  83. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js +1 -1
  84. package/dist/dist-esm/react-composites/src/composites/common/ControlBar/DesktopMoreButton.js.map +1 -1
  85. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +1 -0
  86. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  87. package/dist/dist-esm/react-composites/src/composites/common/adapters.js.map +1 -1
  88. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +9 -1
  89. package/dist/dist-esm/react-composites/src/composites/common/utils.js +0 -1
  90. package/dist/dist-esm/react-composites/src/composites/common/utils.js.map +1 -1
  91. package/dist/dist-esm/react-composites/src/composites/index.js.map +1 -1
  92. package/package.json +1 -1
  93. package/dist/dist-cjs/communication-react/index-Bi_sHJny.js.map +0 -1
@@ -187,7 +187,7 @@ function getDefaultExportFromCjs (x) {
187
187
  // Copyright (c) Microsoft Corporation.
188
188
  // Licensed under the MIT License.
189
189
  // GENERATED FILE. DO NOT EDIT MANUALLY.
190
- var telemetryVersion = '1.26.0-alpha-202504020018';
190
+ var telemetryVersion = '1.26.0-alpha-202504050017';
191
191
 
192
192
 
193
193
  var telemetryVersion$1 = /*@__PURE__*/getDefaultExportFromCjs(telemetryVersion);
@@ -613,7 +613,6 @@ const getIncomingCalls = (state) => {
613
613
  const getRemovedIncomingCalls = (state) => {
614
614
  return Object.values(state.incomingCallsEnded);
615
615
  };
616
- /* @conditional-compile-remove(breakout-rooms) */
617
616
  /** @private */
618
617
  const getAssignedBreakoutRoom$1 = (state, props) => {
619
618
  var _a, _b;
@@ -1668,9 +1667,8 @@ const notificationStackSelector = reselect.createSelector([
1668
1667
  getCallState,
1669
1668
  getEnvironmentInfo$1,
1670
1669
  getMeetingConferencePhones,
1671
- /* @conditional-compile-remove(breakout-rooms) */ getAssignedBreakoutRoom$1
1672
- ], (latestErrors, latestNotifications, diagnostics, deviceManager, callStatus, environmentInfo, meetingConference,
1673
- /* @conditional-compile-remove(breakout-rooms) */ assignedBreakoutRoom) => {
1670
+ getAssignedBreakoutRoom$1
1671
+ ], (latestErrors, latestNotifications, diagnostics, deviceManager, callStatus, environmentInfo, meetingConference, assignedBreakoutRoom) => {
1674
1672
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
1675
1673
  // The order in which the errors are returned is significant: The `Notification` shows errors on the UI in that order.
1676
1674
  // There are several options for the ordering:
@@ -1805,14 +1803,12 @@ const notificationStackSelector = reselect.createSelector([
1805
1803
  ariaLive: 'off' // "You're muted" is too noisy, so we don't want to announce it.
1806
1804
  });
1807
1805
  }
1808
- /* @conditional-compile-remove(breakout-rooms) */
1809
1806
  if (latestNotifications['assignedBreakoutRoomOpened']) {
1810
1807
  activeNotifications.push({
1811
1808
  type: 'assignedBreakoutRoomOpened',
1812
1809
  timestamp: latestNotifications['assignedBreakoutRoomOpened'].timestamp
1813
1810
  });
1814
1811
  }
1815
- /* @conditional-compile-remove(breakout-rooms) */
1816
1812
  if (latestNotifications['assignedBreakoutRoomOpenedPromptJoin'] && assignedBreakoutRoom) {
1817
1813
  activeNotifications.push({
1818
1814
  type: 'assignedBreakoutRoomOpenedPromptJoin',
@@ -1820,28 +1816,24 @@ const notificationStackSelector = reselect.createSelector([
1820
1816
  onClickPrimaryButton: () => assignedBreakoutRoom.join()
1821
1817
  });
1822
1818
  }
1823
- /* @conditional-compile-remove(breakout-rooms) */
1824
1819
  if (latestNotifications['assignedBreakoutRoomChanged']) {
1825
1820
  activeNotifications.push({
1826
1821
  type: 'assignedBreakoutRoomChanged',
1827
1822
  timestamp: latestNotifications['assignedBreakoutRoomChanged'].timestamp
1828
1823
  });
1829
1824
  }
1830
- /* @conditional-compile-remove(breakout-rooms) */
1831
1825
  if (latestNotifications['assignedBreakoutRoomClosed']) {
1832
1826
  activeNotifications.push({
1833
1827
  type: 'assignedBreakoutRoomClosed',
1834
1828
  timestamp: latestNotifications['assignedBreakoutRoomClosed'].timestamp
1835
1829
  });
1836
1830
  }
1837
- /* @conditional-compile-remove(breakout-rooms) */
1838
1831
  if (latestNotifications['breakoutRoomJoined']) {
1839
1832
  activeNotifications.push({
1840
1833
  type: 'breakoutRoomJoined',
1841
1834
  timestamp: latestNotifications['breakoutRoomJoined'].timestamp
1842
1835
  });
1843
1836
  }
1844
- /* @conditional-compile-remove(breakout-rooms) */
1845
1837
  if (latestNotifications['breakoutRoomClosingSoon']) {
1846
1838
  activeNotifications.push({
1847
1839
  type: 'breakoutRoomClosingSoon',
@@ -2895,14 +2887,12 @@ let CallContext$2 = class CallContext {
2895
2887
  delete draft.calls[oldCallId];
2896
2888
  draft.calls[newCallId] = call;
2897
2889
  }
2898
- /* @conditional-compile-remove(breakout-rooms) */
2899
2890
  // Update call ids in latestCallIdsThatPushedNotifications
2900
2891
  Object.keys(this._latestCallIdOfNotification).forEach((key) => {
2901
2892
  if (this._latestCallIdOfNotification[key] === oldCallId) {
2902
2893
  this._latestCallIdOfNotification[key] = newCallId;
2903
2894
  }
2904
2895
  });
2905
- /* @conditional-compile-remove(breakout-rooms) */
2906
2896
  // Update the open breakout room call id if it matches the old call id
2907
2897
  if (this._openBreakoutRoom === oldCallId) {
2908
2898
  this._openBreakoutRoom = newCallId;
@@ -3303,7 +3293,6 @@ let CallContext$2 = class CallContext {
3303
3293
  }
3304
3294
  });
3305
3295
  }
3306
- /* @conditional-compile-remove(breakout-rooms) */
3307
3296
  setAssignedBreakoutRoom(callId, breakoutRoom) {
3308
3297
  this.modifyState((draft) => {
3309
3298
  const call = draft.calls[this._callIdHistory.latestCallId(callId)];
@@ -3312,7 +3301,6 @@ let CallContext$2 = class CallContext {
3312
3301
  }
3313
3302
  });
3314
3303
  }
3315
- /* @conditional-compile-remove(breakout-rooms) */
3316
3304
  setBreakoutRoomSettings(callId, breakoutRoomSettings) {
3317
3305
  this.modifyState((draft) => {
3318
3306
  const call = draft.calls[this._callIdHistory.latestCallId(callId)];
@@ -3321,7 +3309,6 @@ let CallContext$2 = class CallContext {
3321
3309
  }
3322
3310
  });
3323
3311
  }
3324
- /* @conditional-compile-remove(breakout-rooms) */
3325
3312
  setBreakoutRoomDisplayName(callId, breakoutRoomDisplayName) {
3326
3313
  this.modifyState((draft) => {
3327
3314
  const call = draft.calls[this._callIdHistory.latestCallId(callId)];
@@ -3330,15 +3317,12 @@ let CallContext$2 = class CallContext {
3330
3317
  }
3331
3318
  });
3332
3319
  }
3333
- /* @conditional-compile-remove(breakout-rooms) */
3334
3320
  setOpenBreakoutRoom(callId) {
3335
3321
  this._openBreakoutRoom = callId;
3336
3322
  }
3337
- /* @conditional-compile-remove(breakout-rooms) */
3338
3323
  deleteOpenBreakoutRoom() {
3339
3324
  this._openBreakoutRoom = undefined;
3340
3325
  }
3341
- /* @conditional-compile-remove(breakout-rooms) */
3342
3326
  getOpenBreakoutRoom() {
3343
3327
  return this._openBreakoutRoom;
3344
3328
  }
@@ -5363,45 +5347,7 @@ class SpotlightSubscriber {
5363
5347
 
5364
5348
  // Copyright (c) Microsoft Corporation.
5365
5349
  // Licensed under the MIT License.
5366
- /* @conditional-compile-remove(local-recording-notification) */
5367
- /**
5368
- * @private
5369
- */
5370
- class LocalRecordingSubscriber {
5371
- constructor(callIdRef, context, recording) {
5372
- this.subscribe = () => {
5373
- this._recording.on('isLocalRecordingActiveChanged', this.isAvailableChanged);
5374
- this._recording.on('localRecordingsUpdated', this.isRecordingsUpdated);
5375
- };
5376
- this.unsubscribe = () => {
5377
- this._recording.off('isLocalRecordingActiveChanged', this.isAvailableChanged);
5378
- this._recording.off('localRecordingsUpdated', this.isRecordingsUpdated);
5379
- };
5380
- this.isAvailableChanged = () => {
5381
- this._context.setCallLocalRecordingActive(this._callIdRef.callId, this._recording.isRecordingActive);
5382
- };
5383
- this.isRecordingsUpdated = (data) => {
5384
- this._context.setCallLocalRecordingInfos(this._callIdRef.callId, this._recording.recordings, data.removed);
5385
- };
5386
- this._callIdRef = callIdRef;
5387
- this._context = context;
5388
- this._recording = recording;
5389
- // If recording as already started when we joined the call, make sure it is reflected in state as there may not
5390
- // be an event for it.
5391
- if (this._recording.isRecordingActive) {
5392
- this._context.setCallLocalRecordingActive(this._callIdRef.callId, this._recording.isRecordingActive);
5393
- // recordings getter only returns a list of active recordings, so we can set the list of recordings here
5394
- this._context.setCallLocalRecordingInfos(this._callIdRef.callId, this._recording.recordings, []);
5395
- }
5396
- this.subscribe();
5397
- }
5398
- }
5399
-
5400
- // Copyright (c) Microsoft Corporation.
5401
- // Licensed under the MIT License.
5402
- /* @conditional-compile-remove(breakout-rooms) */
5403
5350
  const MILLSECONDS_BEFORE_END_TIME_TO_SHOW_CLOSING_NOTIFICATION = 30000;
5404
- /* @conditional-compile-remove(breakout-rooms) */
5405
5351
  /**
5406
5352
  * @private
5407
5353
  */
@@ -5534,6 +5480,42 @@ class BreakoutRoomsSubscriber {
5534
5480
  }
5535
5481
  }
5536
5482
 
5483
+ // Copyright (c) Microsoft Corporation.
5484
+ // Licensed under the MIT License.
5485
+ /* @conditional-compile-remove(local-recording-notification) */
5486
+ /**
5487
+ * @private
5488
+ */
5489
+ class LocalRecordingSubscriber {
5490
+ constructor(callIdRef, context, recording) {
5491
+ this.subscribe = () => {
5492
+ this._recording.on('isLocalRecordingActiveChanged', this.isAvailableChanged);
5493
+ this._recording.on('localRecordingsUpdated', this.isRecordingsUpdated);
5494
+ };
5495
+ this.unsubscribe = () => {
5496
+ this._recording.off('isLocalRecordingActiveChanged', this.isAvailableChanged);
5497
+ this._recording.off('localRecordingsUpdated', this.isRecordingsUpdated);
5498
+ };
5499
+ this.isAvailableChanged = () => {
5500
+ this._context.setCallLocalRecordingActive(this._callIdRef.callId, this._recording.isRecordingActive);
5501
+ };
5502
+ this.isRecordingsUpdated = (data) => {
5503
+ this._context.setCallLocalRecordingInfos(this._callIdRef.callId, this._recording.recordings, data.removed);
5504
+ };
5505
+ this._callIdRef = callIdRef;
5506
+ this._context = context;
5507
+ this._recording = recording;
5508
+ // If recording as already started when we joined the call, make sure it is reflected in state as there may not
5509
+ // be an event for it.
5510
+ if (this._recording.isRecordingActive) {
5511
+ this._context.setCallLocalRecordingActive(this._callIdRef.callId, this._recording.isRecordingActive);
5512
+ // recordings getter only returns a list of active recordings, so we can set the list of recordings here
5513
+ this._context.setCallLocalRecordingInfos(this._callIdRef.callId, this._recording.recordings, []);
5514
+ }
5515
+ this.subscribe();
5516
+ }
5517
+ }
5518
+
5537
5519
  // Copyright (c) Microsoft Corporation.
5538
5520
  // Licensed under the MIT License.
5539
5521
  /* @conditional-compile-remove(together-mode) */
@@ -5775,7 +5757,6 @@ class CallSubscriber {
5775
5757
  this._capabilitiesSubscriber.unsubscribe();
5776
5758
  (_e = this._reactionSubscriber) === null || _e === undefined ? undefined : _e.unsubscribe();
5777
5759
  this._spotlightSubscriber.unsubscribe();
5778
- /* @conditional-compile-remove(breakout-rooms) */
5779
5760
  this._breakoutRoomsSubscriber.unsubscribe();
5780
5761
  /* @conditional-compile-remove(together-mode) */
5781
5762
  this._togetherModeSubscriber.unsubscribe();
@@ -5897,10 +5878,8 @@ class CallSubscriber {
5897
5878
  this._localVideoStreamVideoEffectsSubscribers = new Map();
5898
5879
  this._capabilitiesSubscriber = new CapabilitiesSubscriber(this._callIdRef, this._context, this._call.feature(communicationCalling.Features.Capabilities));
5899
5880
  this._spotlightSubscriber = new SpotlightSubscriber(this._callIdRef, this._context, this._call.feature(communicationCalling.Features.Spotlight));
5900
- /* @conditional-compile-remove(breakout-rooms) */
5901
5881
  // Clear assigned breakout room closed notification for this call.
5902
5882
  this._context.deleteLatestNotification('assignedBreakoutRoomClosed');
5903
- /* @conditional-compile-remove(breakout-rooms) */
5904
5883
  this._breakoutRoomsSubscriber = new BreakoutRoomsSubscriber(this._callIdRef, this._context, this._call.feature(communicationCalling.Features.BreakoutRooms));
5905
5884
  /* @conditional-compile-remove(together-mode) */
5906
5885
  this._togetherModeSubscriber = new TogetherModeSubscriber(this._callIdRef, this._context, this._internalContext, this._call.feature(communicationCalling.Features.TogetherMode));
@@ -7580,7 +7559,7 @@ const typingIndicatorStringStyle = react.mergeStyles({
7580
7559
  wordBreak: 'break-word'
7581
7560
  });
7582
7561
 
7583
- var participantItem$n={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",handRaisedIconLabel:"Hand raised - Position {position}",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",participantItemAriaLabel:"{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",participantItemWithMoreOptionsAriaLabel:"{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, More Options",attendeeRole:"Attendee",micDisabledIconLabel:"Micophone disabled",cameraDisabledIconLabel:"Camera disabled"};var ParticipantList$o={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$n={singleUser:"{user} is typing ...",multipleUsers:"{users} are typing ...",multipleUsersAbbreviateOne:"{users} and 1 other are typing ...",multipleUsersAbbreviateMany:"{users} and {numOthers} others are typing ...",delimiter:", "};var sendBox$n={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",attachmentMoreMenu:"More Options"};var richTextSendBox$n={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarAriaLabel:"Message Formatting Toolbar",richTextToolbarMoreButtonAriaLabel:"More options",attachmentMoreMenu:"More Options",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var realTimeTextModal$n={realTimeTextModalAriaLabel:"Turn on RTT Modal",realTimeTextModalTitle:"Turn on RTT?",realTimeTextModalText:"Real-time text (RTT) will be turned on for everyone in the meeting.",realTimeTextConfirmButtonLabel:"Turn on",realTimeTextCancelButtonLabel:"Cancel",realTimeTextCloseModalButtonAriaLabel:"Close RTT Modal"};var captionsBanner$n={captionsBannerSpinnerText:"Starting captions...",realTimeTextInputBoxDefaultText:"Type message in real time",realTimeTextInputErrorMessage:"Message can not exceed 2000 characters",realTimeTextBannerTitle:"RTT",realTimeTextBannerContent:"RTT (real-time text) is enabled for all participants for the entire duration of the meeting.",realTimeTextBannerLinkLabel:"Learn more",captionsOnlyContainerTitle:"Captions",realTimeTextOnlyContainerTitle:"Real-Time Text",captionsAndRealTimeTextContainerTitle:"Captions and Real-Time Text",expandButtonAriaLabel:"Expand",minimizeButtonAriaLabel:"Collapse"};var mentionPopover$n={mentionPopoverHeader:"Suggestions"};var imageOverlay$n={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close",overlayVisibleMessage:"Image Details Overlay"};var messageStatusIndicator$n={deliveredAriaLabel:"Message sent",deliveredTooltipText:"Sent",seenAriaLabel:"Message seen by others",seenTooltipText:"Seen",readByTooltipText:"Read by {messageThreadReadCount} of {remoteParticipantsCount}",sendingAriaLabel:"Message sending",sendingTooltipText:"Sending",failedToSendAriaLabel:"Message failed to send",failedToSendTooltipText:"Failed to send"};var endCallButton$n={label:"Leave",tooltipContent:"Leave call",leaveOption:"Leave",endCallOption:"End call for everyone"};var cameraButton$n={onLabel:"Camera",offLabel:"Camera",tooltipDisabledContent:"Camera is disabled",tooltipOnContent:"Turn off camera",tooltipOffContent:"Turn on camera",tooltipVideoLoadingContent:"Video is loading",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",cameraButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Turn off camera",offSplitButtonAriaLabel:"Turn on camera",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off",onSplitButtonPrimaryActionCamera:"Turn off camera",offSplitButtonPrimaryActionCamera:"Turn on camera",cameraPrimaryActionSplitButtonTitle:"Use camera",videoEffectsMenuItemTitle:"Effects",cameraButtonAriaDescription:"camera options"};var microphoneButton$n={onLabel:"Mic",offLabel:"Mic",tooltipDisabledContent:"Microphone is disabled",tooltipOnContent:"Mute microphone",tooltipOffContent:"Unmute microphone",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker",microphoneButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Mute mic",offSplitButtonAriaLabel:"Unmute mic",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute mic",onSplitButtonMicrophonePrimaryAction:"Mute mic",microphonePrimaryActionSplitButtonTitle:"Use microphone",microphoneAriaDescription:"Audio options",deepNoiseSuppressionTitle:"Noise suppression",deepNoiseSuppressionOnAnnouncement:"Deep noise suppression has been turned on",deepNoiseSuppressionOffAnnouncement:"Deep noise suppression has been turned off"};var devicesButton$n={label:"Devices",tooltipContent:"Manage devices",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",audioDeviceMenuTitle:"Audio Device",audioDeviceMenuTooltip:"Choose audio device",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker"};var participantsButton$n={label:"People",ariaLabel:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$n={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$n={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$n={label:"React",ariaLabel:"React",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var realTimeText$n={isTypingText:"RTT typing"};var captionsSettingsModal$n={captionsSettingsModalTitle:"Captions Settings",captionsSettingsSpokenLanguageDropdownLabel:"Spoken language",captionsSettingsCaptionLanguageDropdownLabel:"Captions language",captionsSettingsSpokenLanguageDropdownInfoText:"Language that everyone on this call is speaking.",captionsSettingsCaptionLanguageDropdownInfoText:"Captions will appear in this langugage.",captionsSettingsConfirmButtonLabel:"Confirm",captionsSettingsCancelButtonLabel:"Cancel",captionsSettingsModalAriaLabel:"Captions Setting Modal",captionsSettingsCloseModalButtonAriaLabel:"Close Captions Setting"};var spokenLanguages$n={"ar-ae":"Arabic - U.A.E.","ar-sa":"Arabic - Saudi Arabia","da-dk":"Danish","de-de":"German - Germany","en-au":"English - Australia","en-ca":"English - Canada","en-gb":"English - United Kingdom","en-in":"English - India","en-nz":"English - New Zealand","en-us":"English - United States","es-es":"Spanish - Spain (Modern Sort)","es-mx":"Spanish - Mexico","fi-fi":"Finnish","fr-ca":"French - Canada","fr-fr":"French - France","hi-in":"Hindi","it-it":"Italian - Italy","ja-jp":"Japanese","ko-kr":"Korean","nb-no":"Norwegian (Bokmål)","nl-be":"Dutch - Belgium","nl-nl":"Dutch - Netherlands","pl-pl":"Polish","pt-br":"Portuguese - Brazil","ru-ru":"Russian","sv-se":"Swedish","zh-cn":"Chinese - People's Republic of China","zh-hk":"Chinese - Hong Kong SAR","cs-cz":"Czech","pt-pt":"Portuguese - Portugal","tr-tr":"Turkish","vi-vn":"Vietnamese","th-th":"Thai","he-il":"Hebrew","cy-gb":"Welsh","uk-ua":"Ukrainian","el-gr":"Greek","hu-hu":"Hungarian","ro-ro":"Romanian","sk-sk":"Slovak","zh-tw":"Chinese - Taiwan"};var captionLanguages$n={ar:"Arabic",da:"Danish",de:"German",en:"English",es:"Spanish",fi:"Finnish","fr-ca":"French - Canada",fr:"French - France",hi:"Hindi",it:"Italian",ja:"Japanese",ko:"Korean",nb:"Norwegian (Bokmål)",nl:"Dutch",pl:"Polish",pt:"Portuguese - Brazil",ru:"Russian",sv:"Swedish","zh-Hans":"Chinese (Simplified)","zh-Hant":"Chinese (Traditional)",cs:"Czech","pt-pt":"Portuguese - Portugal",tr:"Turkish",vi:"Vietnamese",th:"Thai",he:"Hebrew",cy:"Welsh",uk:"Ukrainian",el:"Greek",hu:"Hungarian",ro:"Romanian",sk:"Slovak"};var startCaptionsButton$n={onLabel:"Turn on captions",offLabel:"Turn off captions",tooltipOnContent:"Turn off captions",tooltipOffContent:"Turn on captions"};var startRealTimeTextButton$n={label:"Turn on RTT for this call",tooltipOffContent:"Turn on RTT for this call"};var messageThread$n={yesterday:"Yesterday",sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",participantJoined:"joined the chat.",participantLeft:"left the chat.",editMessage:"Edit",removeMessage:"Delete",resendMessage:"Try sending again",failToSendTag:"Failed to send",editedTag:"Edited",liveAuthorIntro:"Message from {author}",editedMessageLiveAuthorIntro:"Edited message from {author}",editedMessageLocalUserLiveAuthorIntro:"Edited message",messageContentAriaText:"{status} {author} said {message}",messageContentMineAriaText:"{status} You said {message}",editBoxTextLimit:"Your message is over the limit of {limitNumber} characters",editBoxPlaceholderText:"Edit your message",newMessagesIndicator:"New messages",noDisplayNameSub:"No name",editBoxCancelButton:"Cancel",editBoxSubmitButton:"Done",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadAttachment:"Download file",openAttachment:"Open file",blockedWarningText:"This message was deleted due to organizational policy.",blockedWarningLinkText:"Details",attachmentCardGroupMessage:"The message has {attachmentCount} attachment",messageDeletedAnnouncementAriaLabel:"The message is deleted",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var errorBar$n={unableToReachChatService:"You are offline",accessDenied:"Unable to access chat services - please check the user credentials provided",userNotInChatThread:"You are no longer in this chat thread",sendMessageNotInChatThread:"Failed to send message because you are no longer in this chat thread",sendMessageGeneric:"Failed to send message",callingNetworkFailure:"Troubling connecting call - you seem to be offline",startVideoGeneric:"Failed to start video",stopVideoGeneric:"Failed to stop video",muteGeneric:"Failed to mute microphone",unmuteGeneric:"Failed to unmute microphone",speakingWhileMuted:"Your microphone is muted",startScreenShareGeneric:"There was an issue starting screen share.",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",teamsMeetingCallNetworkQualityLow:"Network quality is low.",callNoSpeakerFound:"No speakers or headphones found. Connect an audio device to hear the call.",callNoMicrophoneFound:"No microphones found. Connect an audio input device.",callMicrophoneAccessDenied:"Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",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.",callMicrophoneMutedBySystem:"You are muted by your system.",callMicrophoneUnmutedBySystem:"Your microphone recovered and you were unmuted by your system.",callMacOsMicrophoneAccessDenied:"Unable to access microphone. Grant microphone permission in your macOS privacy settings.",callLocalVideoFreeze:"Network bandwidth is poor. Your video may appear paused for others on the call.",callCameraAccessDenied:"Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",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.",callCameraAlreadyInUse:"Unable to access camera. It may already be in use by another application.",callVideoStoppedBySystem:"Your video has been stopped by your system.",callVideoRecoveredBySystem:"Your video has resumed.",callMacOsCameraAccessDenied:"MacOS is blocking access to your camera. Update your privacy settings to allow this browser to access your camera.",callMacOsScreenShareAccessDenied:"MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close",failedToJoinCallGeneric:"Failed to join call.",failedToJoinCallInvalidMeetingLink:"Unable to join Meeting. Invalid Link.",cameraFrozenForRemoteParticipants:"Users in the call are having issues seeing your video. Please check your devices and network.",unableToStartVideoEffect:"Unable to apply video effect.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted.",mutedByRemoteParticipant:"You were muted by another participant."};var notificationStack$n={callingNetworkFailure:{title:"Troubling connecting call",message:"You seem to be offline. Please check your network connection and try again.",dismissButtonAriaLabel:"Close"},startVideoGeneric:{title:"Failed to start video.",dismissButtonAriaLabel:"Close"},stopVideoGeneric:{title:"Failed to stop video.",dismissButtonAriaLabel:"Close"},muteGeneric:{title:"Failed to mute microphone.",dismissButtonAriaLabel:"Close"},unmuteGeneric:{title:"Failed to unmute microphone.",dismissButtonAriaLabel:"Close"},speakingWhileMuted:{title:"You're muted.",dismissButtonAriaLabel:"Close"},startScreenShareGeneric:{title:"There was an issue starting screen share.",dismissButtonAriaLabel:"Close"},stopScreenShareGeneric:{title:"Failed to stop screen sharing.",dismissButtonAriaLabel:"Close"},callNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close"},teamsMeetingCallNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close",message:"Join this call from your phone for better sound. You can continue viewing the meeting on this device.",primaryButtonLabel:"Join by Phone"},callNoSpeakerFound:{title:"No speakers or headphones found",message:"Connect an audio device to hear the call.",dismissButtonAriaLabel:"Close"},callNoMicrophoneFound:{title:"No microphones found",message:"Connect an audio input device.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDeniedSafari:{title:"Unable to access microphone",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callMicrophoneMutedBySystem:{title:"You are muted by your system.",dismissButtonAriaLabel:"Close"},callMicrophoneUnmutedBySystem:{title:"Your microphone recovered and you were unmuted by your system.",dismissButtonAriaLabel:"Close"},callMacOsMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Grant microphone permission in your macOS privacy settings.",dismissButtonAriaLabel:"Close"},callLocalVideoFreeze:{title:"Network bandwidth is poor",message:"Your video may appear paused for others on the call.",dismissButtonAriaLabel:"Close"},callCameraAccessDenied:{title:"Unable to access camera",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callCameraAccessDeniedSafari:{title:"Unable to access camera",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callCameraAlreadyInUse:{title:"Unable to access camera",message:"It may already be in use by another application.",dismissButtonAriaLabel:"Close"},callVideoStoppedBySystem:{title:"Your video has been stopped by your system.",dismissButtonAriaLabel:"Close"},callVideoRecoveredBySystem:{title:"Your video has resumed.",dismissButtonAriaLabel:"Close"},callMacOsCameraAccessDenied:{title:"MacOS is blocking access to your camera",message:"Update your privacy settings to allow this browser to access your camera.",dismissButtonAriaLabel:"Close"},callMacOsScreenShareAccessDenied:{title:"MacOS is blocking screen sharing",message:"Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close"},failedToJoinCallGeneric:{title:"Failed to join call.",dismissButtonAriaLabel:"Close"},failedToJoinCallInvalidMeetingLink:{title:"Unable to join Meeting. Invalid Link.",dismissButtonAriaLabel:"Close"},cameraFrozenForRemoteParticipants:{title:"Users in the call are having issues seeing your video",message:"Please check your devices and network.",dismissButtonAriaLabel:"Close"},unableToStartVideoEffect:{title:"Unable to apply video effect.",dismissButtonAriaLabel:"Close"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Cannot start spotlight on participant(s)",message:"The maximum number of participants are already spotlighted.",dismissButtonAriaLabel:"Close"},mutedByRemoteParticipant:{title:"You were muted by another participant.",dismissButtonAriaLabel:"Close"},recordingStarted:{title:"Recording has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},transcriptionStarted:{title:"Transcription has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingStopped:{title:"Recording is being saved.",message:"Recording has stopped.",dismissButtonAriaLabel:"Close"},transcriptionStopped:{title:"Transcription is being saved.",message:"Transcription has stopped.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStarted:{title:"Recording and transcription have started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStopped:{title:"Recording and transcription are being saved.",message:"Recording and transcription have stopped.",dismissButtonAriaLabel:"Close"},recordingStoppedStillTranscribing:{title:"Recording has stopped.",message:"You are now only transcribing this meeting.",dismissButtonAriaLabel:"Close"},transcriptionStoppedStillRecording:{title:"Transcription has stopped.",message:"You are now only recording this meeting.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpened:{title:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomChanged:{title:"Your breakout room has changed",message:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomClosed:{title:"Your breakout room has closed",message:"We'll move you back to your meeting in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpenedPromptJoin:{title:"Join breakout room?",message:"You've been assigned to a breakout room.",dismissButtonAriaLabel:"Close",primaryButtonLabel:"Join room",secondaryButtonLabel:"Later"},breakoutRoomJoined:{title:"You have joined a breakout room.",dismissButtonAriaLabel:"Close"},breakoutRoomClosingSoon:{title:"Room time limit about to expire.",message:"This room will close in 30 seconds",dismissButtonAriaLabel:"Close"},capabilityTurnVideoOnPresent:{title:"Your camera has been enabled",message:"Turn it on if you'd like to share video.",dismissButtonAriaLabel:"Close"},capabilityTurnVideoOnAbsent:{title:"Your camera has been disabled",message:"You can no longer share video.",dismissButtonAriaLabel:"Close"},capabilityUnmuteMicPresent:{title:"Your mic has been enabled",message:"Unmute if you'd like to speak.",dismissButtonAriaLabel:"Close"},capabilityUnmuteMicAbsent:{title:"Your mic has been disabled",message:"You can no longer unmute.",dismissButtonAriaLabel:"Close"},togetherModeStarted:{title:"Togethermode has started",dismissButtonAriaLabel:"Close"},togetherModeEnded:{title:"Togethermode has ended",dismissButtonAriaLabel:"Close"}};var videoGallery$n={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localScreenShareLoadingMessage:"Loading your screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoMovementAriaLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed participant",fitRemoteParticipantToFrame:"Fit to frame",fillRemoteParticipantFrame:"Fill frame",pinParticipantForMe:"Pin for me",pinParticipantForMeLimitReached:"Pin (limit reached)",unpinParticipantForMe:"Unpin",pinParticipantMenuItemAriaLabel:"Pin {participantName}",unpinParticipantMenuItemAriaLabel:"Unpin {participantName}",pinnedParticipantAnnouncementAriaLabel:"Pinned {participantName}",unpinnedParticipantAnnouncementAriaLabel:"Unpinned {participantName}",startSpotlightVideoTileMenuLabel:"Spotlight for everyone",addSpotlightVideoTileMenuLabel:"Add spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopSpotlightVideoTileMenuLabel:"Stop spotlighting",stopSpotlightOnSelfVideoTileMenuLabel:"Exit spotlight",attendeeRole:"Attendee",muteParticipantMenuItemLabel:"Mute",waitingScreenText:"Waiting for others to join",forbidAudio:"Disable mic",permitAudio:"Allow mic",forbidAudioTileMenuLabel:"Disable mic",permitAudioTileMenuLabel:"Allow mic",forbidVideo:"Disable camera",permitVideo:"Allow camera",forbidVideoTileMenuLabel:"Disable camera",permitVideoTileMenuLabel:"Allow camera"};var dialpad$n={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$n={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$n={participantStateRinging:"Calling...",participantReconnecting:"Reconnecting...",participantStateHold:"On hold",moreOptionsButtonAriaLabel:"More Options {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",moreOptionsParticipantMutedStateMutedAriaLabel:"muted",moreOptionsParticipantMutedStateUnmutedAriaLabel:"unmuted",moreOptionsParticipantHandRaisedAriaLabel:"Hand raised",moreOptionsParticipantIsSpeakingAriaLabel:"Speaking",moreOptionsParticipantMicDisabledAriaLabel:"Microphone disabled",moreOptionsParticipantCameraDisabledAriaLabel:"Camera disabled"};var CameraAndMicrophoneSitePermissionsRequest$n={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Allow camera and microphone access"};var CameraSitePermissionsRequest$n={primaryText:"Allow {appName} to use your camera",secondaryText:"This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Allow camera access"};var MicrophoneSitePermissionsRequest$n={primaryText:"Allow {appName} to use your microphone",secondaryText:"This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Allow microphone access"};var CameraAndMicrophoneSitePermissionsCheck$n={primaryText:"Checking for camera and microphone access",secondaryText:"Allow access if prompted. This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Checking for camera and microphone access. Allow access if prompted."};var CameraSitePermissionsCheck$n={primaryText:"Checking for camera access",secondaryText:"Allow access if prompted. This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Checking for camera access. Allow access if prompted."};var MicrophoneSitePermissionsCheck$n={primaryText:"Checking for microphone access",secondaryText:"Allow access if prompted. This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Checking for microphone access. Allow access if prompted."};var CameraAndMicrophoneSitePermissionsDenied$n={primaryText:"Unable to access camera and microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraAndMicrophoneSitePermissionsDeniedSafari$n={primaryText:"Unable to access camera and microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDenied$n={primaryText:"Unable to access camera",secondaryText:"Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDenied$n={primaryText:"Unable to access microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDeniedSafari$n={primaryText:"Unable to access camera",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDeniedSafari$n={primaryText:"Unable to access microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var UnsupportedBrowser$o={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$o={primaryText:"Browser update needed",secondaryText:"To ensure the best call possible, please update your browser and then try joining the call again.",moreHelpLinkText:"See compatibility requirements",continueAnywayButtonText:"Start call without updating"};var UnsupportedOperatingSystem$o={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$n={primaryText:"Can't use your camera or microphone",secondaryText:"Your browser might not have access to your camera or microphone. To fix this, open System Preferences.",primaryButtonText:"Try again",linkText:"Need help? Get troubleshooting help"};var BrowserPermissionDeniedIOS$n={primaryText:"Allow microphone access to continue",secondaryText:"So other participants can hear you.",primaryButtonText:"Try again",imageAltText:"Microphone and camera device permission location for iOS",linkText:"Need help? Get troubleshooting help",step1Text:"Go to the Settings app",step2Text:"Scroll down to settings for this browser",step3Text:"Turn on Microphone (Camera optional)",step4Text:"Try joining the call again",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$n={leftNavButtonAriaLabel:"previous page {current} of {total}",rightNavButtonAriaLabel:"next page {current} of {total}"};var meetingConferencePhoneInfo$n={meetingConferencePhoneInfoModalTitle:"Join call from your phone",meetingConferencePhoneInfoModalDialIn:"Dial number",meetingConferencePhoneInfoModalMeetingId:"Enter meeting ID",meetingConferencePhoneInfoModalWait:"Wait to be admitted by organizer",meetingConferencePhoneInfoModalNoPhoneAvailable:"No phone available",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Toll-free)",meetingConferencePhoneInfoModalToll:"(Toll)"};var IncomingCallNotification$o={incomingCallNotificationPlaceholderId:"Unknown User",incomingCallNotificationPlaceholderAlert:"{callerName} is calling",incomingCallNoticicationAcceptWithAudioAriaLabel:"Accept with audio",incomingCallNoticicationAcceptWithVideoAriaLabel:"Accept with video",incomingCallNoticicationRejectAriaLabel:"Reject",incomingCallNotificationAcceptButtonLabel:"Accept",incomingCallNotificationRejectButtonLabel:"Decline",incomingCallNotificationAccceptWithVideoButtonLabel:"Accept with Video",incomingCallNotificationDismissButtonAriaLabel:"Dismiss"};var en_US$1 = {participantItem:participantItem$n,ParticipantList:ParticipantList$o,typingIndicator:typingIndicator$n,sendBox:sendBox$n,richTextSendBox:richTextSendBox$n,realTimeTextModal:realTimeTextModal$n,captionsBanner:captionsBanner$n,mentionPopover:mentionPopover$n,imageOverlay:imageOverlay$n,messageStatusIndicator:messageStatusIndicator$n,endCallButton:endCallButton$n,cameraButton:cameraButton$n,microphoneButton:microphoneButton$n,devicesButton:devicesButton$n,participantsButton:participantsButton$n,screenShareButton:screenShareButton$n,raiseHandButton:raiseHandButton$n,reactionButton:reactionButton$n,realTimeText:realTimeText$n,captionsSettingsModal:captionsSettingsModal$n,spokenLanguages:spokenLanguages$n,captionLanguages:captionLanguages$n,startCaptionsButton:startCaptionsButton$n,startRealTimeTextButton:startRealTimeTextButton$n,messageThread:messageThread$n,errorBar:errorBar$n,notificationStack:notificationStack$n,videoGallery:videoGallery$n,dialpad:dialpad$n,holdButton:holdButton$n,videoTile:videoTile$n,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$n,CameraSitePermissionsRequest:CameraSitePermissionsRequest$n,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$n,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$n,CameraSitePermissionsCheck:CameraSitePermissionsCheck$n,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$n,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$n,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$n,CameraSitePermissionsDenied:CameraSitePermissionsDenied$n,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$n,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$n,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$n,UnsupportedBrowser:UnsupportedBrowser$o,UnsupportedBrowserVersion:UnsupportedBrowserVersion$o,UnsupportedOperatingSystem:UnsupportedOperatingSystem$o,BrowserPermissionDenied:BrowserPermissionDenied$n,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$n,verticalGallery:verticalGallery$n,meetingConferencePhoneInfo:meetingConferencePhoneInfo$n,IncomingCallNotification:IncomingCallNotification$o};
7562
+ var participantItem$n={isMeText:"(you)",menuTitle:"More Options",removeButtonLabel:"Remove",sharingIconLabel:"Sharing",mutedIconLabel:"Muted",handRaisedIconLabel:"Hand raised - Position {position}",displayNamePlaceholder:"Unnamed participant",participantStateRinging:"Calling...",participantStateHold:"On hold",participantItemAriaLabel:"{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}",participantItemWithMoreOptionsAriaLabel:"{displayName}, {handRaisedState}, {mutedState}, {micDisabledState}, {cameraDisabledState}, {sharingState}, {connectionState}, More Options",attendeeRole:"Attendee",micDisabledIconLabel:"Micophone disabled",cameraDisabledIconLabel:"Camera disabled"};var ParticipantList$o={overflowParticipantCount:"+{overflowCount} more"};var typingIndicator$n={singleUser:"{user} is typing ...",multipleUsers:"{users} are typing ...",multipleUsersAbbreviateOne:"{users} and 1 other are typing ...",multipleUsersAbbreviateMany:"{users} and {numOthers} others are typing ...",delimiter:", "};var sendBox$n={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",attachmentMoreMenu:"More Options"};var richTextSendBox$n={placeholderText:"Enter a message",textTooLong:"Your message length is over the maximum limit.",sendButtonAriaLabel:"Send message",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",removeAttachment:"Remove file",uploading:"Uploading",uploadCompleted:"Upload completed",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarAriaLabel:"Message Formatting Toolbar",richTextToolbarMoreButtonAriaLabel:"More options",attachmentMoreMenu:"More Options",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var realTimeTextModal$n={realTimeTextModalAriaLabel:"Turn on RTT Modal",realTimeTextModalTitle:"Turn on RTT?",realTimeTextModalText:"Real-time text (RTT) will be turned on for everyone in the meeting.",realTimeTextConfirmButtonLabel:"Turn on",realTimeTextCancelButtonLabel:"Cancel",realTimeTextCloseModalButtonAriaLabel:"Close RTT Modal"};var captionsBanner$n={captionsBannerSpinnerText:"Starting captions...",realTimeTextInputBoxDefaultText:"Type message in real time",realTimeTextInputErrorMessage:"Message can not exceed 2000 characters",realTimeTextBannerTitle:"RTT",realTimeTextBannerContent:"RTT (real-time text) is enabled for all participants for the entire duration of the meeting.",realTimeTextBannerLinkLabel:"Learn more",captionsOnlyContainerTitle:"Captions",realTimeTextOnlyContainerTitle:"Real-Time Text",captionsAndRealTimeTextContainerTitle:"Captions and Real-Time Text",expandButtonAriaLabel:"Expand",minimizeButtonAriaLabel:"Collapse"};var mentionPopover$n={mentionPopoverHeader:"Suggestions"};var imageOverlay$n={downloadButtonLabel:"Download",dismissButtonAriaLabel:"Close",overlayVisibleMessage:"Image Details Overlay"};var messageStatusIndicator$n={deliveredAriaLabel:"Message sent",deliveredTooltipText:"Sent",seenAriaLabel:"Message seen by others",seenTooltipText:"Seen",readByTooltipText:"Read by {messageThreadReadCount} of {remoteParticipantsCount}",sendingAriaLabel:"Message sending",sendingTooltipText:"Sending",failedToSendAriaLabel:"Message failed to send",failedToSendTooltipText:"Failed to send"};var endCallButton$n={label:"Leave",tooltipContent:"Leave call",leaveOption:"Leave",endCallOption:"End call for everyone"};var cameraButton$n={onLabel:"Camera",offLabel:"Camera",tooltipDisabledContent:"Camera is disabled",tooltipOnContent:"Turn off camera",tooltipOffContent:"Turn on camera",tooltipVideoLoadingContent:"Video is loading",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",cameraButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Turn off camera",offSplitButtonAriaLabel:"Turn on camera",cameraActionTurnedOnAnnouncement:"Your camera has been turned on",cameraActionTurnedOffAnnouncement:"Your camera has been turned off",onSplitButtonPrimaryActionCamera:"Turn off camera",offSplitButtonPrimaryActionCamera:"Turn on camera",cameraPrimaryActionSplitButtonTitle:"Use camera",videoEffectsMenuItemTitle:"Effects",cameraButtonAriaDescription:"camera options"};var microphoneButton$n={onLabel:"Mic",offLabel:"Mic",tooltipDisabledContent:"Microphone is disabled",tooltipOnContent:"Mute microphone",tooltipOffContent:"Unmute microphone",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker",microphoneButtonSplitRoleDescription:"Split button",onSplitButtonAriaLabel:"Mute mic",offSplitButtonAriaLabel:"Unmute mic",microphoneActionTurnedOnAnnouncement:"Your microphone has been turned on",microphoneActionTurnedOffAnnouncement:"Your microphone has been turned off",offSplitButtonMicrophonePrimaryAction:"Unmute mic",onSplitButtonMicrophonePrimaryAction:"Mute mic",microphonePrimaryActionSplitButtonTitle:"Use microphone",microphoneAriaDescription:"Audio options",deepNoiseSuppressionTitle:"Noise suppression",deepNoiseSuppressionOnAnnouncement:"Deep noise suppression has been turned on",deepNoiseSuppressionOffAnnouncement:"Deep noise suppression has been turned off"};var devicesButton$n={label:"Devices",tooltipContent:"Manage devices",cameraMenuTitle:"Camera",cameraMenuTooltip:"Choose camera",audioDeviceMenuTitle:"Audio Device",audioDeviceMenuTooltip:"Choose audio device",microphoneMenuTitle:"Microphone",microphoneMenuTooltip:"Choose microphone",speakerMenuTitle:"Speaker",speakerMenuTooltip:"Choose speaker"};var participantsButton$n={label:"People",ariaLabel:"People",tooltipContent:"Show participants",menuHeader:"In this call",participantsListButtonLabel:"{numParticipants} people",muteAllButtonLabel:"Mute all",copyInviteLinkButtonLabel:"Copy invite link",copyInviteLinkActionedAriaLabel:"Invite link copied"};var screenShareButton$n={onLabel:"Stop presenting",offLabel:"Present",tooltipDisabledContent:"Presenting is disabled",tooltipOnContent:"Presenting your screen",tooltipOffContent:"Present your screen"};var raiseHandButton$n={offLabel:"Raise",onLabel:"Lower",tooltipDisabledContent:"Raise Hand action is disabled",tooltipOnContent:"Lower Hand",tooltipOffContent:"Raise Hand"};var reactionButton$n={label:"React",ariaLabel:"React",tooltipDisabledContent:"Reaction action is disabled",tooltipContent:"Send a reaction",likeReactionTooltipContent:"Like",heartReactionTooltipContent:"Love",laughReactionTooltipContent:"Laugh",applauseReactionTooltipContent:"Applause",surprisedReactionTooltipContent:"Surprised"};var realTimeText$n={isTypingText:"RTT typing"};var captionsSettingsModal$n={captionsSettingsModalTitle:"Captions Settings",captionsSettingsSpokenLanguageDropdownLabel:"Spoken language",captionsSettingsCaptionLanguageDropdownLabel:"Captions language",captionsSettingsSpokenLanguageDropdownInfoText:"Language that everyone on this call is speaking.",captionsSettingsCaptionLanguageDropdownInfoText:"Captions will appear in this langugage.",captionsSettingsConfirmButtonLabel:"Confirm",captionsSettingsCancelButtonLabel:"Cancel",captionsSettingsModalAriaLabel:"Captions Setting Modal",captionsSettingsCloseModalButtonAriaLabel:"Close Captions Setting"};var spokenLanguages$n={"ar-ae":"Arabic - U.A.E.","ar-sa":"Arabic - Saudi Arabia","da-dk":"Danish","de-de":"German - Germany","en-au":"English - Australia","en-ca":"English - Canada","en-gb":"English - United Kingdom","en-in":"English - India","en-nz":"English - New Zealand","en-us":"English - United States","es-es":"Spanish - Spain (Modern Sort)","es-mx":"Spanish - Mexico","fi-fi":"Finnish","fr-ca":"French - Canada","fr-fr":"French - France","hi-in":"Hindi","it-it":"Italian - Italy","ja-jp":"Japanese","ko-kr":"Korean","nb-no":"Norwegian (Bokmål)","nl-be":"Dutch - Belgium","nl-nl":"Dutch - Netherlands","pl-pl":"Polish","pt-br":"Portuguese - Brazil","ru-ru":"Russian","sv-se":"Swedish","zh-cn":"Chinese - People's Republic of China","zh-hk":"Chinese - Hong Kong SAR","cs-cz":"Czech","pt-pt":"Portuguese - Portugal","tr-tr":"Turkish","vi-vn":"Vietnamese","th-th":"Thai","he-il":"Hebrew","cy-gb":"Welsh","uk-ua":"Ukrainian","el-gr":"Greek","hu-hu":"Hungarian","ro-ro":"Romanian","sk-sk":"Slovak","zh-tw":"Chinese - Taiwan"};var captionLanguages$n={ar:"Arabic",da:"Danish",de:"German",en:"English",es:"Spanish",fi:"Finnish","fr-ca":"French - Canada",fr:"French - France",hi:"Hindi",it:"Italian",ja:"Japanese",ko:"Korean",nb:"Norwegian (Bokmål)",nl:"Dutch",pl:"Polish",pt:"Portuguese - Brazil",ru:"Russian",sv:"Swedish","zh-Hans":"Chinese (Simplified)","zh-Hant":"Chinese (Traditional)",cs:"Czech","pt-pt":"Portuguese - Portugal",tr:"Turkish",vi:"Vietnamese",th:"Thai",he:"Hebrew",cy:"Welsh",uk:"Ukrainian",el:"Greek",hu:"Hungarian",ro:"Romanian",sk:"Slovak"};var startCaptionsButton$n={onLabel:"Turn on captions",offLabel:"Turn off captions",tooltipOnContent:"Turn off captions",tooltipOffContent:"Turn on captions"};var startRealTimeTextButton$n={label:"Turn on RTT for this call",tooltipOffContent:"Turn on RTT for this call"};var messageThread$n={yesterday:"Yesterday",sunday:"Sunday",monday:"Monday",tuesday:"Tuesday",wednesday:"Wednesday",thursday:"Thursday",friday:"Friday",saturday:"Saturday",participantJoined:"joined the chat.",participantLeft:"left the chat.",editMessage:"Edit",removeMessage:"Delete",resendMessage:"Try sending again",failToSendTag:"Failed to send",editedTag:"Edited",liveAuthorIntro:"Message from {author}",editedMessageLiveAuthorIntro:"Edited message from {author}",editedMessageLocalUserLiveAuthorIntro:"Edited message",messageContentAriaText:"{status} {author} said {message}",messageContentMineAriaText:"{status} You said {message}",editBoxTextLimit:"Your message is over the limit of {limitNumber} characters",editBoxPlaceholderText:"Edit your message",newMessagesIndicator:"New messages",noDisplayNameSub:"No name",editBoxCancelButton:"Cancel",editBoxSubmitButton:"Done",messageReadCount:"Read by {messageReadByCount} of {remoteParticipantsCount}",actionMenuMoreOptions:"More Options",downloadAttachment:"Download file",openAttachment:"Open file",blockedWarningText:"This message was deleted due to organizational policy.",blockedWarningLinkText:"Details",attachmentCardGroupMessage:"The message has {attachmentCount} attachment",messageDeletedAnnouncementAriaLabel:"The message is deleted",richTextBoldTooltip:"Bold",richTextItalicTooltip:"Italic",richTextUnderlineTooltip:"Underline",richTextBulletListTooltip:"Bulleted list",richTextNumberListTooltip:"Numbered list",richTextIncreaseIndentTooltip:"Increase indent",richTextDecreaseIndentTooltip:"Decrease indent",richTextInsertTableTooltip:"Insert table",richTextFormatButtonTooltip:"Format",richTextInsertRowOrColumnMenu:"Insert",richTextInsertTableMenuTitle:"Insert {column} x {row} table",richTextInsertRowAboveMenu:"Insert above",richTextInsertRowBelowMenu:"Insert below",richTextInsertColumnLeftMenu:"Insert left",richTextInsertColumnRightMenu:"Insert right",richTextDeleteRowOrColumnMenu:"Delete",richTextDeleteColumnMenu:"Delete column",richTextDeleteRowMenu:"Delete row",richTextDeleteTableMenu:"Delete table",richTextToolbarMoreButtonAriaLabel:"More options",attachmentUploadsPendingError:"File is uploading, please wait.",imageUploadsPendingError:"Image is uploading, please wait.",richTextNewBulletedListItemAnnouncement:"Bullet, new line",richTextNewNumberedListItemAnnouncement:"{0}, new line",richTextBulletedListAppliedAnnouncement:"Bulleted list applied",richTextNumberedListAppliedAnnouncement:"Numbered list applied"};var errorBar$n={unableToReachChatService:"You are offline",accessDenied:"Unable to access chat services - please check the user credentials provided",userNotInChatThread:"You are no longer in this chat thread",sendMessageNotInChatThread:"Failed to send message because you are no longer in this chat thread",sendMessageGeneric:"Failed to send message",callingNetworkFailure:"Troubling connecting call - you seem to be offline",startVideoGeneric:"Failed to start video",stopVideoGeneric:"Failed to stop video",muteGeneric:"Failed to mute microphone",unmuteGeneric:"Failed to unmute microphone",speakingWhileMuted:"Your microphone is muted",startScreenShareGeneric:"There was an issue starting screen share.",stopScreenShareGeneric:"Failed to stop screen sharing",callNetworkQualityLow:"Network quality is low.",teamsMeetingCallNetworkQualityLow:"Network quality is low.",callNoSpeakerFound:"No speakers or headphones found. Connect an audio device to hear the call.",callNoMicrophoneFound:"No microphones found. Connect an audio input device.",callMicrophoneAccessDenied:"Unable to access microphone. Click the lock in the address bar to grant permission to this webpage.",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.",callMicrophoneMutedBySystem:"You are muted by your system.",callMicrophoneUnmutedBySystem:"Your microphone recovered and you were unmuted by your system.",callMacOsMicrophoneAccessDenied:"Unable to access microphone. Grant microphone permission in your macOS privacy settings.",callLocalVideoFreeze:"Network bandwidth is poor. Your video may appear paused for others on the call.",callCameraAccessDenied:"Unable to access camera. Click the lock in the address bar to grant permission to this webpage.",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.",callCameraAlreadyInUse:"Unable to access camera. It may already be in use by another application.",callVideoStoppedBySystem:"Your video has been stopped by your system.",callVideoRecoveredBySystem:"Your video has resumed.",callMacOsCameraAccessDenied:"MacOS is blocking access to your camera. Update your privacy settings to allow this browser to access your camera.",callMacOsScreenShareAccessDenied:"MacOS is blocking screen sharing. Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close",failedToJoinCallGeneric:"Failed to join call.",failedToJoinCallInvalidMeetingLink:"Unable to join Meeting. Invalid Link.",cameraFrozenForRemoteParticipants:"Users in the call are having issues seeing your video. Please check your devices and network.",unableToStartVideoEffect:"Unable to apply video effect.",startSpotlightWhileMaxParticipantsAreSpotlighted:"Cannot start spotlight on participant(s) because the maximum number of participants are already spotlighted.",mutedByRemoteParticipant:"You were muted by another participant."};var notificationStack$n={callingNetworkFailure:{title:"Troubling connecting call",message:"You seem to be offline. Please check your network connection and try again.",dismissButtonAriaLabel:"Close"},startVideoGeneric:{title:"Failed to start video.",dismissButtonAriaLabel:"Close"},stopVideoGeneric:{title:"Failed to stop video.",dismissButtonAriaLabel:"Close"},muteGeneric:{title:"Failed to mute microphone.",dismissButtonAriaLabel:"Close"},unmuteGeneric:{title:"Failed to unmute microphone.",dismissButtonAriaLabel:"Close"},speakingWhileMuted:{title:"You're muted.",dismissButtonAriaLabel:"Close"},startScreenShareGeneric:{title:"There was an issue starting screen share.",dismissButtonAriaLabel:"Close"},stopScreenShareGeneric:{title:"Failed to stop screen sharing.",dismissButtonAriaLabel:"Close"},callNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close"},teamsMeetingCallNetworkQualityLow:{title:"Network quality is low.",dismissButtonAriaLabel:"Close",message:"Join this call from your phone for better sound. You can continue viewing the meeting on this device.",primaryButtonLabel:"Join by Phone"},callNoSpeakerFound:{title:"No speakers or headphones found",message:"Connect an audio device to hear the call.",dismissButtonAriaLabel:"Close"},callNoMicrophoneFound:{title:"No microphones found",message:"Connect an audio input device.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callMicrophoneAccessDeniedSafari:{title:"Unable to access microphone",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callMicrophoneMutedBySystem:{title:"You are muted by your system.",dismissButtonAriaLabel:"Close"},callMicrophoneUnmutedBySystem:{title:"Your microphone recovered and you were unmuted by your system.",dismissButtonAriaLabel:"Close"},callMacOsMicrophoneAccessDenied:{title:"Unable to access microphone",message:"Grant microphone permission in your macOS privacy settings.",dismissButtonAriaLabel:"Close"},callLocalVideoFreeze:{title:"Network bandwidth is poor",message:"Your video may appear paused for others on the call.",dismissButtonAriaLabel:"Close"},callCameraAccessDenied:{title:"Unable to access camera",message:"Click the lock in the address bar to grant permission to this webpage.",dismissButtonAriaLabel:"Close"},callCameraAccessDeniedSafari:{title:"Unable to access camera",message:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",dismissButtonAriaLabel:"Close"},callCameraAlreadyInUse:{title:"Unable to access camera",message:"It may already be in use by another application.",dismissButtonAriaLabel:"Close"},callVideoStoppedBySystem:{title:"Your video has been stopped by your system.",dismissButtonAriaLabel:"Close"},callVideoRecoveredBySystem:{title:"Your video has resumed.",dismissButtonAriaLabel:"Close"},callMacOsCameraAccessDenied:{title:"MacOS is blocking access to your camera",message:"Update your privacy settings to allow this browser to access your camera.",dismissButtonAriaLabel:"Close"},callMacOsScreenShareAccessDenied:{title:"MacOS is blocking screen sharing",message:"Update your privacy settings to allow this browser to record your screen.",dismissButtonAriaLabel:"Close"},failedToJoinCallGeneric:{title:"Failed to join call.",dismissButtonAriaLabel:"Close"},failedToJoinCallInvalidMeetingLink:{title:"Unable to join Meeting. Invalid Link.",dismissButtonAriaLabel:"Close"},cameraFrozenForRemoteParticipants:{title:"Users in the call are having issues seeing your video",message:"Please check your devices and network.",dismissButtonAriaLabel:"Close"},unableToStartVideoEffect:{title:"Unable to apply video effect.",dismissButtonAriaLabel:"Close"},startSpotlightWhileMaxParticipantsAreSpotlighted:{title:"Cannot start spotlight on participant(s)",message:"The maximum number of participants are already spotlighted.",dismissButtonAriaLabel:"Close"},mutedByRemoteParticipant:{title:"You were muted by another participant.",dismissButtonAriaLabel:"Close"},recordingStarted:{title:"Recording has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},transcriptionStarted:{title:"Transcription has started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingStopped:{title:"Recording is being saved.",message:"Recording has stopped.",dismissButtonAriaLabel:"Close"},transcriptionStopped:{title:"Transcription is being saved.",message:"Transcription has stopped.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStarted:{title:"Recording and transcription have started.",message:"By joining, you are giving consent for this meeting to be transcribed.",dismissButtonAriaLabel:"Close"},recordingAndTranscriptionStopped:{title:"Recording and transcription are being saved.",message:"Recording and transcription have stopped.",dismissButtonAriaLabel:"Close"},recordingStoppedStillTranscribing:{title:"Recording has stopped.",message:"You are now only transcribing this meeting.",dismissButtonAriaLabel:"Close"},transcriptionStoppedStillRecording:{title:"Transcription has stopped.",message:"You are now only recording this meeting.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpened:{title:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomChanged:{title:"Your breakout room has changed",message:"We'll move you to your assigned room in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomClosed:{title:"Your breakout room has closed",message:"We'll move you back to your meeting in 5 seconds.",dismissButtonAriaLabel:"Close"},assignedBreakoutRoomOpenedPromptJoin:{title:"Join breakout room?",message:"You've been assigned to a breakout room.",dismissButtonAriaLabel:"Close",primaryButtonLabel:"Join room",secondaryButtonLabel:"Later"},breakoutRoomJoined:{title:"You have joined a breakout room.",dismissButtonAriaLabel:"Close"},breakoutRoomClosingSoon:{title:"Room time limit about to expire.",message:"This room will close in 30 seconds",dismissButtonAriaLabel:"Close"},capabilityTurnVideoOnPresent:{title:"Your camera has been enabled",message:"Turn it on if you'd like to share video.",dismissButtonAriaLabel:"Close"},capabilityTurnVideoOnAbsent:{title:"Your camera has been disabled",message:"You can no longer share video.",dismissButtonAriaLabel:"Close"},capabilityUnmuteMicPresent:{title:"Your mic has been enabled",message:"Unmute if you'd like to speak.",dismissButtonAriaLabel:"Close"},capabilityUnmuteMicAbsent:{title:"Your mic has been disabled",message:"You can no longer unmute.",dismissButtonAriaLabel:"Close"},togetherModeStarted:{title:"Togethermode has started",dismissButtonAriaLabel:"Close"},togetherModeEnded:{title:"Togethermode has ended",dismissButtonAriaLabel:"Close"},transcriptionError:{title:"Something went wrong with transcription.",message:"Transcription has stopped. please try again later",dismissButtonAriaLabel:"Close"},transcriptionStartedByYou:{title:"Transcription has started.",message:"Started by you. Let everyone know they are being transcribed.",dismissButtonAriaLabel:"Close"}};var videoGallery$n={screenIsBeingSharedMessage:"You are sharing your screen",screenShareLoadingMessage:"Loading {participant}'s screen",localScreenShareLoadingMessage:"Loading your screen",localVideoLabel:"You",localVideoCameraSwitcherLabel:"Switch camera",localVideoMovementLabel:"Movable Local Video Tile",localVideoMovementAriaLabel:"Movable Local Video Tile",localVideoSelectedDescription:"{cameraName} selected",displayNamePlaceholder:"Unnamed participant",fitRemoteParticipantToFrame:"Fit to frame",fillRemoteParticipantFrame:"Fill frame",pinParticipantForMe:"Pin for me",pinParticipantForMeLimitReached:"Pin (limit reached)",unpinParticipantForMe:"Unpin",pinParticipantMenuItemAriaLabel:"Pin {participantName}",unpinParticipantMenuItemAriaLabel:"Unpin {participantName}",pinnedParticipantAnnouncementAriaLabel:"Pinned {participantName}",unpinnedParticipantAnnouncementAriaLabel:"Unpinned {participantName}",startSpotlightVideoTileMenuLabel:"Spotlight for everyone",addSpotlightVideoTileMenuLabel:"Add spotlight",spotlightLimitReachedMenuTitle:"Spotlight limit reached",stopSpotlightVideoTileMenuLabel:"Stop spotlighting",stopSpotlightOnSelfVideoTileMenuLabel:"Exit spotlight",attendeeRole:"Attendee",muteParticipantMenuItemLabel:"Mute",waitingScreenText:"Waiting for others to join",forbidAudio:"Disable mic",permitAudio:"Allow mic",forbidAudioTileMenuLabel:"Disable mic",permitAudioTileMenuLabel:"Allow mic",forbidVideo:"Disable camera",permitVideo:"Allow camera",forbidVideoTileMenuLabel:"Disable camera",permitVideoTileMenuLabel:"Allow camera"};var dialpad$n={placeholderText:"Enter phone number",deleteButtonAriaLabel:"Delete"};var holdButton$n={onLabel:"Resume",offLabel:"Hold",tooltipOnContent:"Resume call",tooltipOffContent:"Hold call"};var videoTile$n={participantStateRinging:"Calling...",participantReconnecting:"Reconnecting...",participantStateHold:"On hold",moreOptionsButtonAriaLabel:"More Options {displayName} {isMuted} {micDisabledState} {cameraDisabledState} {isHandRaised} {state} {isSpeaking}",moreOptionsParticipantMutedStateMutedAriaLabel:"muted",moreOptionsParticipantMutedStateUnmutedAriaLabel:"unmuted",moreOptionsParticipantHandRaisedAriaLabel:"Hand raised",moreOptionsParticipantIsSpeakingAriaLabel:"Speaking",moreOptionsParticipantMicDisabledAriaLabel:"Microphone disabled",moreOptionsParticipantCameraDisabledAriaLabel:"Camera disabled"};var CameraAndMicrophoneSitePermissionsRequest$n={primaryText:"Allow {appName} to use your camera and microphone",secondaryText:"This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Allow camera and microphone access"};var CameraSitePermissionsRequest$n={primaryText:"Allow {appName} to use your camera",secondaryText:"This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Allow camera access"};var MicrophoneSitePermissionsRequest$n={primaryText:"Allow {appName} to use your microphone",secondaryText:"This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Allow microphone access"};var CameraAndMicrophoneSitePermissionsCheck$n={primaryText:"Checking for camera and microphone access",secondaryText:"Allow access if prompted. This is so participants can see and hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera and microphone",ariaLabel:"Checking for camera and microphone access. Allow access if prompted."};var CameraSitePermissionsCheck$n={primaryText:"Checking for camera access",secondaryText:"Allow access if prompted. This is so participants can see you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without camera",ariaLabel:"Checking for camera access. Allow access if prompted."};var MicrophoneSitePermissionsCheck$n={primaryText:"Checking for microphone access",secondaryText:"Allow access if prompted. This is so participants can hear you.",linkText:"Need help? Get troubleshooting help",primaryButtonText:"Continue without microphone",ariaLabel:"Checking for microphone access. Allow access if prompted."};var CameraAndMicrophoneSitePermissionsDenied$n={primaryText:"Unable to access camera and microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraAndMicrophoneSitePermissionsDeniedSafari$n={primaryText:"Unable to access camera and microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera and microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDenied$n={primaryText:"Unable to access camera",secondaryText:"Click the lock icon in the address bar to grant camera permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDenied$n={primaryText:"Unable to access microphone",secondaryText:"Click the lock icon in the address bar to grant microphone permissions to this webpage. A page refresh may be required.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var CameraSitePermissionsDeniedSafari$n={primaryText:"Unable to access camera",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without camera",linkText:"Need help? Get troubleshooting help"};var MicrophoneSitePermissionsDeniedSafari$n={primaryText:"Unable to access microphone",secondaryText:"Refresh the page to allow permissions, or check this browser’s settings and verify permissions are enabled for this website.",primaryButtonText:"Continue without microphone",linkText:"Need help? Get troubleshooting help"};var UnsupportedBrowser$o={primaryText:"Browser not supported",secondaryText:"Please join this call using a compatible browser.",moreHelpLinkText:"See compatibility requirements"};var UnsupportedBrowserVersion$o={primaryText:"Browser update needed",secondaryText:"To ensure the best call possible, please update your browser and then try joining the call again.",moreHelpLinkText:"See compatibility requirements",continueAnywayButtonText:"Start call without updating"};var UnsupportedOperatingSystem$o={primaryText:"Operating system not supported",secondaryText:"Please join this call using a device with a compatible operating system.",moreHelpLinkText:"See compatibility requirements"};var BrowserPermissionDenied$n={primaryText:"Can't use your camera or microphone",secondaryText:"Your browser might not have access to your camera or microphone. To fix this, open System Preferences.",primaryButtonText:"Try again",linkText:"Need help? Get troubleshooting help"};var BrowserPermissionDeniedIOS$n={primaryText:"Allow microphone access to continue",secondaryText:"So other participants can hear you.",primaryButtonText:"Try again",imageAltText:"Microphone and camera device permission location for iOS",linkText:"Need help? Get troubleshooting help",step1Text:"Go to the Settings app",step2Text:"Scroll down to settings for this browser",step3Text:"Turn on Microphone (Camera optional)",step4Text:"Try joining the call again",step1DigitText:"1",step2DigitText:"2",step3DigitText:"3",step4DigitText:"4"};var verticalGallery$n={leftNavButtonAriaLabel:"previous page {current} of {total}",rightNavButtonAriaLabel:"next page {current} of {total}"};var meetingConferencePhoneInfo$n={meetingConferencePhoneInfoModalTitle:"Join call from your phone",meetingConferencePhoneInfoModalDialIn:"Dial number",meetingConferencePhoneInfoModalMeetingId:"Enter meeting ID",meetingConferencePhoneInfoModalWait:"Wait to be admitted by organizer",meetingConferencePhoneInfoModalNoPhoneAvailable:"No phone available",meetingConferencePhoneInfoModalTollGeoData:"{country}, {city}",meetingConferencePhoneInfoModalTollFree:"(Toll-free)",meetingConferencePhoneInfoModalToll:"(Toll)"};var IncomingCallNotification$o={incomingCallNotificationPlaceholderId:"Unknown User",incomingCallNotificationPlaceholderAlert:"{callerName} is calling",incomingCallNoticicationAcceptWithAudioAriaLabel:"Accept with audio",incomingCallNoticicationAcceptWithVideoAriaLabel:"Accept with video",incomingCallNoticicationRejectAriaLabel:"Reject",incomingCallNotificationAcceptButtonLabel:"Accept",incomingCallNotificationRejectButtonLabel:"Decline",incomingCallNotificationAccceptWithVideoButtonLabel:"Accept with Video",incomingCallNotificationDismissButtonAriaLabel:"Dismiss"};var en_US$1 = {participantItem:participantItem$n,ParticipantList:ParticipantList$o,typingIndicator:typingIndicator$n,sendBox:sendBox$n,richTextSendBox:richTextSendBox$n,realTimeTextModal:realTimeTextModal$n,captionsBanner:captionsBanner$n,mentionPopover:mentionPopover$n,imageOverlay:imageOverlay$n,messageStatusIndicator:messageStatusIndicator$n,endCallButton:endCallButton$n,cameraButton:cameraButton$n,microphoneButton:microphoneButton$n,devicesButton:devicesButton$n,participantsButton:participantsButton$n,screenShareButton:screenShareButton$n,raiseHandButton:raiseHandButton$n,reactionButton:reactionButton$n,realTimeText:realTimeText$n,captionsSettingsModal:captionsSettingsModal$n,spokenLanguages:spokenLanguages$n,captionLanguages:captionLanguages$n,startCaptionsButton:startCaptionsButton$n,startRealTimeTextButton:startRealTimeTextButton$n,messageThread:messageThread$n,errorBar:errorBar$n,notificationStack:notificationStack$n,videoGallery:videoGallery$n,dialpad:dialpad$n,holdButton:holdButton$n,videoTile:videoTile$n,CameraAndMicrophoneSitePermissionsRequest:CameraAndMicrophoneSitePermissionsRequest$n,CameraSitePermissionsRequest:CameraSitePermissionsRequest$n,MicrophoneSitePermissionsRequest:MicrophoneSitePermissionsRequest$n,CameraAndMicrophoneSitePermissionsCheck:CameraAndMicrophoneSitePermissionsCheck$n,CameraSitePermissionsCheck:CameraSitePermissionsCheck$n,MicrophoneSitePermissionsCheck:MicrophoneSitePermissionsCheck$n,CameraAndMicrophoneSitePermissionsDenied:CameraAndMicrophoneSitePermissionsDenied$n,CameraAndMicrophoneSitePermissionsDeniedSafari:CameraAndMicrophoneSitePermissionsDeniedSafari$n,CameraSitePermissionsDenied:CameraSitePermissionsDenied$n,MicrophoneSitePermissionsDenied:MicrophoneSitePermissionsDenied$n,CameraSitePermissionsDeniedSafari:CameraSitePermissionsDeniedSafari$n,MicrophoneSitePermissionsDeniedSafari:MicrophoneSitePermissionsDeniedSafari$n,UnsupportedBrowser:UnsupportedBrowser$o,UnsupportedBrowserVersion:UnsupportedBrowserVersion$o,UnsupportedOperatingSystem:UnsupportedOperatingSystem$o,BrowserPermissionDenied:BrowserPermissionDenied$n,BrowserPermissionDeniedIOS:BrowserPermissionDeniedIOS$n,verticalGallery:verticalGallery$n,meetingConferencePhoneInfo:meetingConferencePhoneInfo$n,IncomingCallNotification:IncomingCallNotification$o};
7584
7563
 
7585
7564
  // Copyright (c) Microsoft Corporation.
7586
7565
  // Licensed under the MIT License.
@@ -8104,17 +8083,11 @@ const customNotificationIconName = {
8104
8083
  recordingAndTranscriptionStopped: 'NotificationBarRecording',
8105
8084
  recordingStoppedStillTranscribing: 'NotificationBarRecording',
8106
8085
  transcriptionStoppedStillRecording: 'NotificationBarRecording',
8107
- /* @conditional-compile-remove(breakout-rooms) */
8108
8086
  assignedBreakoutRoomOpened: 'NotificationBarBreakoutRoomOpened',
8109
- /* @conditional-compile-remove(breakout-rooms) */
8110
8087
  assignedBreakoutRoomOpenedPromptJoin: 'NotificationBarBreakoutRoomPromptJoin',
8111
- /* @conditional-compile-remove(breakout-rooms) */
8112
8088
  assignedBreakoutRoomChanged: 'NotificationBarBreakoutRoomChanged',
8113
- /* @conditional-compile-remove(breakout-rooms) */
8114
8089
  assignedBreakoutRoomClosed: 'NotificationBarBreakoutRoomClosed',
8115
- /* @conditional-compile-remove(breakout-rooms) */
8116
8090
  breakoutRoomJoined: 'NotificationBarBreakoutRoomJoined',
8117
- /* @conditional-compile-remove(breakout-rooms) */
8118
8091
  breakoutRoomClosingSoon: 'NotificationBarBreakoutRoomClosingSoon',
8119
8092
  capabilityTurnVideoOnPresent: 'ControlButtonCameraOff',
8120
8093
  capabilityTurnVideoOnAbsent: 'ControlButtonCameraProhibited',
@@ -8123,7 +8096,9 @@ const customNotificationIconName = {
8123
8096
  /* @conditional-compile-remove(together-mode) */
8124
8097
  togetherModeStarted: 'NotificationBarTogetherModeIcon',
8125
8098
  /* @conditional-compile-remove(together-mode) */
8126
- togetherModeEnded: 'NotificationBarTogetherModeIcon'
8099
+ togetherModeEnded: 'NotificationBarTogetherModeIcon',
8100
+ transcriptionError: 'NotificationBarTranscriptionError',
8101
+ transcriptionStartedByYou: 'NotificationBarTranscriptionStartedByYou'
8127
8102
  };
8128
8103
  /**
8129
8104
  * @private
@@ -8851,18 +8826,14 @@ const DEFAULT_COMPONENT_ICONS = {
8851
8826
  ErrorBarCallVideoStoppedBySystem: React.createElement(reactIcons.VideoProhibited16Filled, null),
8852
8827
  ErrorBarMutedByRemoteParticipant: React.createElement(reactIcons.MicOff16Regular, null),
8853
8828
  NotificationBarRecording: React.createElement(reactIcons.Record16Regular, null),
8854
- /* @conditional-compile-remove(breakout-rooms) */
8855
8829
  NotificationBarBreakoutRoomOpened: React.createElement(reactIcons.DoorArrowRight16Regular, null),
8856
- /* @conditional-compile-remove(breakout-rooms) */
8857
8830
  NotificationBarBreakoutRoomPromptJoin: React.createElement(reactIcons.DoorArrowRight16Regular, null),
8858
- /* @conditional-compile-remove(breakout-rooms) */
8859
8831
  NotificationBarBreakoutRoomChanged: React.createElement(reactIcons.DoorArrowRight16Regular, null),
8860
- /* @conditional-compile-remove(breakout-rooms) */
8861
8832
  NotificationBarBreakoutRoomJoined: React.createElement(reactIcons.ConferenceRoom16Regular, null),
8862
- /* @conditional-compile-remove(breakout-rooms) */
8863
8833
  NotificationBarBreakoutRoomClosingSoon: React.createElement(reactIcons.DoorArrowLeft16Regular, null),
8864
- /* @conditional-compile-remove(breakout-rooms) */
8865
8834
  NotificationBarBreakoutRoomClosed: React.createElement(reactIcons.DoorArrowLeft16Regular, null),
8835
+ NotificationBarTranscriptionError: React.createElement(reactIcons.Warning16Regular, null),
8836
+ NotificationBarTranscriptionStartedByYou: React.createElement(reactIcons.SlideTextEdit16Regular, null),
8866
8837
  HorizontalGalleryLeftButton: React.createElement(GalleryLeftButton, null),
8867
8838
  HorizontalGalleryRightButton: React.createElement(GalleryRightButton, null),
8868
8839
  MessageDelivered: React.createElement(reactIcons.CheckmarkCircle16Regular, null),
@@ -16461,7 +16432,7 @@ class _ErrorBoundary extends React.Component {
16461
16432
  // Copyright (c) Microsoft Corporation.
16462
16433
  // Licensed under the MIT License.
16463
16434
  /* @conditional-compile-remove(rich-text-editor) */
16464
- const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-C8KUSh2S.js'); }));
16435
+ const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-KnsAbigp.js'); }));
16465
16436
  /**
16466
16437
  * @private
16467
16438
  * Use this function to load RoosterJS dependencies early in the lifecycle.
@@ -16469,7 +16440,7 @@ const ChatMessageComponentAsRichTextEditBox = React.lazy(() => Promise.resolve()
16469
16440
  *
16470
16441
  * @conditional-compile-remove(rich-text-editor)
16471
16442
  */
16472
- const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-C8KUSh2S.js'); });
16443
+ const loadChatMessageComponentAsRichTextEditBox = () => Promise.resolve().then(function () { return require('./ChatMessageComponentAsRichTextEditBox-KnsAbigp.js'); });
16473
16444
  /**
16474
16445
  * @private
16475
16446
  */
@@ -26580,7 +26551,7 @@ const CaptionsBanner = (props) => {
26580
26551
  return (React.createElement(React.Fragment, null, (startCaptionsInProgress || isCaptionsOn || /* @conditional-compile-remove(rtt) */ isRealTimeTextOn) && (React.createElement(react.FocusZone, { shouldFocusOnMount: true, className: captionsContainerClassName, "data-ui-id": "captions-banner" },
26581
26552
  /* @conditional-compile-remove(rtt) */ (isCaptionsOn || isRealTimeTextOn) && formFactor === 'compact' && (React.createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", verticalAlign: "center", className: bannerTitleContainerClassName },
26582
26553
  React.createElement(react.Text, { className: titleClassName$2 }, getTitle()),
26583
- React.createElement(react.IconButton, { iconProps: { iconName: expandBannerHeight ? 'MinimizeIcon' : 'ExpandIcon' }, ariaLabel: expandBannerHeight ? strings.minimizeButtonAriaLabel : strings.expandButtonAriaLabel, onClick: () => setExpandBannerHeight(!expandBannerHeight), styles: expandIconClassName(theme) }))),
26554
+ React.createElement(react.IconButton, { "data-ui-id": "captions-banner-expand-icon", iconProps: { iconName: expandBannerHeight ? 'MinimizeIcon' : 'ExpandIcon' }, ariaLabel: expandBannerHeight ? strings.minimizeButtonAriaLabel : strings.expandButtonAriaLabel, onClick: () => setExpandBannerHeight(!expandBannerHeight), styles: expandIconClassName(theme) }))),
26584
26555
  (isCaptionsOn || /* @conditional-compile-remove(rtt) */ isRealTimeTextOn) && (React.createElement("ul", { ref: captionsScrollDivRef, className: (captionsOptions === null || captionsOptions === undefined ? undefined : captionsOptions.height) === 'full'
26585
26556
  ? captionsBannerFullHeightClassName(theme)
26586
26557
  : captionsBannerClassName(formFactor, /* @conditional-compile-remove(rtt) */ expandBannerHeight), "data-ui-id": "captions-banner-inner" },
@@ -26886,7 +26857,7 @@ const RealTimeTextModal = (props) => {
26886
26857
  React.createElement(react.IconButton, { iconProps: { iconName: 'Cancel' }, ariaLabel: strings === null || strings === undefined ? undefined : strings.realTimeTextCloseModalButtonAriaLabel, onClick: onDismiss, style: { color: theme.palette.black } })),
26887
26858
  React.createElement(react.Text, null, strings === null || strings === undefined ? undefined : strings.realTimeTextModalText),
26888
26859
  React.createElement(react.Stack, { horizontal: true, horizontalAlign: "end", className: buttonsContainerClassName },
26889
- React.createElement(react.PrimaryButton, { styles: buttonStyles(theme), onClick: onConfirm },
26860
+ React.createElement(react.PrimaryButton, { styles: buttonStyles(theme), onClick: onConfirm, "data-ui-id": "realTimeText-modal-confirm-button" },
26890
26861
  React.createElement("span", null, strings === null || strings === undefined ? undefined : strings.realTimeTextConfirmButtonLabel)),
26891
26862
  React.createElement(react.DefaultButton, { onClick: onDismiss, styles: buttonStyles(theme) },
26892
26863
  React.createElement("span", null, strings === null || strings === undefined ? undefined : strings.realTimeTextCancelButtonLabel))))));
@@ -27117,7 +27088,6 @@ const NotificationStack = (props) => {
27117
27088
  : (_a = props.onDismissNotification) === null || _a === undefined ? undefined : _a.call(props, notification);
27118
27089
  notification.onDismiss && notification.onDismiss();
27119
27090
  };
27120
- /* @conditional-compile-remove(breakout-rooms) */
27121
27091
  if (notification.type === 'assignedBreakoutRoomOpenedPromptJoin') {
27122
27092
  // If notification is of type assignedBreakoutRoomOpenedPromptJoin then set onClickSecondaryButton to
27123
27093
  // onDismiss if it is not defined
@@ -32132,7 +32102,7 @@ const AttachmentDownloadErrorBar = (props) => {
32132
32102
  /**
32133
32103
  * Wrapper for RichTextSendBox component to allow us to use usePropsFor with richTextSendBox with lazy loading
32134
32104
  */
32135
- const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-C13gL49Q.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper })));
32105
+ const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-BdZl-Zgs.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper })));
32136
32106
  /**
32137
32107
  * @private
32138
32108
  * Use this function to load RoosterJS dependencies early in the lifecycle.
@@ -32140,7 +32110,7 @@ const RichTextSendBoxWrapper = React.lazy(() => Promise.resolve().then(function
32140
32110
  *
32141
32111
  /* @conditional-compile-remove(rich-text-editor-composite-support)
32142
32112
  */
32143
- const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-C13gL49Q.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper }));
32113
+ const loadRichTextSendBox = () => Promise.resolve().then(function () { return require('./RichTextSendBoxWrapper-BdZl-Zgs.js'); }).then((module) => ({ default: module.RichTextSendBoxWrapper }));
32144
32114
  /**
32145
32115
  * @private
32146
32116
  */
@@ -33078,7 +33048,7 @@ const adaptCompositeState = (compositeState) => {
33078
33048
  // that are unknown to the UI component and data binding libraries. Generic handling of the errors (e.g.,
33079
33049
  // just displaying them in some UI surface) will continue to work for these operations. Handling of
33080
33050
  // specific operations (e.g., acting on errors related to permission issues) will ignore these operations.
33081
- compositeState.latestErrors, /* @conditional-compile-remove(breakout-rooms) */ compositeState.latestNotifications, compositeState.displayName, compositeState.alternateCallerId, compositeState.environmentInfo);
33051
+ compositeState.latestErrors, compositeState.latestNotifications, compositeState.displayName, compositeState.alternateCallerId, compositeState.environmentInfo);
33082
33052
  };
33083
33053
 
33084
33054
  // Copyright (c) Microsoft Corporation.
@@ -33388,7 +33358,6 @@ const getCallCompositePage = (call, previousCall, transferCall, isReturningFromB
33388
33358
  if (transferCall !== undefined) {
33389
33359
  return 'transferring';
33390
33360
  }
33391
- /* @conditional-compile-remove(breakout-rooms) */
33392
33361
  if (isReturningFromBreakoutRoom) {
33393
33362
  return 'returningFromBreakoutRoom';
33394
33363
  }
@@ -33863,22 +33832,18 @@ const getStartTime = (state) => { var _a; return (_a = state.call) === null || _
33863
33832
  * @private
33864
33833
  */
33865
33834
  const getSpotlightedParticipants = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === undefined ? undefined : _a.spotlight) === null || _b === undefined ? undefined : _b.spotlightedParticipants; };
33866
- /* @conditional-compile-remove(breakout-rooms) */
33867
33835
  /**
33868
33836
  * @private
33869
33837
  */
33870
33838
  const getAssignedBreakoutRoom = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === undefined ? undefined : _a.breakoutRooms) === null || _b === undefined ? undefined : _b.assignedBreakoutRoom; };
33871
- /* @conditional-compile-remove(breakout-rooms) */
33872
33839
  /**
33873
33840
  * @private
33874
33841
  */
33875
33842
  const getBreakoutRoomSettings = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === undefined ? undefined : _a.breakoutRooms) === null || _b === undefined ? undefined : _b.breakoutRoomSettings; };
33876
- /* @conditional-compile-remove(breakout-rooms) */
33877
33843
  /**
33878
33844
  * @private
33879
33845
  */
33880
33846
  const getBreakoutRoomDisplayName = (state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === undefined ? undefined : _a.breakoutRooms) === null || _b === undefined ? undefined : _b.breakoutRoomDisplayName; };
33881
- /* @conditional-compile-remove(breakout-rooms) */
33882
33847
  /**
33883
33848
  * @private
33884
33849
  */
@@ -34622,9 +34587,7 @@ const EndCall = (props) => {
34622
34587
  var _a;
34623
34588
  return react.concatStyleSets(compactMode ? groupCallLeaveButtonCompressedStyle : groupCallLeaveButtonStyle, (_a = props.styles) !== null && _a !== undefined ? _a : {});
34624
34589
  }, [compactMode, props.styles]);
34625
- /* @conditional-compile-remove(breakout-rooms) */
34626
34590
  const enableBreakoutRoomMenu = !!props.returnFromBreakoutRoom;
34627
- /* @conditional-compile-remove(breakout-rooms) */
34628
34591
  const breakoutRoomMenuProps = {
34629
34592
  items: [
34630
34593
  {
@@ -34646,9 +34609,7 @@ const EndCall = (props) => {
34646
34609
  styles: props.styles
34647
34610
  };
34648
34611
  return (React.createElement(react.Stack, null,
34649
- React.createElement(EndCallButton, Object.assign({ "data-ui-id": "call-composite-hangup-button" }, hangUpButtonProps, { onHangUp: props.disableEndCallModal ? onHangUp : hangUpOverride, styles: styles, showLabel: !compactMode, enableEndCallMenu: (_a = props.enableEndCallMenu) !== null && _a !== undefined ? _a : false,
34650
- /* @conditional-compile-remove(breakout-rooms) */
34651
- menuProps: enableBreakoutRoomMenu ? breakoutRoomMenuProps : undefined })),
34612
+ React.createElement(EndCallButton, Object.assign({ "data-ui-id": "call-composite-hangup-button" }, hangUpButtonProps, { onHangUp: props.disableEndCallModal ? onHangUp : hangUpOverride, styles: styles, showLabel: !compactMode, enableEndCallMenu: (_a = props.enableEndCallMenu) !== null && _a !== undefined ? _a : false, menuProps: enableBreakoutRoomMenu ? breakoutRoomMenuProps : undefined })),
34652
34613
  React.createElement(Prompt, Object.assign({}, dialogLabels, { styles: { main: { minWidth: '22.5rem', padding: '1.5rem' } }, cancelButtonLabel: localeStrings.call.hangUpCancelButtonLabel, onConfirm: () => onHangUpConfirm(props.enableEndCallMenu), isOpen: showHangUpConfirm, onCancel: toggleConfirm }))));
34653
34614
  };
34654
34615
 
@@ -35604,7 +35565,7 @@ const DesktopMoreButton = (props) => {
35604
35565
  const rttDisabled = props.disableButtonsForHoldScreen || realTimeTextProps.isRealTimeTextOn || props.startRealTimeTextButtonChecked;
35605
35566
  moreButtonContextualMenuItems.push({
35606
35567
  key: 'realTimeTextKey',
35607
- id: 'common-call-composite-captions-button',
35568
+ id: 'common-call-composite-rtt-button',
35608
35569
  text: localeStrings.strings.call.realTimeTextLabel,
35609
35570
  iconProps: { iconName: 'RealTimeTextIcon', styles: { root: { lineHeight: 0 } } },
35610
35571
  itemProps: {
@@ -36051,7 +36012,6 @@ const useMinMaxDragPosition = (modalLayerHostId, rtl) => {
36051
36012
  }, [modalHostWidth, rtl]);
36052
36013
  return { minDragPosition: minDragPosition, maxDragPosition: maxDragPosition };
36053
36014
  };
36054
- /* @conditional-compile-remove(breakout-rooms) */
36055
36015
  /**
36056
36016
  * @private
36057
36017
  */
@@ -36207,9 +36167,7 @@ const CommonCallControlBar = (props) => {
36207
36167
  // If the hangup capability is not present, we default to true
36208
36168
  const isHangUpForEveryoneAllowed = (_a = useSelector$1((state) => { var _a, _b; return (_b = (_a = state.call) === null || _a === undefined ? undefined : _a.capabilitiesFeature) === null || _b === undefined ? undefined : _b.capabilities.hangUpForEveryOne.isPresent; })) !== null && _a !== undefined ? _a : true;
36209
36169
  const isTeams = useSelector$1(getIsTeamsCall);
36210
- /* @conditional-compile-remove(breakout-rooms) */
36211
36170
  const assignedBreakoutRoom = useSelector$1(getAssignedBreakoutRoom);
36212
- /* @conditional-compile-remove(breakout-rooms) */
36213
36171
  const breakoutRoomSettings = useSelector$1(getBreakoutRoomSettings);
36214
36172
  const handleResize = React.useCallback(() => {
36215
36173
  setControlBarButtonsWidth(controlBarContainerRef.current ? controlBarContainerRef.current.offsetWidth : 0);
@@ -36328,9 +36286,7 @@ const CommonCallControlBar = (props) => {
36328
36286
  const isReactionAllowed = callState.callStatus !== 'Connected' ||
36329
36287
  !(capabilitiesSelector === null || capabilitiesSelector === undefined ? undefined : capabilitiesSelector.capabilities) ||
36330
36288
  capabilitiesSelector.capabilities.useReactions.isPresent;
36331
- /* @conditional-compile-remove(breakout-rooms) */
36332
36289
  const canReturnToMainMeeting = breakoutRoomSettings && breakoutRoomSettings.disableReturnToMainMeeting === false;
36333
- /* @conditional-compile-remove(breakout-rooms) */
36334
36290
  const returnFromBreakoutRoom = React.useCallback(() => props.callAdapter.returnFromBreakoutRoom(), [props.callAdapter]);
36335
36291
  // when options is false then we want to hide the whole control bar.
36336
36292
  if (options === false) {
@@ -36365,7 +36321,6 @@ const CommonCallControlBar = (props) => {
36365
36321
  React.createElement(react.Stack.Item, null,
36366
36322
  React.createElement("div", { ref: controlBarContainerRef },
36367
36323
  React.createElement(ControlBar, { layout: props.displayVertical ? 'vertical' : 'horizontal', styles: centerContainerStyles },
36368
- /* @conditional-compile-remove(breakout-rooms) */
36369
36324
  !props.mobileView &&
36370
36325
  assignedBreakoutRoom &&
36371
36326
  assignedBreakoutRoom.state === 'open' &&
@@ -36410,12 +36365,9 @@ const CommonCallControlBar = (props) => {
36410
36365
  // Only show the end call menu when the call is connected, user should not be able to end the call for everyone
36411
36366
  // when they are not actively in the call to communicate they will.
36412
36367
  callState.callStatus === 'Connected' &&
36413
- /* @conditional-compile-remove(breakout-rooms) */
36414
36368
  !canReturnToMainMeeting, disableEndCallModal: !isBoolean(props.callControls) &&
36415
36369
  !isBoolean((_k = props.callControls) === null || _k === undefined ? undefined : _k.endCallButton) &&
36416
- ((_m = (_l = props.callControls) === null || _l === undefined ? undefined : _l.endCallButton) === null || _m === undefined ? undefined : _m.disableEndCallModal),
36417
- /* @conditional-compile-remove(breakout-rooms) */
36418
- returnFromBreakoutRoom: canReturnToMainMeeting ? returnFromBreakoutRoom : undefined }))))))),
36370
+ ((_m = (_l = props.callControls) === null || _l === undefined ? undefined : _l.endCallButton) === null || _m === undefined ? undefined : _m.disableEndCallModal), returnFromBreakoutRoom: canReturnToMainMeeting ? returnFromBreakoutRoom : undefined }))))))),
36419
36371
  !props.mobileView && sideButtonsPresent && (React.createElement(react.Stack.Item, null,
36420
36372
  React.createElement("div", { ref: sidepaneControlsRef },
36421
36373
  React.createElement(react.Stack, { horizontal: true, className: !props.mobileView ? react.mergeStyles(desktopButtonContainerStyle) : undefined },
@@ -36425,7 +36377,6 @@ const CommonCallControlBar = (props) => {
36425
36377
  _o.slice(0, CUSTOM_BUTTON_OPTIONS.MAX_SECONDARY_DESKTOP_CUSTOM_BUTTONS).map((CustomButton, i) => {
36426
36378
  return (React.createElement(CustomButton, { key: `secondary-custom-button-${i}`, styles: commonButtonStyles, showLabel: options.displayType !== 'compact' }));
36427
36379
  }))))),
36428
- /* @conditional-compile-remove(breakout-rooms) */
36429
36380
  (breakoutRoomSettings === null || breakoutRoomSettings === undefined ? undefined : breakoutRoomSettings.roomEndTime) && !props.mobileView && !isOutOfSpace && (React.createElement(react.Stack.Item, null,
36430
36381
  React.createElement(Timer, { timeStampInfo: breakoutRoomSettings === null || breakoutRoomSettings === undefined ? undefined : breakoutRoomSettings.roomEndTime.toString() }))))));
36431
36382
  };
@@ -37044,6 +36995,7 @@ const MoreDrawer = (props) => {
37044
36995
  });
37045
36996
  realTimeTextDrawerItems.push({
37046
36997
  itemKey: 'ToggleRTTKey',
36998
+ id: 'common-call-composite-rtt-start-button',
37047
36999
  text: localeStrings.strings.call.startRealTimeTextLabel,
37048
37000
  ariaLabel: rttDisabled
37049
37001
  ? localeStrings.strings.call.disabledStartRealTimeTextLabel
@@ -39328,8 +39280,6 @@ const getStopAllSpotlightCallbackWithPromptCallback = (stopAllSpotlight, setIsPr
39328
39280
 
39329
39281
  // Copyright (c) Microsoft Corporation.
39330
39282
  // Licensed under the MIT License.
39331
- /* @conditional-compile-remove(breakout-rooms) */
39332
- /* @conditional-compile-remove(breakout-rooms) */
39333
39283
  /**
39334
39284
  * @private
39335
39285
  */
@@ -39389,8 +39339,6 @@ const bannerIconClassName = react.mergeStyles({
39389
39339
 
39390
39340
  // Copyright (c) Microsoft Corporation.
39391
39341
  // Licensed under the MIT License.
39392
- /* @conditional-compile-remove(breakout-rooms) */
39393
- /* @conditional-compile-remove(breakout-rooms) */
39394
39342
  /**
39395
39343
  * @private
39396
39344
  */
@@ -39434,7 +39382,7 @@ const MAX_PINNED_REMOTE_VIDEO_TILES = 4;
39434
39382
  * @private
39435
39383
  */
39436
39384
  const CallArrangement = (props) => {
39437
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
39385
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
39438
39386
  const containerClassName = React.useMemo(() => {
39439
39387
  return props.mobileView ? containerStyleMobile : containerStyleDesktop;
39440
39388
  }, [props.mobileView]);
@@ -39690,10 +39638,8 @@ const CallArrangement = (props) => {
39690
39638
  const filteredCapabilitesChangedNotifications = props.mobileView
39691
39639
  ? (_f = props.capabilitiesChangedNotificationBarProps) === null || _f === undefined ? undefined : _f.capabilitiesChangedNotifications.filter((notification) => notification.capabilityName !== 'shareScreen')
39692
39640
  : (_g = props.capabilitiesChangedNotificationBarProps) === null || _g === undefined ? undefined : _g.capabilitiesChangedNotifications;
39693
- /* @conditional-compile-remove(breakout-rooms) */
39694
39641
  const notificationStackStrings = useCompositeStringsForNotificationStackStrings(locale);
39695
39642
  let latestNotifications = props.latestNotifications;
39696
- /* @conditional-compile-remove(breakout-rooms) */
39697
39643
  // Filter out breakout room notification that prompts user to join breakout room when in mobile view. We will
39698
39644
  // replace it with a non-dismissible banner
39699
39645
  latestNotifications = props.mobileView
@@ -39713,18 +39659,15 @@ const CallArrangement = (props) => {
39713
39659
  React.createElement(react.Stack.Item, { style: callCompositeContainerCSS },
39714
39660
  React.createElement(react.Stack.Item, { styles: callGalleryStyles, grow: true },
39715
39661
  React.createElement(react.Stack, { verticalFill: true, styles: galleryContainerStyles },
39716
- React.createElement(react.Stack.Item, { styles: notificationsContainerStyles },
39717
- /* @conditional-compile-remove(breakout-rooms) */
39662
+ !((_h = props.notificationOptions) === null || _h === undefined ? undefined : _h.hideAllNotifications) && (React.createElement(react.Stack.Item, { styles: notificationsContainerStyles },
39718
39663
  props.mobileView && React.createElement(BreakoutRoomsBanner, { locale: locale, adapter: adapter }),
39719
39664
  props.showErrorNotifications && (React.createElement(react.Stack, { styles: notificationStackStyles, horizontalAlign: "center", verticalAlign: "center" },
39720
39665
  React.createElement(NotificationStack, { onDismissNotification: props.onDismissError, activeNotifications: filteredLatestErrorNotifications }))),
39721
39666
  latestNotifications && (React.createElement(react.Stack, { styles: notificationStackStyles, horizontalAlign: "center", verticalAlign: "center" },
39722
- React.createElement(NotificationStack, { activeNotifications: latestNotifications, onDismissNotification: props.onDismissNotification,
39723
- /* @conditional-compile-remove(breakout-rooms) */
39724
- strings: notificationStackStrings }))),
39667
+ React.createElement(NotificationStack, { activeNotifications: latestNotifications, onDismissNotification: props.onDismissNotification, strings: notificationStackStrings }))),
39725
39668
  props.capabilitiesChangedNotificationBarProps &&
39726
39669
  props.capabilitiesChangedNotificationBarProps.capabilitiesChangedNotifications.length > 0 && (React.createElement(react.Stack, { styles: bannerNotificationStyles },
39727
- React.createElement(CapabilitiesChangedNotificationBar, Object.assign({}, props.capabilitiesChangedNotificationBarProps, { capabilitiesChangedNotifications: filteredCapabilitesChangedNotifications !== null && filteredCapabilitesChangedNotifications !== undefined ? filteredCapabilitesChangedNotifications : [] }))))),
39670
+ React.createElement(CapabilitiesChangedNotificationBar, Object.assign({}, props.capabilitiesChangedNotificationBarProps, { capabilitiesChangedNotifications: filteredCapabilitesChangedNotifications !== null && filteredCapabilitesChangedNotifications !== undefined ? filteredCapabilitesChangedNotifications : [] })))))),
39728
39671
  renderGallery && props.onRenderGalleryContent && props.onRenderGalleryContent(),
39729
39672
  !isInLocalHold && (React.createElement(CallingCaptionsBanner, { captionsOptions: props.captionsOptions, isMobile: props.mobileView, onFetchAvatarPersonaData: props.onFetchAvatarPersonaData, useTeamsCaptions: useTeamsCaptions,
39730
39673
  /* @conditional-compile-remove(rtt) */
@@ -39732,7 +39675,7 @@ const CallArrangement = (props) => {
39732
39675
  React.createElement(SidePane, { mobileView: props.mobileView, maxWidth: isVideoPaneOpen ? `${VIDEO_EFFECTS_SIDE_PANE_WIDTH_REM}rem` : undefined, minWidth: isVideoPaneOpen ? `${VIDEO_EFFECTS_SIDE_PANE_WIDTH_REM}rem` : undefined, updateSidePaneRenderer: props.updateSidePaneRenderer, onPeopleButtonClicked: props.mobileView && !shouldShowPeopleTabHeaderButton(props.callControlProps.options)
39733
39676
  ? undefined
39734
39677
  : togglePeoplePane, disablePeopleButton: typeof props.callControlProps.options !== 'boolean' &&
39735
- isDisabled$4((_h = props.callControlProps.options) === null || _h === undefined ? undefined : _h.participantsButton), onChatButtonClicked: (_j = props.mobileChatTabHeader) === null || _j === undefined ? undefined : _j.onClick, disableChatButton: (_k = props.mobileChatTabHeader) === null || _k === undefined ? undefined : _k.disabled, showAddPeopleButton: !!props.callControlProps.callInvitationURL, ariaLabel: isVideoEffectsPaneOpen ? locale.strings.call.videoEffectsPaneAriaLabel : undefined }),
39678
+ isDisabled$4((_j = props.callControlProps.options) === null || _j === undefined ? undefined : _j.participantsButton), onChatButtonClicked: (_k = props.mobileChatTabHeader) === null || _k === undefined ? undefined : _k.onClick, disableChatButton: (_l = props.mobileChatTabHeader) === null || _l === undefined ? undefined : _l.disabled, showAddPeopleButton: !!props.callControlProps.callInvitationURL, ariaLabel: isVideoEffectsPaneOpen ? locale.strings.call.videoEffectsPaneAriaLabel : undefined }),
39736
39679
  props.mobileView && (React.createElement(ModalLocalAndRemotePIP, { modalLayerHostId: props.modalLayerHostId, hidden: !isSidePaneOpen, styles: pipStyles, strings: modalStrings, minDragPosition: minMaxDragPosition.minDragPosition, maxDragPosition: minMaxDragPosition.maxDragPosition, onDismissSidePane: () => {
39737
39680
  closePeoplePane();
39738
39681
  if (props.onCloseChatPane) {
@@ -39741,20 +39684,20 @@ const CallArrangement = (props) => {
39741
39684
  } })),
39742
39685
  drawerMenuItems.length > 0 && (React.createElement(react.Stack, { styles: drawerContainerStyles() },
39743
39686
  React.createElement(_DrawerMenu, { onLightDismiss: () => setDrawerMenuItems([]), items: drawerMenuItems })))),
39744
- ((_l = props.callControlProps) === null || _l === undefined ? undefined : _l.options) !== false && !isMobileWithActivePane && (React.createElement(react.Stack, { verticalAlign: 'center', className: react.mergeStyles({
39687
+ ((_m = props.callControlProps) === null || _m === undefined ? undefined : _m.options) !== false && !isMobileWithActivePane && (React.createElement(react.Stack, { verticalAlign: 'center', className: react.mergeStyles({
39745
39688
  zIndex: CONTROL_BAR_Z_INDEX,
39746
39689
  padding: verticalControlBar ? '0.25rem' : 'unset'
39747
- }) }, isLegacyCallControlEnabled((_m = props.callControlProps) === null || _m === undefined ? undefined : _m.options) ? (React.createElement(CallControls, Object.assign({}, props.callControlProps, { containerWidth: containerWidth, containerHeight: containerHeight, isMobile: props.mobileView, peopleButtonChecked: isPeoplePaneOpen, onPeopleButtonClicked: togglePeoplePane, displayVertical: verticalControlBar }))) : (React.createElement(CommonCallControlBar, Object.assign({}, props.callControlProps, { callControls: props.callControlProps.options, callAdapter: adapter, mobileView: props.mobileView, disableButtonsForLobbyPage: isInLobby, disableButtonsForHoldScreen: isInLocalHold, peopleButtonChecked: isPeoplePaneOpen, onPeopleButtonClicked: togglePeoplePane, onMoreButtonClicked: onMoreButtonClicked, isCaptionsSupported: (useTeamsCaptions && hasJoinedCall) || hasJoinedCall,
39690
+ }) }, isLegacyCallControlEnabled((_o = props.callControlProps) === null || _o === undefined ? undefined : _o.options) ? (React.createElement(CallControls, Object.assign({}, props.callControlProps, { containerWidth: containerWidth, containerHeight: containerHeight, isMobile: props.mobileView, peopleButtonChecked: isPeoplePaneOpen, onPeopleButtonClicked: togglePeoplePane, displayVertical: verticalControlBar }))) : (React.createElement(CommonCallControlBar, Object.assign({}, props.callControlProps, { callControls: props.callControlProps.options, callAdapter: adapter, mobileView: props.mobileView, disableButtonsForLobbyPage: isInLobby, disableButtonsForHoldScreen: isInLocalHold, peopleButtonChecked: isPeoplePaneOpen, onPeopleButtonClicked: togglePeoplePane, onMoreButtonClicked: onMoreButtonClicked, isCaptionsSupported: (useTeamsCaptions && hasJoinedCall) || hasJoinedCall,
39748
39691
  /* @conditional-compile-remove(rtt) */
39749
- isRealTimeTextSupported: hasJoinedCall,
39692
+ isRealTimeTextSupported: hasJoinedCall && !props.isPstnCall,
39750
39693
  /* @conditional-compile-remove(rtt) */
39751
39694
  onStartRealTimeText: onStartRealTimeText,
39752
39695
  /* @conditional-compile-remove(rtt) */
39753
39696
  startRealTimeTextButtonChecked: openRealTimeText, useTeamsCaptions: useTeamsCaptions, isCaptionsOn: isCaptionsOn, onClickVideoEffects: onResolveVideoEffectDependency ? openVideoEffectsPane : undefined, displayVertical: verticalControlBar, onUserSetOverflowGalleryPositionChange: props.onUserSetOverflowGalleryPositionChange, onUserSetGalleryLayout: props.onUserSetGalleryLayoutChange, userSetGalleryLayout: props.userSetGalleryLayout, onSetDialpadPage: props.onSetDialpadPage, dtmfDialerPresent: props.dtmfDialerPresent, peopleButtonRef: peopleButtonRef, cameraButtonRef: cameraButtonRef, onStopLocalSpotlight: !hideSpotlightButtons && localParticipant.spotlight ? onStopLocalSpotlightWithPrompt : undefined, onToggleTeamsMeetingConferenceModal: toggleTeamsMeetingConferenceModal, teamsMeetingConferenceModalPresent: showTeamsMeetingConferenceModal, sidePaneDismissButtonRef: sidePaneDismissButtonRef }))))),
39754
- ((_o = props.callControlProps) === null || _o === undefined ? undefined : _o.options) !== false && showDrawer && (React.createElement(react.Stack, { styles: drawerContainerStylesValue },
39697
+ ((_p = props.callControlProps) === null || _p === undefined ? undefined : _p.options) !== false && showDrawer && (React.createElement(react.Stack, { styles: drawerContainerStylesValue },
39755
39698
  React.createElement(PreparedMoreDrawer, { callControls: props.callControlProps.options, onLightDismiss: closeDrawer, onPeopleButtonClicked: onMoreDrawerPeopleClicked, disableButtonsForHoldScreen: isInLocalHold, isCaptionsSupported: (useTeamsCaptions && hasJoinedCall) || hasJoinedCall,
39756
39699
  /* @conditional-compile-remove(rtt) */
39757
- isRealTimeTextSupported: hasJoinedCall,
39700
+ isRealTimeTextSupported: hasJoinedCall && !props.isPstnCall,
39758
39701
  /* @conditional-compile-remove(rtt) */
39759
39702
  onStartRealTimeText: onStartRealTimeText,
39760
39703
  /* @conditional-compile-remove(rtt) */
@@ -40243,6 +40186,7 @@ const CallPage = (props) => {
40243
40186
  const callees = useSelector$1(getTargetCallees);
40244
40187
  const renderDtmfDialerFromStart = showDtmfDialer(callees, remoteParticipantsConnected, disableAutoShowDtmfDialer);
40245
40188
  const [dtmfDialerPresent, setDtmfDialerPresent] = React.useState(renderDtmfDialerFromStart);
40189
+ const isPstnCall = callees === null || callees === undefined ? undefined : callees.some((callee) => communicationCommon.isPhoneNumberIdentifier(callee));
40246
40190
  const strings = useLocale().strings.call;
40247
40191
  const pinnedParticipantsChecked = React.useMemo(() => pinnedParticipants.filter((pinnedParticipant) => remoteParticipantsConnected.find((remoteParticipant) => toFlatCommunicationIdentifier(remoteParticipant.identifier) === pinnedParticipant)), [pinnedParticipants, remoteParticipantsConnected]);
40248
40192
  // Reduce the controls shown when mobile view is enabled.
@@ -40250,19 +40194,14 @@ const CallPage = (props) => {
40250
40194
  const drawerMenuHostId = reactHooks.useId('drawerMenuHost');
40251
40195
  const [isPromptOpen, setIsPromptOpen] = React.useState(false);
40252
40196
  const [promptProps, setPromptProps] = React.useState();
40253
- /* @conditional-compile-remove(breakout-rooms) */
40254
40197
  const page = useSelector$1((state) => state.page);
40255
- /* @conditional-compile-remove(breakout-rooms) */
40256
40198
  const userId = useSelector$1((state) => state.userId);
40257
- /* @conditional-compile-remove(breakout-rooms) */
40258
40199
  const displayName = useSelector$1((state) => state.displayName);
40259
- /* @conditional-compile-remove(breakout-rooms) */
40260
40200
  const onRenderAvatar = React.useCallback((userId, options) => {
40261
40201
  return (React.createElement(react.Stack, { className: react.mergeStyles({ position: 'absolute', height: '100%', width: '100%' }) },
40262
40202
  React.createElement(react.Stack, { styles: { root: { margin: 'auto', maxHeight: '100%' } } }, (options === null || options === undefined ? undefined : options.coinSize) && (React.createElement(AvatarPersona, Object.assign({ userId: userId }, options, { dataProvider: props.onFetchAvatarPersonaData }))))));
40263
40203
  }, [props.onFetchAvatarPersonaData]);
40264
40204
  let galleryContentWhenNotInCall = React.createElement(React.Fragment, null);
40265
- /* @conditional-compile-remove(breakout-rooms) */
40266
40205
  if (!_isInCall(callStatus) && page === 'returningFromBreakoutRoom') {
40267
40206
  galleryContentWhenNotInCall = (React.createElement(VideoTile, { userId: toFlatCommunicationIdentifier(userId), displayName: displayName, initialsName: displayName, onRenderPlaceholder: onRenderAvatar }));
40268
40207
  }
@@ -40283,7 +40222,7 @@ const CallPage = (props) => {
40283
40222
  increaseFlyoutItemSize: mobileView
40284
40223
  }, onFetchAvatarPersonaData: onFetchAvatarPersonaData, mobileView: mobileView, modalLayerHostId: props.modalLayerHostId, onRenderGalleryContent: () => _isInCall(callStatus) ? (isNetworkHealthy(networkReconnectTileProps.networkReconnectValue) ? (onRenderGalleryContentTrampoline()) : (React.createElement(NetworkReconnectTile, Object.assign({}, networkReconnectTileProps, { isMobile: mobileView })))) : (galleryContentWhenNotInCall), updateSidePaneRenderer: props.updateSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: onCloseChatPane, dataUiId: 'call-page', latestErrors: props.latestErrors, latestNotifications: latestNotifications, onDismissError: props.onDismissError, onDismissNotification: onDismissNotification, onUserSetOverflowGalleryPositionChange: onSetUserSetOverflowGalleryPosition, onUserSetGalleryLayoutChange: onUserSetGalleryLayoutChange, userSetGalleryLayout: galleryLayout, capabilitiesChangedNotificationBarProps: props.capabilitiesChangedNotificationBarProps, onSetDialpadPage: () => setDtmfDialerPresent(!dtmfDialerPresent), dtmfDialerPresent: dtmfDialerPresent, setIsPromptOpen: setIsPromptOpen, setPromptProps: setPromptProps, hideSpotlightButtons: (_b = options === null || options === undefined ? undefined : options.spotlight) === null || _b === undefined ? undefined : _b.hideSpotlightButtons, pinnedParticipants: pinnedParticipantsChecked, setPinnedParticipants: setPinnedParticipants,
40285
40224
  /* @conditional-compile-remove(call-readiness) */
40286
- doNotShowCameraAccessNotifications: ((_d = (_c = props.options) === null || _c === undefined ? undefined : _c.deviceChecks) === null || _d === undefined ? undefined : _d.camera) === 'doNotPrompt', captionsOptions: options === null || options === undefined ? undefined : options.captionsBanner, dtmfDialerOptions: disableAutoShowDtmfDialer }),
40225
+ doNotShowCameraAccessNotifications: ((_d = (_c = props.options) === null || _c === undefined ? undefined : _c.deviceChecks) === null || _d === undefined ? undefined : _d.camera) === 'doNotPrompt', captionsOptions: options === null || options === undefined ? undefined : options.captionsBanner, dtmfDialerOptions: disableAutoShowDtmfDialer, notificationOptions: props.notificationOptions, isPstnCall: isPstnCall }),
40287
40226
  React.createElement(Prompt, Object.assign({ isOpen: isPromptOpen, onDismiss: () => setIsPromptOpen(false) }, promptProps))));
40288
40227
  };
40289
40228
  /**
@@ -42576,7 +42515,7 @@ const isShowing = (overrideSidePane) => {
42576
42515
  return !!(overrideSidePane === null || overrideSidePane === undefined ? undefined : overrideSidePane.isActive);
42577
42516
  };
42578
42517
  const MainScreen = (props) => {
42579
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u;
42518
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w;
42580
42519
  const adapter = useAdapter();
42581
42520
  const { camerasCount, microphonesCount } = useSelector$1(deviceCountSelector);
42582
42521
  const hasCameras = camerasCount > 0;
@@ -42771,15 +42710,14 @@ const MainScreen = (props) => {
42771
42710
  pageElement = (React.createElement(TransferPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onFetchAvatarPersonaData: onFetchAvatarPersonaData, latestErrors: latestInCallErrors, latestNotifications: latestNotifications, onDismissError: onDismissError, onDismissNotification: onDismissNotification, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps }));
42772
42711
  break;
42773
42712
  case 'call':
42774
- pageElement = (React.createElement(CallPage, { callInvitationURL: callInvitationUrl, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: props.onCloseChatPane, latestErrors: latestInCallErrors, latestNotifications: latestNotifications, onDismissError: onDismissError, onDismissNotification: onDismissNotification, galleryLayout: userSetGalleryLayout, onUserSetGalleryLayoutChange: setUserSetGalleryLayout, onSetUserSetOverflowGalleryPosition: setUserSetOverflowGalleryPosition, userSetOverflowGalleryPosition: userSetOverflowGalleryPosition, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps, pinnedParticipants: pinnedParticipants, setPinnedParticipants: setPinnedParticipants, compositeAudioContext: compositeAudioContext, disableAutoShowDtmfDialer: (_s = props.options) === null || _s === undefined ? undefined : _s.disableAutoShowDtmfDialer }));
42713
+ pageElement = (React.createElement(CallPage, { callInvitationURL: callInvitationUrl, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: props.onCloseChatPane, latestErrors: latestInCallErrors, latestNotifications: latestNotifications, onDismissError: onDismissError, onDismissNotification: onDismissNotification, galleryLayout: userSetGalleryLayout, onUserSetGalleryLayoutChange: setUserSetGalleryLayout, onSetUserSetOverflowGalleryPosition: setUserSetOverflowGalleryPosition, userSetOverflowGalleryPosition: userSetOverflowGalleryPosition, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps, pinnedParticipants: pinnedParticipants, setPinnedParticipants: setPinnedParticipants, compositeAudioContext: compositeAudioContext, disableAutoShowDtmfDialer: (_s = props.options) === null || _s === undefined ? undefined : _s.disableAutoShowDtmfDialer, notificationOptions: (_t = props.options) === null || _t === undefined ? undefined : _t.notificationOptions }));
42775
42714
  break;
42776
42715
  case 'hold':
42777
42716
  pageElement = (React.createElement(React.Fragment, null, React.createElement(HoldPage, { mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, latestErrors: latestInCallErrors, latestNotifications: latestNotifications, onDismissError: onDismissError, onDismissNotification: onDismissNotification, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps })));
42778
42717
  break;
42779
42718
  }
42780
- /* @conditional-compile-remove(breakout-rooms) */
42781
42719
  if (page === 'returningFromBreakoutRoom') {
42782
- pageElement = (React.createElement(CallPage, { callInvitationURL: callInvitationUrl, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: props.onCloseChatPane, latestErrors: latestInCallErrors, latestNotifications: latestNotifications, onDismissError: onDismissError, onDismissNotification: onDismissNotification, galleryLayout: userSetGalleryLayout, onUserSetGalleryLayoutChange: setUserSetGalleryLayout, onSetUserSetOverflowGalleryPosition: setUserSetOverflowGalleryPosition, userSetOverflowGalleryPosition: userSetOverflowGalleryPosition, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps, pinnedParticipants: pinnedParticipants, setPinnedParticipants: setPinnedParticipants, compositeAudioContext: compositeAudioContext, disableAutoShowDtmfDialer: (_t = props.options) === null || _t === undefined ? undefined : _t.disableAutoShowDtmfDialer }));
42720
+ pageElement = (React.createElement(CallPage, { callInvitationURL: callInvitationUrl, onFetchAvatarPersonaData: onFetchAvatarPersonaData, onFetchParticipantMenuItems: onFetchParticipantMenuItems, mobileView: props.mobileView, modalLayerHostId: props.modalLayerHostId, options: props.options, updateSidePaneRenderer: setSidePaneRenderer, mobileChatTabHeader: props.mobileChatTabHeader, onCloseChatPane: props.onCloseChatPane, latestErrors: latestInCallErrors, latestNotifications: latestNotifications, onDismissError: onDismissError, onDismissNotification: onDismissNotification, galleryLayout: userSetGalleryLayout, onUserSetGalleryLayoutChange: setUserSetGalleryLayout, onSetUserSetOverflowGalleryPosition: setUserSetOverflowGalleryPosition, userSetOverflowGalleryPosition: userSetOverflowGalleryPosition, capabilitiesChangedNotificationBarProps: capabilitiesChangedNotificationBarProps, pinnedParticipants: pinnedParticipants, setPinnedParticipants: setPinnedParticipants, compositeAudioContext: compositeAudioContext, disableAutoShowDtmfDialer: (_u = props.options) === null || _u === undefined ? undefined : _u.disableAutoShowDtmfDialer, notificationOptions: (_v = props.options) === null || _v === undefined ? undefined : _v.notificationOptions }));
42783
42721
  }
42784
42722
  useEndedCallConsoleErrors(endedCall);
42785
42723
  /* @conditional-compile-remove(unsupported-browser) */
@@ -42789,7 +42727,7 @@ const MainScreen = (props) => {
42789
42727
  case 'unsupportedEnvironment':
42790
42728
  pageElement = (React.createElement(React.Fragment, null,
42791
42729
  /* @conditional-compile-remove(unsupported-browser) */
42792
- React.createElement(UnsupportedBrowserPage, { onTroubleshootingClick: (_u = props.options) === null || _u === undefined ? undefined : _u.onEnvironmentInfoTroubleshootingClick, environmentInfo: environmentInfo })));
42730
+ React.createElement(UnsupportedBrowserPage, { onTroubleshootingClick: (_w = props.options) === null || _w === undefined ? undefined : _w.onEnvironmentInfoTroubleshootingClick, environmentInfo: environmentInfo })));
42793
42731
  break;
42794
42732
  }
42795
42733
  if (!pageElement) {
@@ -43127,7 +43065,6 @@ class CallContext {
43127
43065
  constructor(clientState, isTeamsCall, isTeamsMeeting, isRoomsCall, options, targetCallees) {
43128
43066
  var _a, _b, _c, _d, _e, _f, _g, _h, _j;
43129
43067
  this.emitter = new events.EventEmitter();
43130
- /* @conditional-compile-remove(breakout-rooms) */
43131
43068
  this.isReturningFromBreakoutRoom = false;
43132
43069
  this.state = {
43133
43070
  isLocalPreviewMicrophoneEnabled: false,
@@ -43138,7 +43075,7 @@ class CallContext {
43138
43075
  targetCallees: targetCallees,
43139
43076
  page: 'configuration',
43140
43077
  latestErrors: clientState.latestErrors,
43141
- /* @conditional-compile-remove(breakout-rooms) */ latestNotifications: clientState.latestNotifications,
43078
+ latestNotifications: clientState.latestNotifications,
43142
43079
  isTeamsCall,
43143
43080
  isTeamsMeeting,
43144
43081
  isRoomsCall,
@@ -43205,7 +43142,6 @@ class CallContext {
43205
43142
  setTargetCallee(targetCallees) {
43206
43143
  this.setState(Object.assign(Object.assign({}, this.state), { targetCallees }));
43207
43144
  }
43208
- /* @conditional-compile-remove(breakout-rooms) */
43209
43145
  setIsReturningFromBreakoutRoom(isReturningFromBreakoutRoom) {
43210
43146
  this.isReturningFromBreakoutRoom = isReturningFromBreakoutRoom;
43211
43147
  }
@@ -43230,12 +43166,10 @@ class CallContext {
43230
43166
  ? findLatestAcceptedTransfer(call.transfer.acceptedTransfers)
43231
43167
  : undefined;
43232
43168
  const transferCall = latestAcceptedTransfer ? clientState.calls[latestAcceptedTransfer.callId] : undefined;
43233
- /* @conditional-compile-remove(breakout-rooms) */
43234
43169
  if ((call === null || call === undefined ? undefined : call.state) === 'Connected' || (call === null || call === undefined ? undefined : call.state) === 'Connecting') {
43235
43170
  this.setIsReturningFromBreakoutRoom(false);
43236
43171
  }
43237
43172
  let isReturningFromBreakoutRoom = false;
43238
- /* @conditional-compile-remove(breakout-rooms) */
43239
43173
  isReturningFromBreakoutRoom = this.isReturningFromBreakoutRoom;
43240
43174
  const newPage = getCallCompositePage(call, latestEndedCall, transferCall, isReturningFromBreakoutRoom,
43241
43175
  /* @conditional-compile-remove(unsupported-browser) */ environmentInfo);
@@ -43258,8 +43192,7 @@ class CallContext {
43258
43192
  call = undefined;
43259
43193
  }
43260
43194
  if (this.state.page) {
43261
- this.setState(Object.assign(Object.assign({}, this.state), { userId: clientState.userId, displayName: (_c = clientState.callAgent) === null || _c === undefined ? undefined : _c.displayName, call, page: newPage, endedCall: latestEndedCall, devices: clientState.deviceManager, latestErrors: clientState.latestErrors,
43262
- /* @conditional-compile-remove(breakout-rooms) */ latestNotifications: clientState.latestNotifications, cameraStatus: (call === null || call === undefined ? undefined : call.localVideoStreams.find((s) => s.mediaStreamType === 'Video')) ||
43195
+ this.setState(Object.assign(Object.assign({}, this.state), { userId: clientState.userId, displayName: (_c = clientState.callAgent) === null || _c === undefined ? undefined : _c.displayName, call, page: newPage, endedCall: latestEndedCall, devices: clientState.deviceManager, latestErrors: clientState.latestErrors, latestNotifications: clientState.latestNotifications, cameraStatus: (call === null || call === undefined ? undefined : call.localVideoStreams.find((s) => s.mediaStreamType === 'Video')) ||
43263
43196
  clientState.deviceManager.unparentedViews.find((s) => s.mediaStreamType === 'Video')
43264
43197
  ? 'On'
43265
43198
  : 'Off', acceptedTransferCallState: transferCall }));
@@ -43596,7 +43529,6 @@ class AzureCommunicationCallAdapter {
43596
43529
  ? { localVideoStreams: [new communicationCalling.LocalVideoStream(selectedCamera)] }
43597
43530
  : {};
43598
43531
  const call = this._joinCall(audioOptions, videoOptions);
43599
- /* @conditional-compile-remove(breakout-rooms) */
43600
43532
  this.originCall = call;
43601
43533
  this.processNewCall(call);
43602
43534
  return call;
@@ -44097,7 +44029,6 @@ class AzureCommunicationCallAdapter {
44097
44029
  (_b = (_a = this.handlers).onPermitOthersVideo) === null || _b === undefined ? undefined : _b.call(_a);
44098
44030
  });
44099
44031
  }
44100
- /* @conditional-compile-remove(breakout-rooms) */
44101
44032
  returnFromBreakoutRoom() {
44102
44033
  return __awaiter$7(this, undefined, undefined, function* () {
44103
44034
  var _a, _b;
@@ -44179,9 +44110,7 @@ class AzureCommunicationCallAdapter {
44179
44110
  (_h = this.call) === null || _h === undefined ? undefined : _h.feature(communicationCalling.Features.Spotlight).on('spotlightChanged', this.spotlightChanged.bind(this));
44180
44111
  /* @conditional-compile-remove(rtt) */
44181
44112
  (_j = this.call) === null || _j === undefined ? undefined : _j.feature(communicationCalling.Features.RealTimeText).on('realTimeTextReceived', this.realTimeTextReceived.bind(this));
44182
- /* @conditional-compile-remove(breakout-rooms) */
44183
44113
  const breakoutRoomsFeature = (_k = this.call) === null || _k === undefined ? undefined : _k.feature(communicationCalling.Features.BreakoutRooms);
44184
- /* @conditional-compile-remove(breakout-rooms) */
44185
44114
  if (breakoutRoomsFeature) {
44186
44115
  breakoutRoomsFeature.on('breakoutRoomsUpdated', this.breakoutRoomsUpdated.bind(this));
44187
44116
  }
@@ -44203,9 +44132,7 @@ class AzureCommunicationCallAdapter {
44203
44132
  if (this.callingSoundSubscriber) {
44204
44133
  this.callingSoundSubscriber.unsubscribeAll();
44205
44134
  }
44206
- /* @conditional-compile-remove(breakout-rooms) */
44207
44135
  const breakoutRoomsFeature = (_g = this.call) === null || _g === undefined ? undefined : _g.feature(communicationCalling.Features.BreakoutRooms);
44208
- /* @conditional-compile-remove(breakout-rooms) */
44209
44136
  if (breakoutRoomsFeature) {
44210
44137
  breakoutRoomsFeature.off('breakoutRoomsUpdated', this.breakoutRoomsUpdated.bind(this));
44211
44138
  }
@@ -44294,7 +44221,6 @@ class AzureCommunicationCallAdapter {
44294
44221
  spotlightChanged(args) {
44295
44222
  this.emitter.emit('spotlightChanged', args);
44296
44223
  }
44297
- /* @conditional-compile-remove(breakout-rooms) */
44298
44224
  breakoutRoomsUpdated(eventData) {
44299
44225
  if (eventData.type === 'assignedBreakoutRooms') {
44300
44226
  this.assignedBreakoutRoomUpdated(eventData.data);
@@ -44304,7 +44230,6 @@ class AzureCommunicationCallAdapter {
44304
44230
  }
44305
44231
  this.emitter.emit('breakoutRoomsUpdated', eventData);
44306
44232
  }
44307
- /* @conditional-compile-remove(breakout-rooms) */
44308
44233
  assignedBreakoutRoomUpdated(breakoutRoom) {
44309
44234
  var _a, _b, _c;
44310
44235
  if (!((_a = this.call) === null || _a === undefined ? undefined : _a.id)) {
@@ -44314,7 +44239,6 @@ class AzureCommunicationCallAdapter {
44314
44239
  this.returnFromBreakoutRoom();
44315
44240
  }
44316
44241
  }
44317
- /* @conditional-compile-remove(breakout-rooms) */
44318
44242
  breakoutRoomJoined(call) {
44319
44243
  var _a;
44320
44244
  if (((_a = this.call) === null || _a === undefined ? undefined : _a.id) !== call.id) {
@@ -44323,7 +44247,6 @@ class AzureCommunicationCallAdapter {
44323
44247
  // Hang up other breakout room calls in case we are joining a new breakout room while already in one
44324
44248
  this.hangupOtherBreakoutRoomCalls(call.id);
44325
44249
  }
44326
- /* @conditional-compile-remove(breakout-rooms) */
44327
44250
  hangupOtherBreakoutRoomCalls(currentBreakoutRoomCallId) {
44328
44251
  // Get other breakout room calls by checking which other calls have breakout room settings defined
44329
44252
  const otherBreakoutRoomCallStates = Object.values(this.callClient.getState().calls).filter((callState) => {
@@ -44742,7 +44665,6 @@ const callCompositeContainerStyles = (isMobile) => ({
44742
44665
  minWidth: isMobile ? 'unset' : `${compositeMinWidthRem}rem`
44743
44666
  }
44744
44667
  });
44745
- /* @conditional-compile-remove(breakout-rooms) */
44746
44668
  /**
44747
44669
  * Style for stack containing the chat spinner used to delay showing chat composite until it is ready.
44748
44670
  * @private
@@ -44981,7 +44903,6 @@ class CallWithChatBackedCallAdapter {
44981
44903
  return this.callWithChatAdapter.muteAllRemoteParticipants();
44982
44904
  });
44983
44905
  }
44984
- /* @conditional-compile-remove(breakout-rooms) */
44985
44906
  returnFromBreakoutRoom() {
44986
44907
  return __awaiter$6(this, undefined, undefined, function* () {
44987
44908
  return this.callWithChatAdapter.returnFromBreakoutRoom();
@@ -45040,7 +44961,6 @@ function callAdapterStateFromCallWithChatAdapterState(callWithChatAdapterState)
45040
44961
  isTeamsMeeting: callWithChatAdapterState.isTeamsMeeting,
45041
44962
  isRoomsCall: false,
45042
44963
  latestErrors: callWithChatAdapterState.latestCallErrors,
45043
- /* @conditional-compile-remove(breakout-rooms) */
45044
44964
  latestNotifications: callWithChatAdapterState.latestCallNotifications,
45045
44965
  alternateCallerId: callWithChatAdapterState.alternateCallerId,
45046
44966
  environmentInfo: callWithChatAdapterState.environmentInfo,
@@ -45518,25 +45438,15 @@ const CallWithChatScreen = (props) => {
45518
45438
  /* @conditional-compile-remove(rich-text-editor-composite-support) */
45519
45439
  props.richTextEditor
45520
45440
  ]);
45521
- /* @conditional-compile-remove(breakout-rooms) */
45522
45441
  const chatSpinnerLabel = useLocale().strings.callWithChat.chatContentSpinnerLabel;
45523
45442
  const onRenderChatContent = React.useCallback(() => {
45524
- /* @conditional-compile-remove(breakout-rooms) */
45525
45443
  if (!isChatInitialized) {
45526
45444
  return (React.createElement(react.Stack, { styles: chatSpinnerContainerStyles },
45527
45445
  React.createElement(react.Spinner, { label: chatSpinnerLabel, size: react.SpinnerSize.large })));
45528
45446
  }
45529
45447
  return (React.createElement(ChatComposite, { adapter: chatAdapter, fluentTheme: theme, options: chatCompositeOptions, onFetchAvatarPersonaData: props.onFetchAvatarPersonaData }));
45530
- }, [
45531
- chatAdapter,
45532
- props.onFetchAvatarPersonaData,
45533
- chatCompositeOptions,
45534
- theme,
45535
- /* @conditional-compile-remove(breakout-rooms) */ isChatInitialized,
45536
- /* @conditional-compile-remove(breakout-rooms) */ chatSpinnerLabel
45537
- ]);
45448
+ }, [chatAdapter, props.onFetchAvatarPersonaData, chatCompositeOptions, theme, isChatInitialized, chatSpinnerLabel]);
45538
45449
  let chatPaneTitle = callWithChatStrings.chatPaneTitle;
45539
- /* @conditional-compile-remove(breakout-rooms) */
45540
45450
  // If breakout room settings are defined then we know we are in a breakout room so we should
45541
45451
  // use the breakout room chat pane title.
45542
45452
  if ((_b = (_a = callAdapter.getState().call) === null || _a === undefined ? undefined : _a.breakoutRooms) === null || _b === undefined ? undefined : _b.breakoutRoomSettings) {
@@ -45629,7 +45539,6 @@ function callWithChatAdapterStateFromBackingStates(callAdapter) {
45629
45539
  isTeamsCall: callAdapterState.isTeamsCall,
45630
45540
  isTeamsMeeting: callAdapterState.isTeamsMeeting,
45631
45541
  latestCallErrors: callAdapterState.latestErrors,
45632
- /* @conditional-compile-remove(breakout-rooms) */
45633
45542
  latestCallNotifications: callAdapterState.latestNotifications,
45634
45543
  latestChatErrors: {},
45635
45544
  alternateCallerId: callAdapterState.alternateCallerId,
@@ -45653,9 +45562,7 @@ function mergeChatAdapterStateIntoCallWithChatAdapterState(existingCallWithChatA
45653
45562
  * @private
45654
45563
  */
45655
45564
  function mergeCallAdapterStateIntoCallWithChatAdapterState(existingCallWithChatAdapterState, callAdapterState) {
45656
- return Object.assign(Object.assign({}, existingCallWithChatAdapterState), { userId: callAdapterState.userId, page: callAdapterState.page, displayName: callAdapterState.displayName, devices: callAdapterState.devices, call: callAdapterState.call, isLocalPreviewMicrophoneEnabled: callAdapterState.isLocalPreviewMicrophoneEnabled, isTeamsCall: callAdapterState.isTeamsCall, isTeamsMeeting: callAdapterState.isTeamsMeeting, latestCallErrors: callAdapterState.latestErrors,
45657
- /* @conditional-compile-remove(breakout-rooms) */
45658
- latestCallNotifications: callAdapterState.latestNotifications, videoBackgroundImages: callAdapterState.videoBackgroundImages, onResolveVideoEffectDependency: callAdapterState.onResolveVideoEffectDependency, onResolveDeepNoiseSuppressionDependency: callAdapterState.onResolveDeepNoiseSuppressionDependency, deepNoiseSuppressionOnByDefault: callAdapterState.deepNoiseSuppressionOnByDefault, hideDeepNoiseSuppressionButton: callAdapterState.hideDeepNoiseSuppressionButton, selectedVideoBackgroundEffect: callAdapterState.selectedVideoBackgroundEffect });
45565
+ return Object.assign(Object.assign({}, existingCallWithChatAdapterState), { userId: callAdapterState.userId, page: callAdapterState.page, displayName: callAdapterState.displayName, devices: callAdapterState.devices, call: callAdapterState.call, isLocalPreviewMicrophoneEnabled: callAdapterState.isLocalPreviewMicrophoneEnabled, isTeamsCall: callAdapterState.isTeamsCall, isTeamsMeeting: callAdapterState.isTeamsMeeting, latestCallErrors: callAdapterState.latestErrors, latestCallNotifications: callAdapterState.latestNotifications, videoBackgroundImages: callAdapterState.videoBackgroundImages, onResolveVideoEffectDependency: callAdapterState.onResolveVideoEffectDependency, onResolveDeepNoiseSuppressionDependency: callAdapterState.onResolveDeepNoiseSuppressionDependency, deepNoiseSuppressionOnByDefault: callAdapterState.deepNoiseSuppressionOnByDefault, hideDeepNoiseSuppressionButton: callAdapterState.hideDeepNoiseSuppressionButton, selectedVideoBackgroundEffect: callAdapterState.selectedVideoBackgroundEffect });
45659
45566
  }
45660
45567
 
45661
45568
  // Copyright (c) Microsoft Corporation.
@@ -45703,7 +45610,6 @@ class CallWithChatContext {
45703
45610
  updateClientStateWithChatState(chatAdapterState) {
45704
45611
  this.updateClientState(mergeChatAdapterStateIntoCallWithChatAdapterState(this.state, chatAdapterState));
45705
45612
  }
45706
- /* @conditional-compile-remove(breakout-rooms) */
45707
45613
  unsetChatState() {
45708
45614
  this.updateClientState(Object.assign(Object.assign({}, this.state), { chat: undefined }));
45709
45615
  }
@@ -45728,14 +45634,12 @@ class AzureCommunicationCallWithChatAdapter {
45728
45634
  this.onChatStateChange = onChatStateChange;
45729
45635
  if (chatAdapter) {
45730
45636
  this.updateChatAdapter(chatAdapter);
45731
- /* @conditional-compile-remove(breakout-rooms) */
45732
45637
  this.originCallChatAdapter = chatAdapter;
45733
45638
  }
45734
45639
  const onCallStateChange = (newCallAdapterState) => {
45735
45640
  this.context.updateClientStateWithCallState(newCallAdapterState);
45736
45641
  };
45737
45642
  this.callAdapter.onStateChange(onCallStateChange);
45738
- /* @conditional-compile-remove(breakout-rooms) */
45739
45643
  this.callAdapter.on('breakoutRoomsUpdated', (eventData) => __awaiter$4(this, undefined, undefined, function* () {
45740
45644
  var _a, _b;
45741
45645
  if (eventData.type === 'join') {
@@ -45750,7 +45654,6 @@ class AzureCommunicationCallWithChatAdapter {
45750
45654
  }
45751
45655
  }
45752
45656
  }));
45753
- /* @conditional-compile-remove(breakout-rooms) */
45754
45657
  this.callAdapter.on('callEnded', () => {
45755
45658
  var _a, _b, _c;
45756
45659
  // If the call ended is a breakout room call with breakout room settings then update the chat adapter to the
@@ -45770,7 +45673,6 @@ class AzureCommunicationCallWithChatAdapter {
45770
45673
  });
45771
45674
  this.onCallStateChange = onCallStateChange;
45772
45675
  }
45773
- /* @conditional-compile-remove(breakout-rooms) */
45774
45676
  breakoutRoomJoined(call) {
45775
45677
  return __awaiter$4(this, undefined, undefined, function* () {
45776
45678
  var _a;
@@ -45805,7 +45707,6 @@ class AzureCommunicationCallWithChatAdapter {
45805
45707
  }
45806
45708
  });
45807
45709
  }
45808
- /* @conditional-compile-remove(breakout-rooms) */
45809
45710
  setBreakoutRoomChatAdapterToThread(targetThreadId) {
45810
45711
  return __awaiter$4(this, undefined, undefined, function* () {
45811
45712
  if (this.breakoutRoomChatAdapter) {
@@ -45832,16 +45733,13 @@ class AzureCommunicationCallWithChatAdapter {
45832
45733
  chatAdapter.then((adapter) => {
45833
45734
  if (!this.isAdapterDisposed) {
45834
45735
  this.updateChatAdapter(adapter);
45835
- /* @conditional-compile-remove(breakout-rooms) */
45836
45736
  this.originCallChatAdapter = adapter;
45837
45737
  }
45838
45738
  });
45839
45739
  }
45840
- /* @conditional-compile-remove(breakout-rooms) */
45841
45740
  setCreateChatAdapterCallback(chatThreadCallBack) {
45842
45741
  this.createChatAdapterCallback = chatThreadCallBack;
45843
45742
  }
45844
- /* @conditional-compile-remove(breakout-rooms) */
45845
45743
  createNewChatAdapterForThread(threadId) {
45846
45744
  if (this.createChatAdapterCallback) {
45847
45745
  return this.createChatAdapterCallback(threadId);
@@ -46326,7 +46224,6 @@ class AzureCommunicationCallWithChatAdapter {
46326
46224
  return this.callAdapter.muteAllRemoteParticipants();
46327
46225
  });
46328
46226
  }
46329
- /* @conditional-compile-remove(breakout-rooms) */
46330
46227
  returnFromBreakoutRoom() {
46331
46228
  return __awaiter$4(this, undefined, undefined, function* () {
46332
46229
  var _a, _b, _c, _d;
@@ -46484,7 +46381,6 @@ class AzureCommunicationCallWithChatAdapter {
46484
46381
  case 'spotlightChanged':
46485
46382
  this.callAdapter.on('spotlightChanged', listener);
46486
46383
  break;
46487
- /* @conditional-compile-remove(breakout-rooms) */
46488
46384
  case 'breakoutRoomsUpdated':
46489
46385
  this.callAdapter.on('breakoutRoomsUpdated', listener);
46490
46386
  break;
@@ -46593,7 +46489,6 @@ class AzureCommunicationCallWithChatAdapter {
46593
46489
  case 'spotlightChanged':
46594
46490
  this.callAdapter.off('spotlightChanged', listener);
46595
46491
  break;
46596
- /* @conditional-compile-remove(breakout-rooms) */
46597
46492
  case 'breakoutRoomsUpdated':
46598
46493
  this.callAdapter.off('breakoutRoomsUpdated', listener);
46599
46494
  break;
@@ -46740,14 +46635,12 @@ const createAzureCommunicationCallWithChatAdapter = (_a) => __awaiter$4(undefine
46740
46635
  const callWithChatAdapter = new AzureCommunicationCallWithChatAdapter(yield callAdapter);
46741
46636
  const chatAdapterPromise = _createLazyAzureCommunicationChatAdapterInner(endpoint, userId, displayName, credential, chatThreadAdapter.getChatThreadPromise(), 'CallWithChat');
46742
46637
  callWithChatAdapter.setChatAdapterPromise(chatAdapterPromise);
46743
- /* @conditional-compile-remove(breakout-rooms) */
46744
46638
  callWithChatAdapter.setCreateChatAdapterCallback((threadId) => _createAzureCommunicationChatAdapterInner(endpoint, userId, displayName, credential, threadId, 'CallWithChat'));
46745
46639
  return callWithChatAdapter;
46746
46640
  }
46747
46641
  else {
46748
46642
  const chatAdapter = _createAzureCommunicationChatAdapterInner(endpoint, userId, displayName, credential, chatThreadAdapter.getChatThread(), 'CallWithChat');
46749
46643
  const callWithChatAdapter = new AzureCommunicationCallWithChatAdapter(yield callAdapter, yield chatAdapter);
46750
- /* @conditional-compile-remove(breakout-rooms) */
46751
46644
  callWithChatAdapter.setCreateChatAdapterCallback((threadId) => _createAzureCommunicationChatAdapterInner(endpoint, userId, displayName, credential, threadId, 'CallWithChat'));
46752
46645
  return callWithChatAdapter;
46753
46646
  }
@@ -46881,7 +46774,6 @@ const createAzureCommunicationCallWithChatAdapterFromClients = (_b) => __awaiter
46881
46774
  const callAdapter = yield createAzureCommunicationCallAdapterFromClient(callClient, callAgent, callLocator, callAdapterOptions);
46882
46775
  const chatAdapter = yield createAzureCommunicationChatAdapterFromClient(chatClient, chatThreadClient);
46883
46776
  const callWithChatAdapter = new AzureCommunicationCallWithChatAdapter(callAdapter, chatAdapter);
46884
- /* @conditional-compile-remove(breakout-rooms) */
46885
46777
  callWithChatAdapter.setCreateChatAdapterCallback((threadId) => createAzureCommunicationChatAdapterFromClient(chatClient, chatClient.getChatThreadClient(threadId)));
46886
46778
  return callWithChatAdapter;
46887
46779
  });
@@ -47588,4 +47480,4 @@ exports.useTeamsCall = useTeamsCall;
47588
47480
  exports.useTeamsCallAdapter = useTeamsCallAdapter;
47589
47481
  exports.useTeamsCallAgent = useTeamsCallAgent;
47590
47482
  exports.useTheme = useTheme;
47591
- //# sourceMappingURL=index-Bi_sHJny.js.map
47483
+ //# sourceMappingURL=index-CMC23X5X.js.map