Merge pull request #9836 from lkiesow/html5-camera-profile-docs

[HTML5 Client] Camera Profile Documentation
This commit is contained in:
Fred Dixon 2020-06-13 19:00:57 -04:00 committed by GitHub
commit ccf42b0a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,17 @@ public:
- screen
firefoxScreenshareSource: window
cameraProfiles:
# id: unique identifier of the profile
# name: name of the profile visible to users
# default: if this is the default profile which is pre-selected
# bitrate: the average bitrate for used for a webcam stream
# constraints:
# # Optional constraints put on the requested video a browser MAY honor
# # For a detailed list on possible values see:
# # https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints
# # Examples:
# width: requested width of the camera stream
# frameRate: requested framerate
- id: low
name: Low quality
default: false