Skip to content
#

webrtc-experiments

Here are 42 public repositories matching this topic...

rstormsf
rstormsf commented Oct 13, 2015

How to capture actual width and height of screen being selected to capture?
2)if I don't specify

mediaRecorder.width = resolutions.maxWidth;
mediaRecorder.height = resolutions.maxHeight;

it will be defaulted to 320x240
as mentioned in docs, should be

mediaRecorder.videoWidth = resolutions.maxWidth;
mediaRecorder.videoHeight = resolutions.maxHeight;

how to make high quality

Improve this page

Add a description, image, and links to the webrtc-experiments topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webrtc-experiments topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.