Skip to content

Commit 1debea1

Browse files
committed
minor
1 parent 022e726 commit 1debea1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/communication-react/review/stable/communication-react.api.md

+5
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ export type CallAdapterClientState = {
279279
onResolveVideoEffectDependency?: () => Promise<VideoBackgroundEffectsDependency>;
280280
selectedVideoBackgroundEffect?: VideoBackgroundEffect;
281281
acceptedTransferCallState?: CallState;
282+
hideAttendeeNames?: boolean;
282283
sounds?: CallingSounds;
283284
reactions?: ReactionResources;
284285
};
@@ -796,6 +797,7 @@ export interface CallState {
796797
direction: CallDirection;
797798
dominantSpeakers?: DominantSpeakersInfo;
798799
endTime: Date | undefined;
800+
hideAttendeeNames?: boolean;
799801
id: string;
800802
isMuted: boolean;
801803
isScreenSharingOn: boolean;
@@ -1008,6 +1010,7 @@ export interface CallWithChatClientState {
10081010
chat?: ChatThreadClientState;
10091011
devices: DeviceManagerState;
10101012
displayName: string | undefined;
1013+
hideAttendeeNames?: boolean;
10111014
isTeamsCall: boolean;
10121015
latestCallErrors: AdapterErrors;
10131016
latestChatErrors: AdapterErrors;
@@ -2991,6 +2994,7 @@ export interface ParticipantItemProps {
29912994

29922995
// @public
29932996
export interface ParticipantItemStrings {
2997+
attendeeRole: string;
29942998
displayNamePlaceholder?: string;
29952999
isMeText: string;
29963000
menuTitle: string;
@@ -3873,6 +3877,7 @@ export interface VideoGalleryStream {
38733877
// @public
38743878
export interface VideoGalleryStrings {
38753879
addSpotlightVideoTileMenuLabel: string;
3880+
attendeeRole: string;
38763881
displayNamePlaceholder: string;
38773882
fillRemoteParticipantFrame: string;
38783883
fitRemoteParticipantToFrame: string;

0 commit comments

Comments
 (0)