ChatMember
This class represents a member in a chat. A ChatMember object is received in the onMemberJoined, onMemberUpdated, and onMemberLeft event handlers when listening to chat events.
Properties
id
The id of this member.
channel
The channel of this member.
state
The state of this member.
Example
Listening for member events and accessing ChatMember properties: