The VoipMediaEngine..::.Subscribe type exposes the following members.

Methods

  NameDescription
StartEventSubscription
The StartEventSubscription function can be called by application software to subscribe to an event offered by another telephony device or application.
Note:
If you want to subscribe to events offered by another telephony device, you must call the SipTelephonyEnable()()() API procedure prior to calling the StartEventSubscription(VoipMediaEngine, String, String, String, UInt32, Boolean, String, String, UInt32, UInt32, UInt32) API procedure .
StopEventSubscription
The StopEventSubscription function can be called by application software to terminate an event subscription. After application software calls this API procedure, the application will no longer receive events from the telephony device offering the event.
TriggerSubscription
The TriggerSubscription function can be called by application software to trigger a re-subscribe to a previously subscribed telephony event. Normally the media engine will handle all of the details associated with event subscriptions and the renewal of those event subscriptions.

See Also