ISIPSubscriptionManager Interface |
Namespace: Ozeki.VoIP
The ISIPSubscriptionManager type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create(String, String) |
Creates a SIP subscription with the given event type.
|
![]() | Create(SIPEventType, String) |
Creates a SIP subscription with the given event-type.
|
![]() | Get(String) |
Retrieves a previously created subscription.
|
![]() | Get(SIPEventType) |
Retrieves a previously created subscription.
|
![]() | Subscribe |
Sends a SUBSCRIBE request for the given subscription.
|
![]() | Unsubscribe |
Terminates the given subscription.
|