AppendChatRoomLink Method
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Appends the chat room link.
Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Sub AppendChatRoomLink ( _
chatRoom As ChatRoomSummary _
)
'Usage
Dim instance As FormattedOutboundChatMessage
Dim chatRoom As ChatRoomSummary
instance.AppendChatRoomLink(chatRoom)
public void AppendChatRoomLink(
ChatRoomSummary chatRoom
)
Parameters
- chatRoom
Type: Microsoft.Rtc.Collaboration.GroupChat.ChatRoomSummary
The chat room.
See Also
Reference
FormattedOutboundChatMessage Class