Microsoft.Rtc.Collaboration.PersistentChat.Management Namespace
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.
Audit |
Describes the change history of an object in the group chat database. Objects that have change histories include ChatRoomInformation, PersistentChatPrincipal, PersistentChatRoleDescriptor, and ChatRoom. |
Chat |
Information needed for updating a chat room via BeginUpdateChatRoom(ChatRoomInformation, AsyncCallback, Object) or BeginUpdateChatRoom(ChatRoomInformation, ICollection<PersistentChatPrincipalSummary>, ICollection<PersistentChatPrincipalSummary>, ICollection<PersistentChatPrincipalSummary>, AsyncCallback, Object) |
Chat |
A collection of methods which can be used to manage chat rooms. An instance of this class may be obtained from the ChatRoomManagementServices property of PersistentChatServices |
Persistent |
Describes a user or user group which is provisioned for persistent chat, and has specific roles and permissions assigned to it in the persistent chat system. |
Persistent |
Basic information about a user or user group. All concrete subclasses of PersistentChatPrincipal support implicit conversion to a PersistentChatPrincipalSummary. |
Persistent |
Represents the assignment of a ChatRoomRole to a user or user group. |
Persistent |
An object which describes a persistent chat user, and the permissions which have been granted or assigned to the user. For more information, see PersistentChatUserServices. |
Persistent |
An object which describes a persistent chat user group, and the permissions which have been granted or assigned to the group. For more information, see PersistentChatUserServices. |
Persistent |
A collection of methods which can be used to manage persistent chat users and user groups. An instance of this class may be obtained from the UserServices property of PersistentChatServices |