Now with better Zoom info support.

This commit is contained in:
Scott Idem
2025-07-14 21:11:58 -04:00
parent de2b5db21a
commit 6c79be7179
6 changed files with 449 additions and 30 deletions

View File

@@ -43,6 +43,7 @@ export interface Event {
mod_abstracts_json?: null|key_val;
mod_badges_json?: null|key_val;
mod_exhibits_json?: null|key_val;
mod_meetings_json?: null|key_val;
mod_pres_mgmt_json?: null|key_val;
cfg_json?: null|key_val;
@@ -84,6 +85,7 @@ export interface Event {
attend_url?: null|string;
attend_url_text?: null|string;
attend_url_code?: null|string; // Meeting ID, Conference ID, etc.
attend_url_passcode?: null|string;
attend_phone?: null|string;
attend_phone_passcode?: null|string;