Uses of Class
org.exoplatform.webconferencing.IdentityInfo
Packages that use IdentityInfo
-
Uses of IdentityInfo in org.exoplatform.webconferencing
Subclasses of IdentityInfo in org.exoplatform.webconferencingModifier and TypeClassDescriptionclassRepresent eXo group for conversations in calls.
Created by The eXo Platform SASclassRepresent guests in calls.classRepresent external participant in calls.classRepresent eXo user as a conversation participant for calls.classRepresent Chat room in calls.classRepresent Space event call.classRepresent Space in calls.Fields in org.exoplatform.webconferencing declared as IdentityInfoMethods in org.exoplatform.webconferencing that return IdentityInfoModifier and TypeMethodDescriptionprotected IdentityInfoWebConferencingService.createOwner(String ownerId, String ownerType, String title, boolean isUser, boolean isSpace, boolean isSpaceEvent, boolean isRoom) Creates call owner.CallInfo.CallView.getOwner()CallInfo.getOwner()Gets the owner.Constructors in org.exoplatform.webconferencing with parameters of type IdentityInfoModifierConstructorDescriptionCallInfo(String id, String title, IdentityInfo owner, String providerType) Instantiates a new call info.