MediaDeviceRequest
Beta
The request constraints that applies to getMediaStream
Properties
| Property | Type | Description |
|---|---|---|
audio? | InputDeviceConstraint | Beta Either a Boolean (which indicates whether or not an audio track is requested) or a MediaDeviceInfoLike object providing a hint for the audio track included in the returned MediaStream |
video? | InputDeviceConstraint | Beta Either a Boolean (which indicates whether or not an video track is requested) or a MediaDeviceInfoLike object providing a hint for the video track included in the returned MediaStream |