Skip to content

Commit edb006b

Browse files
committed
api
1 parent 9ea37c5 commit edb006b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ export interface CaptionsBannerProps {
18861886
isRealTimeTextOn?: boolean;
18871887
latestLocalRealTimeText?: RealTimeTextInformation;
18881888
onRenderAvatar?: OnRenderAvatarCallback;
1889-
onSendRealTimeText?: (text: string, finalized: boolean) => Promise<void>;
1889+
onSendRealTimeText?: (text: string, isFinalized: boolean) => Promise<void>;
18901890
realTimeTexts?: {
18911891
completedMessages?: RealTimeTextInformation[];
18921892
currentInProgress?: RealTimeTextInformation[];
@@ -4588,8 +4588,8 @@ export type RealTimeTextInformation = {
45884588
userId?: string;
45894589
message: string;
45904590
isTyping: boolean;
4591-
isMe: boolean;
45924591
finalizedTimeStamp: Date;
4592+
isMe?: boolean;
45934593
};
45944594

45954595
// @beta

0 commit comments

Comments
 (0)