Commit edb006b 1 parent 9ea37c5 commit edb006b Copy full SHA for edb006b
File tree 1 file changed +2
-2
lines changed
packages/communication-react/review/beta
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1886,7 +1886,7 @@ export interface CaptionsBannerProps {
1886
1886
isRealTimeTextOn?: boolean;
1887
1887
latestLocalRealTimeText?: RealTimeTextInformation;
1888
1888
onRenderAvatar?: OnRenderAvatarCallback;
1889
- onSendRealTimeText?: (text: string, finalized : boolean) => Promise<void>;
1889
+ onSendRealTimeText?: (text: string, isFinalized : boolean) => Promise<void>;
1890
1890
realTimeTexts?: {
1891
1891
completedMessages?: RealTimeTextInformation[];
1892
1892
currentInProgress?: RealTimeTextInformation[];
@@ -4588,8 +4588,8 @@ export type RealTimeTextInformation = {
4588
4588
userId?: string;
4589
4589
message: string;
4590
4590
isTyping: boolean;
4591
- isMe: boolean;
4592
4591
finalizedTimeStamp: Date;
4592
+ isMe?: boolean;
4593
4593
};
4594
4594
4595
4595
// @beta
You can’t perform that action at this time.
0 commit comments