mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 22:37:47 +00:00
ref(TS) Convert some features to TS (#12454)
This commit is contained in:
@@ -62,7 +62,7 @@ export interface ITranscribingState {
|
||||
isDialing: boolean;
|
||||
isTerminating: boolean;
|
||||
isTranscribing: boolean;
|
||||
pendingNotificationUid?: number;
|
||||
pendingNotificationUid?: string;
|
||||
potentialTranscriberJIDs: string[];
|
||||
transcriberJID?: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user