FormattedOutboundChatMessage.AppendChatRoomLink(ChatRoomSummary) Method

Definition

Appends the chat room link.

public:
 void AppendChatRoomLink(Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSummary ^ chatRoom);
public void AppendChatRoomLink (Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSummary chatRoom);
member this.AppendChatRoomLink : Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSummary -> unit
Public Sub AppendChatRoomLink (chatRoom As ChatRoomSummary)

Parameters

chatRoom
ChatRoomSummary

The chat room.

Exceptions

chatRoom is null.

Applies to