Plugin Directory

Changeset 1149454


Ignore:
Timestamp:
04/29/2015 08:04:26 PM (11 years ago)
Author:
guavaworks
Message:

readme update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wprtc-real-time-video-for-wp/trunk/readme.txt

    r1149088 r1149454  
    11=== wpRTC - WebRTC for WordPress ===
    2 Contributors: guavaworks
     2Contributors: guavaworks, michalbluma, michaelbeil
    33Donate link: http://www.codingofficehours.com/coh/#/teacher/23
    44Tags: webrtc, video, video chat, webcam
    55Requires at least: 3.9
    66Tested up to: 4.2.1
    7 Stable tag: 1.1
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 WebRTC for WordPress allows you to easily create a video chat room utilizing webRTC, and is supported by most latest versions of modern browsers.
     11WebRTC 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.
    1212
    1313== 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.
    1614 
    1715WebRTC or Web Real Time Communication is an open project that enables browsers with RTC capabilities to connect with video, audio, and screen sharing. 
     
    3230
    3331= What is WebRTC? =
    34 [WebRTC](http://www.webrtc.org) WebRTC is a free, open project that enables web browsers with Real-Time Communications (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.
    3533
    3634= 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) 
     35If 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).
    3936
    4037
     
    4643== Changelog ==
    4744
    48 = 0.1 =
    49 * Shortcode and initial build
     45= 2.0 =
     46* New webRTC library
     47
     48= 1.1 =
     49* Added Video Mute
    5050 
    5151= 1.0.1 =
     
    5454* Settings updates
    5555
    56 = 1.1 =
    57 * Added Video Mute
     56= 0.1 =
     57* Shortcode and initial build
Note: See TracChangeset for help on using the changeset viewer.