|
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 ChatRoomInvitation
This interface represents an invitation, which is send from a chat room member to another user in order to invite this user to join the chat room.
| Method Summary | |
|---|---|
byte[] |
getChatRoomPassword()
Returns the password to use when joining the room. |
String |
getInviter()
Returns the ChatRoomMember that sent this invitation. |
String |
getReason()
Returns the reason of this invitation, or null if there is no reason. |
ChatRoom |
getTargetChatRoom()
Returns the ChatRoom, which is the target of this invitation. |
| Method Detail |
|---|
ChatRoom getTargetChatRoom()
byte[] getChatRoomPassword()
String getInviter()
String getReason()
|
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 | |||||||||