Changeset 1149454
- Timestamp:
- 04/29/2015 08:04:26 PM (11 years ago)
- File:
-
- 1 edited
-
wprtc-real-time-video-for-wp/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wprtc-real-time-video-for-wp/trunk/readme.txt
r1149088 r1149454 1 1 === wpRTC - WebRTC for WordPress === 2 Contributors: guavaworks 2 Contributors: guavaworks, michalbluma, michaelbeil 3 3 Donate link: http://www.codingofficehours.com/coh/#/teacher/23 4 4 Tags: webrtc, video, video chat, webcam 5 5 Requires at least: 3.9 6 6 Tested up to: 4.2.1 7 Stable tag: 1.1 7 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 WebRTC for WordPress allows you to easily create a video chat room utilizing webRTC, and is supported by mostlatest versions of modern browsers.11 WebRTC for WordPress allows you to easily create a video chat room utilizing webRTC, which is supported by most of the latest versions of modern browsers. 12 12 13 13 == Description == 14 15 __v2__ is coming.. It will include a better webRTC library powering the video chat(s), which should allow for better cross-browser compatibility, and less issuees.16 14 17 15 WebRTC or Web Real Time Communication is an open project that enables browsers with RTC capabilities to connect with video, audio, and screen sharing. … … 32 30 33 31 = What is WebRTC? = 34 [WebRTC](http://www.webrtc.org) WebRTC is a free, open project that enables web browsers with Real-Time Communication s(RTC) capabilities via simple JavaScript APIs. The WebRTC components have been optimized to best serve this purpose.32 [WebRTC](http://www.webrtc.org) WebRTC is a free, open project that enables web browsers with Real-Time Communication (RTC) capabilities via simple JavaScript APIs. The WebRTC components have been optimized to best serve this purpose. 35 33 36 34 = I installed it, but only see a black screen = 37 If you have the plugin isntalled and tried using the shortcode and only see a black screen, make sure you remember to check for permissions from your browser. 38 [Screenshot of permissoin on Chrome](http://roysivan.com/wp-webrtc/videoPermission.png) 35 If you have the plugin installed and tried using the shortcode and only see a black screen, make sure you remember to give your browser permission. Here's a [screenshot of permissions on Chrome](http://roysivan.com/wp-webrtc/videoPermission.png). 39 36 40 37 … … 46 43 == Changelog == 47 44 48 = 0.1 = 49 * Shortcode and initial build 45 = 2.0 = 46 * New webRTC library 47 48 = 1.1 = 49 * Added Video Mute 50 50 51 51 = 1.0.1 = … … 54 54 * Settings updates 55 55 56 = 1.1 =57 * Added Video Mute56 = 0.1 = 57 * Shortcode and initial build
Note: See TracChangeset
for help on using the changeset viewer.