Represents the interface that needs to be implemented by users of the SipSubscription class. The reference to this interface needs to be passed to the SipSubscription class instantiation.

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

Syntax

Visual Basic (Declaration)
Public 
Interface 
ISipSubscriptionProcessor
C#
public 
interface 
ISipSubscriptionProcessor
Visual C++
public 
interface class 
ISipSubscriptionProcessor
JavaScript

Microsoft.Rtc.Signaling.ISipSubscriptionProcessor = 
function();

Microsoft.Rtc.Signaling.ISipSubscriptionProcessor.createInterface('

Microsoft.Rtc.Signaling.ISipSubscriptionProcessor');

See Also