Package | Description |
---|---|
com.ciscospark.androidsdk.phone |
Modifier and Type | Method and Description |
---|---|
Phone.FacingMode |
Phone.getDefaultFacingMode()
Default camera facing mode of this phone, used as the default when dialing or answering a call.
|
Phone.FacingMode |
Call.getFacingMode() |
static Phone.FacingMode |
Phone.FacingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Phone.FacingMode[] |
Phone.FacingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Phone.setDefaultFacingMode(Phone.FacingMode mode)
Set default camera facing mode of this phone, used as the default when dialing or answering a call.
|
void |
Call.setFacingMode(Phone.FacingMode facingMode) |