Skip to content

Instantly share code, notes, and snippets.

@StasKoval
Created January 30, 2016 12:28
Show Gist options
  • Save StasKoval/bfbf90b4034e5a73c08a to your computer and use it in GitHub Desktop.
Save StasKoval/bfbf90b4034e5a73c08a to your computer and use it in GitHub Desktop.
var constraints = {
audio: false,
video: {
width: { min: 1024, ideal: 1280, max: 1920 },
height: { min: 576, ideal: 720, max: 1080 },
}
};
https://stackoverflow.com/questions/28282385/webrtc-firefox-constraints/28911694#28911694
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment