public interface VideoActivationPolicy
Modifier and Type | Method and Description |
---|---|
boolean |
getAutomaticallyAccept()
Gets the value for the automatically accept video policy.
|
boolean |
getAutomaticallyInitiate()
Gets the value for the automatically initiate video policy.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
void |
setAutomaticallyAccept(boolean enable)
Sets the value for the automatically accept video policy.
|
void |
setAutomaticallyInitiate(boolean enable)
Sets the value for the automatically initiate video policy.
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
boolean getAutomaticallyAccept()
void setAutomaticallyAccept(boolean enable)
enable
- whether or not to enable automatically accept video requestsboolean getAutomaticallyInitiate()
void setAutomaticallyInitiate(boolean enable)
enable
- whether or not to enable automatically initiate video callsvoid setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()