ChatRoomInformation(ChatRoom) Constructor

Definition

Initializes a new instance of the ChatRoomInformation class.

public:
 ChatRoomInformation(Microsoft::Rtc::Collaboration::PersistentChat::ChatRoom ^ chatRoom);
public ChatRoomInformation (Microsoft.Rtc.Collaboration.PersistentChat.ChatRoom chatRoom);
new Microsoft.Rtc.Collaboration.PersistentChat.Management.ChatRoomInformation : Microsoft.Rtc.Collaboration.PersistentChat.ChatRoom -> Microsoft.Rtc.Collaboration.PersistentChat.Management.ChatRoomInformation

Parameters

chatRoom
ChatRoom

The chat room to modify.

Exceptions

chatRoom is null.

Applies to