MediaStreamConstraints

Overview

The MediaStreamConstraints dictionary is used when calling getUserMedia() to specify what kinds of tracks should be included in the returned MediaStream, and, optionally, to establish constraints for those tracks' settings.

Location

Properties


audio

 

property audio: Boolean read write;

 

Boolean audio { get; set; }

 

var audio: Boolean { get{} set{} }

 

Boolean audio { __get; __set; }

 

Property audio() As Boolean

peerIdentity

 

property peerIdentity: String read write;

 

String peerIdentity { get; set; }

 

var peerIdentity: String { get{} set{} }

 

String peerIdentity { __get; __set; }

 

Property peerIdentity() As String

video

 

property video: Boolean read write;

 

Boolean video { get; set; }

 

var video: Boolean { get{} set{} }

 

Boolean video { __get; __set; }

 

Property video() As Boolean