You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log("Meeting tab id cleared for next meeting")
31
+
// Prevents double downloading of transcript from tab closed event listener. Also prevents available update from being applied, during meeting post processing.
Copy file name to clipboardExpand all lines: types/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@
53
53
* @property {"new" | "failed" | "successful"} webhookPostStatus status of the webhook post request
54
54
*/
55
55
/**
56
-
* @typedef {number | null} MeetingTabId tab id of the meeting tab, captured when meeting starts. A valid values indicates that a meeting is in progress. Set to null once meeting ends and associated processing is complete.
56
+
* @typedef {number | "processing" | null} MeetingTabId tab id of the meeting tab, captured when meeting starts. A valid value or "processing" indicates that a meeting is in progress. Set to null once meeting ends and associated processing is complete.
57
57
*/
58
58
/**
59
59
* @typedef {string} MeetingStartTimestamp ISO timestamp of when the most recent meeting started, dumped by content script
0 commit comments