ISipSubscriptionProcessor.SubscriptionStateChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SipSubscription invokes this method whenever any subscription signaling state changes occur.
public:
void SubscriptionStateChanged(Microsoft::Rtc::Signaling::SubscriptionStateChangedEventArgs ^ eventArg);
public void SubscriptionStateChanged (Microsoft.Rtc.Signaling.SubscriptionStateChangedEventArgs eventArg);
abstract member SubscriptionStateChanged : Microsoft.Rtc.Signaling.SubscriptionStateChangedEventArgs -> unit
Public Sub SubscriptionStateChanged (eventArg As SubscriptionStateChangedEventArgs)
Parameters
- eventArg
- SubscriptionStateChangedEventArgs
Event specific arguments.