Hi!
I'm using vibe_zoom for live classes with the students (Tab Meetings).
I need to create new meetings from outside the wp admin, and for that I need to query and insert meetings in the LMS, directly to the database.
Where are zoom meetings stored? What tables are involved?
Thanks a lot!
hi
the data related to the zoom meeting is stored in the post and post meta table
Hi
Didn't find them in there.
I found a huge serialized array with all the meeting in the wp_options table under the option_name "Vibe_zoom_meetings".
Is that ok to use?
Yes, there is no issue with the option 'Vibe_zoom_meetings'.
Zoom meeting are also post types 'vibe_zoom'.
Meeting saved in 'posts' table and meta details are save in the 'posts_meta' table.