audio property

dynamic audio
getter/setter pair

Either a bool (which indicates whether or not an audio track is requested) or a MediaTrackConstraints object providing the constraints which must be met by the audio track included in the returned MediaStream.

If constraints are specified, an audio track is inherently requested.

Implementation

dynamic audio;