public interface Participant
Modifier and Type | Method and Description |
---|---|
ParticipantDevice |
findDevice(Address address)
Find a device in the list of devices from a chat room's participant.
|
Address |
getAddress()
Get the address of a conference participant.
|
ParticipantDevice[] |
getDevices()
Gets the list of devices from a chat room's participant.
|
ChatRoomSecurityLevel |
getSecurityLevel()
Get the security level of a chat room.
|
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()
ParticipantDevice[] getDevices()
boolean isAdmin()
ChatRoomSecurityLevel getSecurityLevel()
ParticipantDevice findDevice(Address address)
void setUserData(java.lang.Object data)
java.lang.Object getUserData()