Skip to content

Commit

Permalink
Fix link to videoCSS document on README
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Nov 22, 2015
1 parent 50c164e commit e45de07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ And that's all. Now you have `window.RTCPeerConnection`, `navigator.getUserMedia

**Q:** What about `<video>` elements and `video.src = URL.createObjectURL(stream)`? do I need custom HTML tags or functions to display WebRTC videos?

**R:** No. Just use an HTML video element as usual, really. The plugin will properly place a native *UIView* layer on top of it by respecting (most of) its [CSS properties](videoCSS.md).
**R:** No. Just use an HTML video element as usual, really. The plugin will properly place a native *UIView* layer on top of it by respecting (most of) its [CSS properties](docs/videoCSS.md).

**Q:** Can I place HTML elements (buttons and so on) on top of active `<video>` elements?

Expand Down

0 comments on commit e45de07

Please sign in to comment.