GroupChatAddIn Class

An add-in is a web-based application which can be associated with a chat room (see AddIn).

Inheritance Hierarchy

System.Object
  Microsoft.Rtc.Collaboration.GroupChat.GroupChatAddIn

Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Class GroupChatAddIn
'Usage
Dim instance As GroupChatAddIn
public class GroupChatAddIn

Remarks

The add-in is displayed in the group chat client in a panel beneath the chat area. The chat room interacts with the add-in, sending it notification of inbound and outbound messages. The add-in also has access to metadata about the chat room and the messages which are posted to it.

An add-in must be registered with the system before it can be used on a chat room. The list of registered add-in may be obtained from BeginGetAllAddIns(AsyncCallback, Object). See BeginRegisterAddIn(GroupChatAddInSettings, AsyncCallback, Object) for more information about registering add-ins.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

See Also

Reference

GroupChatAddIn Members

Microsoft.Rtc.Collaboration.GroupChat Namespace