ChatRoomSession(PersistentChatEndpoint) Constructor

Definition

Initializes a new instance of the ChatRoomSession class.

public:
 ChatRoomSession(Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatEndpoint ^ endpoint);
public ChatRoomSession (Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint endpoint);
new Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSession : Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatEndpoint -> Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSession
Public Sub New (endpoint As PersistentChatEndpoint)

Parameters

endpoint
PersistentChatEndpoint

The endpoint on which this session will be established.

Applies to