Room Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates a group chat room.
public ref class Room : Microsoft::Lync::Model::Internal::UCWFull
public class Room : Microsoft.Lync.Model.Internal.UCWFull
type Room = class
inherit UCWFull
Public Class Room
Inherits UCWFull
- Inheritance
Properties
InnerObject | (Inherited from UCWBase) |
IsOutgoingMessageFilterEnabled |
Gets whether the outgoing message filter is enabled. |
JoinedState |
Gets the room join state. |
Participants |
Gets the room participants |
Properties |
Gets a collection of room properties. |
UnreadRoomMessageCount |
Gets the unread room message count. |
Methods
Events
IsSendingMessage |
Raised when the signed in user has finished typing in the group chat room message typing area or Room.BeginSendMessage has been called and Room.IsOutgoingMessageFilterEnabled returns true. |
JoinStateChanged |
Raised when a room join state is changed. |
MessagesReceived |
Raised when messages are received. |
ParticipantAdded |
Raised when a new participant is added. |
ParticipantRemoved |
Raised when a existing participant is removed. |
PropertyChanged |
Raised when a property value changes. |
UnreadMessageCountChanged |
Raised when unread message count changes. |