Uses of Class
org.exoplatform.webconferencing.IdentityInfo
-
Packages that use IdentityInfo Package Description org.exoplatform.webconferencing -
-
Uses of IdentityInfo in org.exoplatform.webconferencing
Subclasses of IdentityInfo in org.exoplatform.webconferencing Modifier and Type Class Description classGroupInfoRepresent eXo group for conversations in calls.
Created by The eXo Platform SASclassGuestInfoRepresent guests in calls.classParticipantInfoRepresent external participant in calls.classUserInfoRepresent eXo user as a conversation participant for calls.classWebConferencingService.RoomInfoRepresent Chat room in calls.classWebConferencingService.SpaceEventInfoRepresent Space event call.classWebConferencingService.SpaceInfoRepresent Space in calls.Fields in org.exoplatform.webconferencing declared as IdentityInfo Modifier and Type Field Description protected IdentityInfoCallInfo. ownerThe owner.Methods in org.exoplatform.webconferencing that return IdentityInfo Modifier and Type Method Description protected IdentityInfoWebConferencingService. createOwner(String ownerId, String ownerType, String title, boolean isUser, boolean isSpace, boolean isSpaceEvent, boolean isRoom)Creates call owner.IdentityInfoCallInfo.CallView. getOwner()IdentityInfoCallInfo. getOwner()Gets the owner.Constructors in org.exoplatform.webconferencing with parameters of type IdentityInfo Constructor Description CallInfo(String id, String title, IdentityInfo owner, String providerType)Instantiates a new call info.
-