forked from techies23/video-conference-zoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
executable file
·78 lines (49 loc) · 2.34 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
=== Video Conferencing with Zoom API ===
Contributors: j__3rk
Donate link: http://deepenbajracharya.com.np/donate-via-skrill/
Tags: zoom video conference, video conference, zoom, zoom video conferencing, web conferencing, online meetings
Requires at least: 4.4.2
Tested up to: 4.5.2
Stable tag: 4.5.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Video Conferencing using Zoom plugin for WordPress gives you the power to manage Zoom Meetings from your WordPress dashboard iteself.
== Description ==
Video Conferencing with Zoom for WordPress gives you the power to manage Zoom Meetings from your WordPress dashboard iteself. Manage Meetings, Manage Users, Show meetings in Front pages using shortcodes.
Video Conferencing using Zoom plugin for WordPress requires PHP 5.4 or greater to take advantages of the traits. There exists cURL library typically works best.
**Features:**
* Add Meetings - Simply Add the Meetings through WP Panel
* Easily List/Add Users - Easily list and add users
* Clean and Friendly UI
* Easy to output data using a shortcode
**Limitations**
* Webinar module not integrated.
Use shortcode: [zoom_api_link meeting_id="meeting_ID" class="your_class" id="your_id" title="Text of Link"] you can show the link of your meeting in your site anywhere.
Contribute on github: https://github.com/techies23/video-conference-zoom
== Installation ==
Simply search for the plugin via the plugins -> add new dialog and click install, or download and extract the plugin, and copy the the Zoom plugin folder into your wp-content/plugins directory and activate.
== Frequently Asked Questions ==
= How to show Zoom Meetings on Front =
* By using shortcode like [zoom_api_link meeting_id="meeting_ID" class="your_class" id="your_id" title="Text of Link"] you can show the link of your meeting in front.
== Changelog ==
= 1.2.0 =
* Various Bug Fixes
* Validation Errors Fixed
* Translation Ready
= 1.1.1 =
* Increased Add Meeting Refresh time interval to 5 seconds.
= 1.1 =
* Added Reports
* Minor Bug fixes and Changes
= 1.0.2 =
* Minor Changes
= 1.0.1 =
* Minor UI Changes
* Removed the unecessary dropdown in Meeting Type since only Scheduled Meetings are allowed to be created.
* Added CSS Editor in Settings Page
* Alot of Minor Bug Fixes
= 1.0.0 =
* Initial Release
== Upgrade Notice ==
= 1.2.0 =
* Crucial Security Patches