Options controlling which media tracks to send and receive.
Enable audio input. Defaults to true when not specified.
Custom constraints for the audio input track. See MediaTrackConstraints.
Pre-existing audio stream to use instead of getUserMedia. See MediaStream.
Custom constraints for the video input track. See MediaTrackConstraints.
Pre-existing video stream to use instead of getUserMedia. See MediaStream.
Whether to receive remote audio.
Whether to receive remote video.
Enable video input. Defaults to false when not specified.