InstantMessagingCall Class
InstantMessagingCall is the class that supports instant messaging-based communication.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.Call
Microsoft.Rtc.Collaboration.InstantMessagingCall
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class InstantMessagingCall _
Inherits Call
'Usage
Dim instance As InstantMessagingCall
public class InstantMessagingCall : Call
Remarks
Instant messaging communication is realtime, text-based communication. InstantMessagingCall is an implementation of the abstract Call class. It implements signaling for instant messaging calls. Actual text messages are exchanged on an instance of InstantMessagingFlow, which is created at the time when the call is established.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.