ChatRoom.AddIn Property

Definition

Gets the add-in for this chat room. An add-in is a web page that can be embedded in a chat room. 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.

public:
 property Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatAddIn ^ AddIn { Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatAddIn ^ get(); };
public Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatAddIn AddIn { get; }
member this.AddIn : Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatAddIn
Public ReadOnly Property AddIn As PersistentChatAddIn

Property Value

The add-in.

Applies to