Package org.exoplatform.webconferencing
Class WebConferencingService.RoomInfo
- java.lang.Object
-
- org.exoplatform.webconferencing.IdentityInfo
-
- org.exoplatform.webconferencing.GroupInfo
-
- org.exoplatform.webconferencing.WebConferencingService.RoomInfo
-
- Enclosing class:
- WebConferencingService
public class WebConferencingService.RoomInfo extends GroupInfo
Represent Chat room in calls.
-
-
Field Summary
-
Fields inherited from class org.exoplatform.webconferencing.IdentityInfo
avatarLink, EMPTY, id, profileLink, title
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Gets the identity type.-
Methods inherited from class org.exoplatform.webconferencing.GroupInfo
addMember, addMembers, getCallId, getMembers, isGroup, setCallId, setMembers
-
Methods inherited from class org.exoplatform.webconferencing.IdentityInfo
equals, getAvatarLink, getId, getProfileLink, getTitle, hashCode, setAvatarLink, setProfileLink
-
-
-
-
Method Detail
-
getType
public String getType()
Gets the identity type.- Specified by:
getTypein classIdentityInfo- Returns:
- the type
-
-