public class Settings extends Object
// Specify the settings for component behavior.
CommunicationFragment.settings.startVideoInFullScreen = true;
CommunicationFragment.settings.startVideoWithFrontCamera = true;
CommunicationFragment.settings.startCallWithLoudSpeaker = true;
Modifier and Type | Field and Description |
---|---|
boolean |
attemptFaceMatchWhenVerifyingIdentity
If true, we ask Jumio to attempt a face match when running ID Verification calls.
|
boolean |
hideEndCallButton
If true, the end call button is hidden from the end user.
|
boolean |
hidePauseButton
If true, the pause button is hidden from the end user.
|
boolean |
hideQueueLengthIndicator
If true, the queue length indicator is hidden from the end user.
|
boolean |
startCallDirectly
If true, the call will be connected automatically.
|
boolean |
startCallWithLoudSpeaker
If true, audio will be played through loud speaker when call is started.
|
boolean |
startVideoInFullScreen
If true, video is shown in full screen mode when call is started.
|
boolean |
startVideoWithFrontCamera
If true, video is displayed from the front camera when video preview first shows up.
|
Constructor and Description |
---|
Settings() |
public boolean startVideoInFullScreen
public boolean startVideoWithFrontCamera
public boolean startCallDirectly
public boolean hideEndCallButton
public boolean hidePauseButton
public boolean hideQueueLengthIndicator
public boolean attemptFaceMatchWhenVerifyingIdentity
public boolean startCallWithLoudSpeaker