ChatRoomSnapshot 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.
Returned from a request to browse chat rooms.
public ref class ChatRoomSnapshot : Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSummary
public class ChatRoomSnapshot : Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSummary
type ChatRoomSnapshot = class
inherit ChatRoomSummary
Public Class ChatRoomSnapshot
Inherits ChatRoomSummary
- Inheritance
Remarks
Because it is a subclass of ChatRoomSummary, a ChatRoomSnapshot can be used to join a chat room (see BeginJoin(ChatRoomSummary, AsyncCallback, Object))
Properties
ChatRoomUri |
Gets the URI of the chat room. (Inherited from ChatRoomSummary) |
Description |
Gets the description of the chat room. (Inherited from ChatRoomSummary) |
Name |
Gets the name of the chat room. (Inherited from ChatRoomSummary) |
NumberOfParticipants |
Gets the number of participants currently joined to the chat room. |