Changeset 1374001
- Timestamp:
- 03/18/2016 03:48:54 PM (10 years ago)
- File:
-
- 1 edited
-
uberkeen/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uberkeen/trunk/readme.txt
r1366083 r1374001 1 === Uberkeen WebRTC Click to call===1 === Uberkeen WebRTC Video Call Button === 2 2 Author: Uberkeen 3 3 Author URI: https://uberkeen.com/ 4 4 Contributors: Jean Duez 5 Tags: audio-only getUserMedia() call, realtime and plugin free WebRTC audio calls, audio-only stream sharing using RTCWeb, voice-only call, WebRTC audio call plugin, audio element6 Requires at least: 4.4. 05 Tags: realtime video conversation button, audio and video getUserMedia() call elements, realtime and plugin free WebRTC video calls, video stream sharing using RTCWeb, WebRTC video call plugin 6 Requires at least: 4.4.2 7 7 Tested up to: 4.4.2 8 Stable tag: 1.0 28 Stable tag: 1.0 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html 11 11 12 Simple and effective plugin for displaying a realtime Call button on a WordPress site. 12 Displays a free realtime Video call button. Allows your visitors to easily start a free realtime video conversation via your website without the user having to install anything on their side. 13 13 14 14 == Description == 15 15 16 **Please Note: This plugin works with the most recent versions of Chrome, Firefox or Opera browsers** 16 17 17 Uberkeen is a very simple yet effective plugin for displaying a realtime Call button on a WordPress site.18 The visitors to your web site can simply click to call youin realtime via your website.18 Uberkeen is a free and very simple yet effective plugin for displaying a realtime Video call button on a WordPress site. 19 The visitors to your web site can simply click to start a video conversation in realtime via your website. 19 20 No plugin installation required on the user side. 20 The Uberkeen WebRTC audio call plugin renders the audio stream from an audio-only getUserMedia() call with an audio element.21 The Uberkeen WebRTC video call plugin renders the video stream from a getUserMedia() call with a video element. 21 22 The MediaStream object stream passed to the getUserMedia() callback is in global scope, so you can inspect it from the console. 23 A full description and demonstration is available at [Uberkeen](https://-------------------/ "Plugin Demo") -to come soon. 22 24 25 **Uberkeen WebRTC Video Call Button Features:** 23 26 24 **Uberkeen WebRTC Click to call Features:** 25 26 * Displays a call button on a WordPress site page or on multiple pages 27 * Call button appearance can be customized with personalized text 28 * Displays automatically a message in a pop-up window to let your visitors know that your phone is offline at the moment 27 * Displays a video call button on a WordPress site page or on multiple pages 28 * Provides information on current caller such as IP address, country, city 29 * Provides information on the total number of calls and the number of calls missed over a 24 hour period 30 * Provides information on the hourly distribution of calls on a 24 hour period 31 * The current time zone can be selected to make the information on the hourly distribution of calls meaningful 32 * Video Call button appearance and text can be personalized 33 * Option to add an explanatory text just above of the button 34 * Displays automatically a message in a pop-up window to let your visitors know that you are offline at the moment 35 * Initial registration required 29 36 * Simple instructions and installation 30 37 * Uses a shortcode for installation … … 32 39 == Installation == 33 40 34 **Uberkeen WebRTC Click to callInstallation**41 **Uberkeen WebRTC Video Call Button Installation** 35 42 36 43 1. Go to the *Plugins->Add New* section of the Admin Panel. 37 2. Search for "Uberkeen WebRTC Click to call".38 3. Go to the *Plugins->Installed Plugins* and activate the "Uberkeen WebRTC Click to call" plugin.39 4. Follow the instructions provided in the settings .44 2. Search for "Uberkeen WebRTC Video Call Button". 45 3. Go to the *Plugins->Installed Plugins* and activate the "Uberkeen WebRTC Video Call Button" plugin. 46 4. Follow the instructions provided in the settings and provide an email address to register. No other information besides a valid email address is required to register. However, registration is mandatory to use the plugin. 40 47 41 **Uberkeen WebRTC Click to callShortcode**48 **Uberkeen WebRTC Video Call Button Shortcode** 42 49 43 50 5. A shortcode is a line of text used for loading plugins within WordPress pages or posts. Simply copy the shortcode provided and paste it in the appropriate page or post of your WordPress site. 44 6. Use the options to customize the text of the Click to call button.51 6. Use the options provided to customize the text and appearance of the Video call button. 45 52 7. In the Options panel, when you are available to take calls, open your phone line by clicking on the Open line button. 46 53 8. To put your phone offline, click on the Open line button again. A warning message will be displayed automatically if visitors try calling during that time. … … 63 70 = 1.0 = 64 71 * Initial version 72 73 = 1.1 = 74 * Video image now available 75 * Information provided on current caller 76 * Statistics on the hourly distribution of calls over a 24 hour period and total number of calls/missed calls over same period 77 * Additional features such as customization of appearance and text of button 78 * Option to add an explanatory text just above of the button but can be left blank
Note: See TracChangeset
for help on using the changeset viewer.