@azure/communication-react 1.13.0-alpha-202402230012 → 1.13.0-alpha-202402270012

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 (141) hide show
  1. package/dist/communication-react.d.ts +87 -11
  2. package/dist/dist-cjs/communication-react/index.js +465 -127
  3. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  4. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  5. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  6. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +5 -4
  7. package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
  8. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.d.ts +5 -5
  9. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +1 -1
  10. package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
  11. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +1 -1
  12. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +2 -2
  13. package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
  14. package/dist/dist-esm/calling-component-bindings/src/index.d.ts +1 -0
  15. package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
  16. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +1 -1
  17. package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
  18. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +3 -1
  19. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +5 -4
  20. package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
  21. package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +4 -4
  22. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  23. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +1 -1
  24. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  25. package/dist/dist-esm/communication-react/src/index.d.ts +1 -0
  26. package/dist/dist-esm/communication-react/src/index.js.map +1 -1
  27. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.d.ts +7 -7
  28. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +11 -17
  29. package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.d.ts +7 -0
  31. package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
  33. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +3 -3
  34. package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
  35. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.d.ts +19 -0
  36. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +20 -0
  37. package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -0
  38. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +4 -64
  39. package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
  40. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.d.ts +42 -0
  41. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +73 -0
  42. package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -0
  43. package/dist/dist-esm/react-components/src/components/MessageThread.js +36 -4
  44. package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
  45. package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
  46. package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +2 -0
  47. package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
  48. package/dist/dist-esm/react-components/src/components/ParticipantList.js +4 -8
  49. package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
  50. package/dist/dist-esm/react-components/src/components/RTE/RTEInputBoxComponent.d.ts +2 -0
  51. package/dist/dist-esm/react-components/src/components/RTE/RTEInputBoxComponent.js +1 -1
  52. package/dist/dist-esm/react-components/src/components/RTE/RTEInputBoxComponent.js.map +1 -1
  53. package/dist/dist-esm/react-components/src/components/RTE/RTERibbonButtons.d.ts +12 -0
  54. package/dist/dist-esm/react-components/src/components/RTE/RTERibbonButtons.js +86 -0
  55. package/dist/dist-esm/react-components/src/components/RTE/RTERibbonButtons.js.map +1 -0
  56. package/dist/dist-esm/react-components/src/components/RTE/RTESendBox.d.ts +39 -4
  57. package/dist/dist-esm/react-components/src/components/RTE/RTESendBox.js +10 -5
  58. package/dist/dist-esm/react-components/src/components/RTE/RTESendBox.js.map +1 -1
  59. package/dist/dist-esm/react-components/src/components/RTE/RichTextEditor.d.ts +2 -0
  60. package/dist/dist-esm/react-components/src/components/RTE/RichTextEditor.js +52 -20
  61. package/dist/dist-esm/react-components/src/components/RTE/RichTextEditor.js.map +1 -1
  62. package/dist/dist-esm/react-components/src/components/ReactionButton.d.ts +1 -1
  63. package/dist/dist-esm/react-components/src/components/ReactionButton.js +1 -1
  64. package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
  65. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -1
  66. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +4 -6
  67. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  68. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.d.ts +4 -6
  69. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +21 -11
  70. package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
  71. package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
  72. package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +2 -0
  73. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  74. package/dist/dist-esm/react-components/src/components/VideoTile.js +1 -1
  75. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  76. package/dist/dist-esm/react-components/src/components/index.d.ts +2 -2
  77. package/dist/dist-esm/react-components/src/components/index.js +1 -1
  78. package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
  79. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +13 -0
  80. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +112 -0
  81. package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -1
  82. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.d.ts +2 -2
  83. package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
  84. package/dist/dist-esm/react-components/src/components/utils.d.ts +8 -1
  85. package/dist/dist-esm/react-components/src/components/utils.js +8 -0
  86. package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
  87. package/dist/dist-esm/react-components/src/index.d.ts +1 -1
  88. package/dist/dist-esm/react-components/src/index.js.map +1 -1
  89. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +3 -2
  90. package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
  91. package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +21 -4
  92. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +2 -2
  93. package/dist/dist-esm/react-components/src/localization/locales/utils.js +5 -1
  94. package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
  95. package/dist/dist-esm/react-components/src/theming/icons.d.ts +8 -0
  96. package/dist/dist-esm/react-components/src/theming/icons.js +19 -1
  97. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  98. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.d.ts +21 -0
  99. package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
  100. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +1 -1
  101. package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
  102. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +10 -0
  103. package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
  104. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +1 -1
  105. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +3 -3
  106. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  107. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -1
  108. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
  109. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +6 -2
  110. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
  111. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +1 -0
  112. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +13 -5
  113. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
  114. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +2 -2
  115. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
  116. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +1 -0
  117. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +8 -6
  118. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
  119. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +2 -2
  120. package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
  121. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +8 -2
  122. package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
  123. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +10 -0
  124. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +9 -3
  125. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
  126. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +1 -1
  127. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +3 -3
  128. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  129. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +1 -1
  130. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
  131. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +1 -1
  132. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +1 -1
  133. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
  134. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +3 -5
  135. package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
  136. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +5 -2
  137. package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
  138. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +8 -0
  139. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +1 -1
  140. package/dist/tsdoc-metadata.json +1 -1
  141. package/package.json +7 -7
