Class ParticipantInfo


  • @RequiresApi(api=28)
    public class ParticipantInfo
    extends java.lang.Object
    Information about a participant
    • 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
      • isLocal

        public final boolean isLocal
      • userInfo

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