video property
        
        dynamic
        video
        
      
getter/setter pair
      Either a bool (which indicates whether or not a video track is requested) or a MediaTrackConstraints object providing the constraints which must be met by the video track included in the returned MediaStream.
If constraints are specified, a video track is inherently requested.
Implementation
dynamic video;