Class ParticipantInfo


  • @RequiresApi(api=28)
    public class ParticipantInfo
    extends java.lang.Object
    Information about a participant
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.String> attributes
      Attributes associated with this participant
      java.util.EnumSet<ParticipantInfo.Capabilities> capabilities  
      boolean isLocal  
      java.lang.String participantId
      An ID assigned to this participant, and it's guaranteed to be unique in one Stage session
      java.lang.String userId
      A user ID associated with this participant
      java.util.HashMap<java.lang.String,​java.lang.String> userInfo  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • participantId

        public final java.lang.String participantId
        An ID assigned to this participant, and it's guaranteed to be unique in one Stage session
      • userId

        public final java.lang.String userId
        A user ID associated with this participant
      • isLocal

        public final boolean isLocal
      • userInfo

        public final java.util.HashMap<java.lang.String,​java.lang.String> userInfo
      • attributes

        public final java.util.Map<java.lang.String,​java.lang.String> attributes
        Attributes associated with this participant