Manager for Galène videoconference
Management system for a local or remote Galène videoconference server. Manages access for registered users, wordpress roles or by accesscode.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_galene_access | Stores galene access data created by this plugin. | Static |
| wp_galene_room | Stores galene room data created by this plugin. | Static |
| wp_galene_settings | Stores galene settings data created by this plugin. | Static |
| wp_galene_user | Stores galene user data created by this plugin. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_postmeta