VideoConfiguration.Builder

public static final class VideoConfiguration.Builder extends Object

Builder class for VideoConfiguration.

Public Constructor Summary

Builder(int qualityLevel, int captureMode)

Public Method Summary

VideoConfiguration
VideoConfiguration.Builder
setCameraEnabled(boolean cameraEnabled)
Sets whether or not the front camera should record the user.
VideoConfiguration.Builder
setCaptureMode(int captureMode)
VideoConfiguration.Builder
setMicEnabled(boolean micEnabled)
Sets whether or not audio recording should be enabled.
VideoConfiguration.Builder
setQualityLevel(int qualityLevel)

Inherited Method Summary

Public Constructors

public Builder (int qualityLevel, int captureMode)

Public Methods

public VideoConfiguration build ()

public VideoConfiguration.Builder setCameraEnabled (boolean cameraEnabled)

Sets whether or not the front camera should record the user.

public VideoConfiguration.Builder setCaptureMode (int captureMode)

public VideoConfiguration.Builder setMicEnabled (boolean micEnabled)

Sets whether or not audio recording should be enabled.

public VideoConfiguration.Builder setQualityLevel (int qualityLevel)