FormattedOutboundChatMessage.AppendChatRoomLink(ChatRoomSummary) Method
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.
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.