Class ParticipantInfo


  • public class ParticipantInfo
    extends UserInfo
    Represent external participant in calls. Created by The eXo Platform SAS.
    Version:
    $Id: ParticipantInfo.java 00000 Feb 23, 2017 pnedonosko $
    Author:
    Peter Nedonosko
    • Field Detail

      • TYPE_NAME

        public static final String TYPE_NAME
        The Constant TYPE_NAME.
      • LOG

        protected static final org.exoplatform.services.log.Log LOG
        The Constant LOG.
    • Constructor Detail

      • ParticipantInfo

        protected ParticipantInfo​(String imId)
        Instantiates a new participant with an ID.
        Parameters:
        imId - the IM id
      • ParticipantInfo

        protected ParticipantInfo​(String imType,
                                  String imId)
        Instantiates a new participant with IM type and ID.
        Parameters:
        imType - the im type
        imId - the IM id
    • Method Detail

      • getType

        public String getType()
        Gets the identity type.
        Overrides:
        getType in class UserInfo
        Returns:
        the type