@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.
- package/dist/communication-react.d.ts +87 -11
- package/dist/dist-cjs/communication-react/index.js +465 -127
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.d.ts +5 -4
- package/dist/dist-esm/calling-component-bindings/src/baseSelectors.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.d.ts +5 -5
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/captionsSelector.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.d.ts +1 -1
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js +2 -2
- package/dist/dist-esm/calling-component-bindings/src/handlers/createCommonHandlers.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/index.d.ts +1 -0
- package/dist/dist-esm/calling-component-bindings/src/index.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/participantListSelectorUtils.js.map +1 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.d.ts +3 -1
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js +5 -4
- package/dist/dist-esm/calling-component-bindings/src/utils/videoGalleryUtils.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.d.ts +4 -4
- package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/communication-react/src/index.d.ts +1 -0
- package/dist/dist-esm/communication-react/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.d.ts +7 -7
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js +11 -17
- package/dist/dist-esm/react-components/src/components/CaptionsSettingsModal.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.d.ts +7 -0
- package/dist/dist-esm/react-components/src/components/Dialpad/DTMFToneGenerator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Dialpad/Dialpad.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js +3 -3
- package/dist/dist-esm/react-components/src/components/LocalVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.d.ts +19 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js +20 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIcon.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js +4 -64
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicator.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.d.ts +42 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js +73 -0
- package/dist/dist-esm/react-components/src/components/MessageStatusIndicatorInternal.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/MessageThread.js +36 -4
- package/dist/dist-esm/react-components/src/components/MessageThread.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ModalClone/ModalClone.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantList.js +4 -8
- package/dist/dist-esm/react-components/src/components/ParticipantList.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RTE/RTEInputBoxComponent.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/RTE/RTEInputBoxComponent.js +1 -1
- package/dist/dist-esm/react-components/src/components/RTE/RTEInputBoxComponent.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RTE/RTERibbonButtons.d.ts +12 -0
- package/dist/dist-esm/react-components/src/components/RTE/RTERibbonButtons.js +86 -0
- package/dist/dist-esm/react-components/src/components/RTE/RTERibbonButtons.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/RTE/RTESendBox.d.ts +39 -4
- package/dist/dist-esm/react-components/src/components/RTE/RTESendBox.js +10 -5
- package/dist/dist-esm/react-components/src/components/RTE/RTESendBox.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RTE/RichTextEditor.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/RTE/RichTextEditor.js +52 -20
- package/dist/dist-esm/react-components/src/components/RTE/RichTextEditor.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js +1 -1
- package/dist/dist-esm/react-components/src/components/ReactionButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.d.ts +1 -1
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +4 -6
- package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.d.ts +4 -6
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js +21 -11
- package/dist/dist-esm/react-components/src/components/Survey/TagsSurvey/TagsSurvey.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery/utils/videoGalleryLayoutUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoGallery.d.ts +2 -0
- package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js +1 -1
- package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/index.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/index.js +1 -1
- package/dist/dist-esm/react-components/src/components/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.d.ts +13 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js +112 -0
- package/dist/dist-esm/react-components/src/components/styles/RichTextEditor.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.d.ts +2 -2
- package/dist/dist-esm/react-components/src/components/utils/videoTileStylesUtils.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/utils.d.ts +8 -1
- package/dist/dist-esm/react-components/src/components/utils.js +8 -0
- package/dist/dist-esm/react-components/src/components/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/index.d.ts +1 -1
- package/dist/dist-esm/react-components/src/index.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.d.ts +3 -2
- package/dist/dist-esm/react-components/src/localization/LocalizationProvider.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +21 -4
- package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +2 -2
- package/dist/dist-esm/react-components/src/localization/locales/utils.js +5 -1
- package/dist/dist-esm/react-components/src/localization/locales/utils.js.map +1 -1
- package/dist/dist-esm/react-components/src/theming/icons.d.ts +8 -0
- package/dist/dist-esm/react-components/src/theming/icons.js +19 -1
- package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.d.ts +21 -0
- package/dist/dist-esm/react-components/src/types/CaptionsAvailableLanguageStrings.js.map +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.d.ts +1 -1
- package/dist/dist-esm/react-components/src/types/ParticipantListParticipant.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.d.ts +10 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/CallComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js +6 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallingSoundSubscriber.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +13 -5
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/LocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.d.ts +1 -0
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js +8 -6
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/MediaGallery.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js +2 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/hooks/useHandlers.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js +8 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/pages/CallPage.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts +10 -0
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +9 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +3 -3
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.d.ts +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatBackedCallAdapter.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/common/Drawer/MoreDrawer.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js +5 -2
- package/dist/dist-esm/react-composites/src/composites/common/ModalLocalAndRemotePIP.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +8 -0
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +7 -7
@@ -750,7 +750,7 @@ export declare interface CallAdapterCallOperations {
|
|
750
750
|
*
|
751
751
|
* @beta
|
752
752
|
*/
|
753
|
-
|
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
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
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
|
-
|
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
|
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
|
/**
|