@@ -750,7 +750,7 @@ export declare interface CallAdapterCallOperations {
750
750
  *
751
751
  * @beta
752
752
  */
753
- onReactionClicked(reaction: Reaction_2): Promise<void>;
753
+ onReactionClick(reaction: Reaction_2): Promise<void>;
754
754
  /**
755
755
  * Stop sharing the screen
756
756
  *
@@ -1658,6 +1658,16 @@ export declare type CallCompositeOptions = {
1658
1658
  url: string;
1659
1659
  };
1660
1660
  };
1661
+ /**
1662
+ * Options for settings related to spotlight.
1663
+ */
1664
+ spotlight?: {
1665
+ /**
1666
+ * Flag to hide the menu buttons to start and stop spotlight for remote participants and the local participant.
1667
+ * @defaultValue false
1668
+ */
1669
+ hideSpotlightButtons?: boolean;
1670
+ };
1661
1671
  };
1662
1672
 
1663
1673
  /**
@@ -2733,7 +2743,7 @@ export declare interface CallState {
2733
2743
  raiseHand: RaiseHandCallFeature;
2734
2744
  /**
2735
2745
  * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
2736
- * UI helper props receivedAt which indicates the timestamp when the message was received.
2746
+ * UI helper props receivedOn which indicates the timestamp when the message was received.
2737
2747
  *
2738
2748
  * @beta
2739
2749
  */
@@ -2939,7 +2949,7 @@ export declare interface CallWithChatAdapterManagement {
2939
2949
  *
2940
2950
  * @beta
2941
2951
  */
2942
- onReactionClicked(reaction: Reaction_2): Promise<void>;
2952
+ onReactionClick(reaction: Reaction_2): Promise<void>;
2943
2953
  /**
2944
2954
  * Create the html view for a stream.
2945
2955
  *
@@ -3601,6 +3611,16 @@ export declare type CallWithChatCompositeOptions = {
3601
3611
  url: string;
3602
3612
  };
3603
3613
  };
3614
+ /**
3615
+ * Options for settings related to spotlight.
3616
+ */
3617
+ spotlight?: {
3618
+ /**
3619
+ * Flag to hide the menu buttons to start and stop spotlight for remote participants and the local participant.
3620
+ * @defaultValue false
3621
+ */
3622
+ hideSpotlightButtons?: boolean;
3623
+ };
3604
3624
  };
3605
3625
 
3606
3626
  /**
@@ -5029,7 +5049,7 @@ export declare interface CommonCallingHandlers {
5029
5049
  /**
5030
5050
  * @beta
5031
5051
  */
