|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChatRoomMember
This interface represents chat room participants. Instances are retrieved through implementations of the ChatRoom interface and offer methods that allow querying member properties, such as, moderation permissions, associated chat room and other.
| Method Summary | |
|---|---|
byte[] |
getAvatar()
Returns the avatar of this member, that can be used when including it in user interface. |
ChatRoom |
getChatRoom()
Returns the chat room that this member is participating in. |
Contact |
getContact()
Returns the protocol contact corresponding to this member in our contact list. |
String |
getContactAddress()
Returns the contact identifier representing this contact. |
String |
getName()
Returns the name of this member as it is known in its containing chatroom (aka a nickname). |
ProtocolProviderService |
getProtocolProvider()
Returns the protocol provider instance that this member has originated in. |
ChatRoomMemberRole |
getRole()
Returns the role of this chat room member in its containing room. |
void |
setRole(ChatRoomMemberRole role)
Sets the role of this chat room member in its containing room. |
| Method Detail |
|---|
ChatRoom getChatRoom()
ProtocolProviderService getProtocolProvider()
String getContactAddress()
String getName()
byte[] getAvatar()
Contact getContact()
ChatRoomMemberRole getRole()
void setRole(ChatRoomMemberRole role)
role - ChatRoomMemberRole instance indicating the role
to set for this member in its containing chat room.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||