Class ParticipantInfo

java.lang.Object
com.amazonaws.ivs.broadcast.ParticipantInfo

@RequiresApi(api=28) public class ParticipantInfo extends Object
Information about a participant
  • Field Details

    • participantId

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

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

      public final boolean isLocal
    • capabilities

      public final EnumSet<ParticipantInfo.Capabilities> capabilities
    • userInfo

      public final HashMap<String,String> userInfo
    • attributes

      public final Map<String,String> attributes
      Attributes associated with this participant