Microsoft Chat Server SDK Reference

Chat User Modes

This enumeration is used to filter the users returned in the ChatChannel.Members collection.

It is also used by the IChatChannelCallBack::OnChangedMember event, which provides notification on members that change access mode while they are members of the channel.

The following table describes available chat user modes.

CHAT_USER_MODE enumeration Value Meaning
CHAT_CHANNELHOST 1 This user is the channel host.
CHAT_CHANNELMEMBER 0 This user is a member of the channel.
CHAT_CHANNELOWNER 2 This user is the channel owner.
CHAT_CHANNELVOICE 3 This user can speak in the channel.


© 1998 Microsoft Corporation. All rights reserved.