5032
- onReactionClicked: (reaction: Reaction_2) => Promise<void>;
5052
+ onReactionClick: (reaction: Reaction_2) => Promise<void>;
5033
5053
  onToggleHold: () => Promise<void>;
5034
5054
  onAddParticipant(participant: CommunicationUserIdentifier): Promise<void>;
5035
5055
  onAddParticipant(participant: PhoneNumberIdentifier, options: AddPhoneNumberOptions): Promise<void>;
@@ -5332,6 +5352,8 @@ export declare interface ComponentStrings {
5332
5352
  typingIndicator: TypingIndicatorStrings;
5333
5353
  /** Strings for SendBox */
5334
5354
  sendBox: SendBoxStrings;
5355
+ /** Strings for RTESendBox */
5356
+ richTextSendBox: RichTextSendBoxStrings;
5335
5357
  /** Strings for MentionPopover */
5336
5358
  mentionPopover: MentionPopoverStrings;
5337
5359
  /** Strings for ImageOverlay */
@@ -5388,8 +5410,6 @@ export declare interface ComponentStrings {
5388
5410
  verticalGallery: VerticalGalleryStrings;
5389
5411
  /** Strings for the participant list component */
5390
5412
  ParticipantList: ParticipantListStrings;
5391
- /** Strings for the attendee role */
5392
- AttendeeRole: string;
5393
5413
  }
5394
5414
 
5395
5415
  /**
@@ -6201,6 +6221,14 @@ export declare const DEFAULT_COMPONENT_ICONS: {
6201
6221
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
6202
6222
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
6203
6223
  VideoSpotlighted: React_2.JSX.Element;
6224
+ RTEBoldButtonIcon: React_2.JSX.Element;
6225
+ RTEItalicButtonIcon: React_2.JSX.Element;
6226
+ RTEUnderlineButtonIcon: React_2.JSX.Element;
6227
+ RTEBulletListButtonIcon: React_2.JSX.Element;
6228
+ RTEtNumberListButtonIcon: React_2.JSX.Element;
6229
+ RTEIndentDecreaseButtonIcon: React_2.JSX.Element;
6230
+ RTEIndentIncreaseButtonIcon: React_2.JSX.Element;
6231
+ RTEDividerIcon: React_2.JSX.Element;
6204
6232
  };
6205
6233
 
6206
6234
  /**
@@ -6350,6 +6378,14 @@ export declare const DEFAULT_COMPOSITE_ICONS: {
6350
6378
  StartSpotlightContextualMenuItem: React_2.JSX.Element;
6351
6379
  StopSpotlightContextualMenuItem: React_2.JSX.Element;
6352
6380
  VideoSpotlighted: React_2.JSX.Element;
6381
+ RTEBoldButtonIcon: React_2.JSX.Element;
6382
+ RTEItalicButtonIcon: React_2.JSX.Element;
6383
+ RTEUnderlineButtonIcon: React_2.JSX.Element;
6384
+ RTEBulletListButtonIcon: React_2.JSX.Element;
6385
+ RTEtNumberListButtonIcon: React_2.JSX.Element;
6386
+ RTEIndentDecreaseButtonIcon: React_2.JSX.Element;
6387
+ RTEIndentIncreaseButtonIcon: React_2.JSX.Element;
6388
+ RTEDividerIcon: React_2.JSX.Element;
6353
6389
  };
6354
6390
 
6355
6391
  /**
@@ -8752,6 +8788,8 @@ export declare interface ParticipantItemStrings {
8752
8788
  participantStateRinging?: string;
8753
8789
  /** String shown when `participantState` is `Hold` */
8754
8790
  participantStateHold?: string;
8791
+ /** String for the attendee role */
8792
+ attendeeRole: string;
8755
8793
  }
8756
8794
 
8757
8795
  /**
@@ -9191,7 +9229,7 @@ export declare type Reaction = {
9191
9229
  /**
9192
9230
  * Received timestamp for the message as default Date format.
9193
9231
  */
