public interface Participant
Modifier and Type | Method and Description |
---|---|
Address |
getAddress()
Get the address of a conference participant.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
boolean |
isAdmin()
Tells whether a conference participant is an administrator of the conference.
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
Address getAddress()
boolean isAdmin()
void setUserData(java.lang.Object data)
java.lang.Object getUserData()