Merge pull request #9836 from lkiesow/html5-camera-profile-docs
[HTML5 Client] Camera Profile Documentation
This commit is contained in:
commit
ccf42b0a67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user