Microsoft Chat Server SDK Reference

IsAuditorium Property

This property retrieves the flag that indicates whether the channel is an auditorium.

Syntax

Flag = ChatChannel.IsAuditorium

Parameters

Flag
True if channel is started in auditorium mode, False if not.

Remarks

Channels in auditorium mode route messages from non-host members to host members only. Members who are not hosts see only themselves and the hosts in the channel. Only hosts are notified of non-host members entering and/or leaving. Auditorium and moderated modes are mutually exclusive.

This flag will be set if the channel is created with AUDITORIUM mode (+x).

See Also

Moderated


© 1998 Microsoft Corporation. All rights reserved.