Closed harshadura closed 11 years ago
You can pass in the video size as options:
recorder = new RecordRTC({
enable: constraints,
videoElem: document.getElementById("client-video"),
video_width: 320,
video_height: 240
});
Hi Wang,
I tried your solution mentioned above but the issue still persist. Could you please look into it.
Thanks.
I just updated the code. Can you download the new version and test again? It should be fixed now.
That solved the issue. Thank you very much Wang!
Hi,
I have small issue. The default size (640x480) of the
Here are the screenshots: [1] http://imagebin.org/268368 [2] http://imagebin.org/268367
Could you please advice me how to resolve this issue.
Thank you.