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)
boolean getAutomaticallyInitiate()
void setAutomaticallyInitiate(boolean enable)
void setUserData(java.lang.Object data)
java.lang.Object getUserData()