Where are Meetings stored in database?

Home Forums Legacy Support Support queries Other issues Where are Meetings stored in database?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #357818
    mine-class
    Participant
    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!
    #357943
    Veronica
    Moderator
    hi the data related to the zoom meeting is stored in the post and post meta table
    #357945
    mine-class
    Participant
    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?
    #358019
    Scott Lang
    Moderator
    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.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Where are Meetings stored in database?’ is closed to new replies.