Skip to content

Commit

Permalink
video: explain width/height/ratio parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Goya committed Feb 1, 2011
1 parent a6f6f0d commit d78b8fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions video/widget_video.md
Expand Up @@ -9,8 +9,9 @@ Play live streaming or publish webcam to a *rtmp* server.
* domain : *rtmp* server (like: video.ucengine.org/ucengine)
* stream : *rtmp* stream, should be unique across meetings (optional if ucemeeting is provided)
* token : token for rtmp stream (optional if ucemeeting is provided)
* width
* height
* width : width of the widget, the default width is the element width
* height : height of the widget, the default height is (width * ratio)
* ratio : width/height ratio (between 0 and 1), the default ratio is 0.75

## Methods

Expand Down

0 comments on commit d78b8fe

Please sign in to comment.