Microsoft.Rtc.Collaboration.PersistentChat 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.
Chat |
Parameters which specify a chat history query. |
Chat |
A collection of Messages for a single chat room, which match the requested ChatHistoryQueryOptions. Returned as the result of a chat history query. |
Chat |
Represents a message that was posted to a chat room. |
Chat |
Event argument forwarded by a ChatRoomSession when a message is received. |
Chat |
Describes a chat room. A chat room is a topic oriented, access controlled forum for posting real-time messages to be shared with a group of users. Chat rooms optionally support logging of chat history, which is available to members for review or query. To obtain a reference to a ChatRoom, and access other metadata about the chat room, see ChatRoomManagementServices. |
Chat |
Basic information about a chat room category. |
Chat |
Provides metadata and controls for handling a file download operation with a chat room. |
Chat |
Event argument forwarded by a ChatRoomFileDownloadJob or ChatRoomFileUploadJob when file transfer progress has changed. |
Chat |
Provides metadata and controls for handling a file upload operation with a chat room. |
Chat |
Basic information about a chat room invitation. |
Chat |
Event argument forwarded by a PersistentChatEndpoint when a chat room invitation is received. |
Chat |
Represents a user that is actively joined to a ChatRoomSession. |
Chat |
Event argument forwarded by a ChatRoomSession when the properties of the chat room have changed. |
Chat |
Enables a user to join a chat room. When joined to a chat room, a user can send and receive chat messages in real time. |
Chat |
Event argument forwarded by a ChatRoomSession when the participation status of the currently logged in user has changed. |
Chat |
Thrown when an operation is attempted on a ChatRoomSession which is not supported based on its current state. |
Chat |
Settings needed for creating a chat room. |
Chat |
Returned from a request to browse chat rooms. |
Chat |
Basic information about a chat room. |
Chat |
The PersistentChatEndpoint fails to connect to the Persistent Chat server, or when an request is made when the PersistentChatEndpoint is not in a valid state. |
Command |
The persistent chat server encounters an error while processing a request. |
Formatted |
Used to construct a chat message which contains formatted parts, such as emoticons, hyperlinks, and chat room links. Once constructed, you must invoke one or more of the Append methods before sending this message (see BeginSendChatMessage(FormattedOutboundChatMessage, AsyncCallback, Object)). |
Inherited |
Represents the room invitations property which is derived from information associated with a chatroom, as well as information associated with the parent category. |
Message |
Base class for all supported message parts. A message part is a portion of a message which can be parsed into an object. Examples include emoticons, hyperlinks, chat room links, and file download links. |
Message |
A portion of a message which represents a chat room link. |
Message |
A portion of a message which represents an emoticon |
Message |
A portion of a message which represents a downloadable file. This message part cannot be used for sending messages, it is only used for parsing inbound messages. |
Message |
A portion of a message which represents a hyper link, such as //www.microsoft.com. |
Message |
A portion of a message which represents a simple, plain-text string. |
Message |
A portion of a message which represents a story title. |
Participant |
Event argument forwarded by a ChatRoomSession when a user enters or leaves the room. |
Participant |
Event argument forwarded by a ChatRoomSession when another user leaves the chat room. |
Participant |
Event argument forwarded by a ChatRoomSession when the privileges of a user have changed; see IsManager and IsPresenter. |
Persistent |
An add-in is a web-based application which can be associated with a chat room (see AddIn). |
Persistent |
An endpoint which is the basis for all communication with the Persistent Chat server. This endpoint represents a single connection to a single persistent chat server, using an existing LocalEndpoint instance. This endpoint encapsulates references to all active ChatRoomSession instances to which the user has joined, and provides a access to a variety of management services, functionality for browsing the catalog of available chat rooms, and methods for reviewing chat history. (See PersistentChatServices) |
Persistent |
Event argument forwarded by a PersistentChatEndpoint when the state of the persistent chat server connection has changed. |
Persistent |
Represents the base class for all exceptions defined in the Microsoft Persistent Chat API. |
Persistent |
Describes an arbitrary block of Data which a persistent chat application may define for storing user preferences and settings, or any other purpose. |
Persistent |
Properties and configuration settings which apply to the persistent chat server to which the PersistentChatEndpoint has connected. |
Persistent |
Provides access to a wide variety of persistent chat features and services, including: |
Chat |
Enumerates a chat message emoticon, which can be used as part of a chat message. See MessagePartEmoticon |
Chat |
Enumerates the chat room behavior settings |
Chat |
Enumerates the invitation setting of a chat room |
Chat |
Enumerates the chat room privacy settings |
Chat |
Enumerates a permissioned role on a ChatRoom. These roles may be granted to any provisioned PersistentChatPrincipal. |
Chat |
Enumerates the state of a chat room session |
Persistent |
Enumerates the state of a group chat endpoint |
Persistent |
Enumerates the persistent chat error codes. |
Persistent |
Enumerates a type of user or user group. |
Room |
Enumerates the room permission map. |