9194
- receivedAt: Date;
9232
+ receivedOn: Date;
9195
9233
  };
9196
9234
 
9197
9235
  /**
@@ -9207,7 +9245,7 @@ export declare interface ReactionButtonProps extends ControlBarButtonProps {
9207
9245
  /**
9208
9246
  * Click event to send reaction to meeting
9209
9247
  */
9210
- onReactionClicked: (reaction: string) => Promise<void>;
9248
+ onReactionClick: (reaction: string) => Promise<void>;
9211
9249
  /**
9212
9250
  * Reaction resource locator and parameters
9213
9251
  */
@@ -9285,7 +9323,7 @@ export declare type ReactionSprite = {
9285
9323
  };
9286
9324
 
9287
9325
  /**
9288
- * State only version of {@link @azure/communication-calling#Call.ReactionMessage} with UI helper props receivedAt.
9326
+ * State only version of {@link @azure/communication-calling#Call.ReactionMessage} with UI helper props receivedOn.
9289
9327
  * Reaction state with a timestamp which helps UI to decide to render the reaction accordingly.
9290
9328
  *
9291
9329
  * @beta
@@ -9298,7 +9336,7 @@ export declare type ReactionState = {
9298
9336
  /**
9299
9337
  * Received timestamp of the reaction message in a meeting.
9300
9338
  */
9301
- receivedAt: Date;
9339
+ receivedOn: Date;
9302
9340
  };
9303
9341
 
9304
9342
  /**
@@ -9374,7 +9412,7 @@ export declare interface RemoteParticipantState {
9374
9412
  raisedHand?: RaisedHandState;
9375
9413
  /**
9376
9414
  * Proxy of {@link @azure/communication-calling#Call.ReactionMessage} with
9377
- * UI helper props receivedAt which indicates the timestamp when the message was received.
9415
+ * UI helper props receivedOn which indicates the timestamp when the message was received.
9378
9416
  *
9379
9417
  * @beta
9380
9418
  */
@@ -9447,6 +9485,42 @@ export declare type ResourceDetails = {
9447
9485
  resourceUrl: string;
9448
9486
  };
9449
9487
 
9488
+ /**
9489
+ * Strings of {@link RichTextSendBox} that can be overridden.
9490
+ *
9491
+ * @beta
9492
+ */
9493
+ export declare interface RichTextSendBoxStrings extends SendBoxStrings {
9494
+ /**
9495
+ * Tooltip text for the bold button.
9496
+ */
9497
+ boldTooltip: string;
9498
+ /**
9499
+ * Tooltip text for the italic button.
9500
+ */
9501
+ italicTooltip: string;
9502
+ /**
9503
+ * Tooltip text for the underline button.
9504
+ */
9505
+ underlineTooltip: string;
9506
+ /**
9507
+ * Tooltip text for the bullet list button.
9508
+ */
9509
+ bulletListTooltip: string;
9510
+ /**
9511
+ * Tooltip text for the number list button.
9512
+ */
9513
+ numberListTooltip: string;
9514
+ /**
9515
+ * Tooltip text for the increase indent button.
9516
+ */
9517
+ increaseIndentTooltip: string;
9518
+ /**
9519
+ * Tooltip text for the decrease indent button.
9520
+ */
9521
+ decreaseIndentTooltip: string;
9522
+ }
9523
+
9450
9524
  /**
9451
9525
  * A button to start / stop screen sharing.
9452
9526
  *
@@ -11246,6 +11320,8 @@ export declare interface VideoGalleryStrings {
11246
11320
  stopSpotlightVideoTileMenuLabel: string;
11247
11321
  /** Menu text shown in Video Tile contextual menu to stop spotlight on local user's video tile */
11248
11322
  stopSpotlightOnSelfVideoTileMenuLabel: string;
11323
+ /** String for the attendee role */
11324
+ attendeeRole: string;
11249
11325
  }
11250
11326
 
11251
11327
  /**