Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParticipant

Hierarchy

  • IParticipant

Index

Properties

anonymous

anonymous: boolean

True if this user has not signed in and is an anonymous user.

channelGroups

channelGroups: string[]

The Channel Groups the participant is in.

Optional connectedAt

connectedAt: number

The unix milliseconds timestamp when the user connected.

Optional disabled

disabled: boolean

The disabled state of this participant, when disabled they cannot provide input.

Optional etag

etag: ETag
deprecated

etags are no longer used, you can always omit/ignore this.

Optional groupID

groupID: string

The ID of the Group this user belongs to.

Optional lastInputAt

lastInputAt: number

The unix milliseconds timestamp when the user last interacted with the controls.

Optional level

level: number

This participant's Mixer level.

Optional meta

meta: IMeta

sessionID

sessionID: string

a unique string identifier for the user in this session. It’s used for all participant identification internally, and should be viewed as an opaque token.

Optional userID

userID: number

This participant's Mixer UserId. Will be set to 0 if anonymous is true.

Optional username

username: string

This participant's Mixer Username.

Generated using TypeDoc