ChatRoomSnapshot Class

Definition

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
ChatRoomSnapshot

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.

Applies to