=== JupiterMeet Video Meeting ===
Contributors: jupitersoftwares
Requires at least: 5.8
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: jupitermeet, meetings, video conference, zoom alternative, shortcode

Integrate JupiterMeet and JupiterMeet Pro video conferencing into your WordPress site. Manage meetings from admin and embed them via shortcodes.

== Description ==

JupiterMeet Video Meeting connects your WordPress site to your self-hosted **JupiterMeet** or **JupiterMeet Pro** server. It allows you to create, manage, sync, and easily embed video conference meetings directly on your WordPress pages and posts using simple shortcodes. 

**API Disclosure:**
This plugin communicates with your self-hosted JupiterMeet server via the API.
- **Connection Data:** It uses your provided Domain and API Token to authenticate.
- **Data Sent:** Only meeting details (Title, Description, Password, Date, Time, Timezone) you create or edit via the WordPress admin are sent to your JupiterMeet server.
- **Privacy:** We (Jupiter Softwares) do not collect, process, or store any of your meeting data. All communication is directly between your WordPress site and your self-hosted JupiterMeet server.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/jupitermeet-wordpress-plugin` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Navigate to **JupiterMeet &gt; Settings** in your WordPress admin menu.
4. Enter the base Domain of your JupiterMeet installation and the API Token generated from your JupiterMeet dashboard.
5. Save the settings. You can now start creating and syncing meetings!

== Frequently Asked Questions ==

= Where do I get my API Token? =

You can generate an API Token directly from your self-hosted JupiterMeet or JupiterMeet Pro dashboard under the "API" or "Developer" settings section.

= How do I display a meeting on a page? =

Once a meeting is created, navigate to **JupiterMeet &gt; Meetings**. There you will find a generated shortcode (e.g., `[jupitermeet id="123"]`). Simply paste that shortcode into any post or page.

= Does this plugin work with both standard JupiterMeet and JupiterMeet Pro? =

Yes, this plugin is compatible with both versions.

== Screenshots ==

1. **screenshot-1.png** - The JupiterMeet Meetings overview table in the WordPress admin.
2. **screenshot-2.png** - The Add/Edit Meeting screen.
3. **screenshot-3.png** - The Plugin Settings screen to configure API keys.
4. **screenshot-4.png** - The meeting embedded seamlessly on the frontend using a shortcode.

== Changelog ==

= 1.0.0 =
* Initial release of the JupiterMeet Video Meeting plugin.
* Added support for creating, editing, and deleting meetings via API.
* Added meeting synchronization feature.
* Added `[jupitermeet]` shortcode for frontend embedding.
