Phone API Reference - Core - digium.event.stopObserving

Desk Phone API features described in this section are deprecated and supported only on the following models: D40, d45, d50, d60, d62, d65, d70

digium.event.stopObserving

 

Description

Used to remove callbacks for an event. If callback is not passed in (which is a reference to the original observed callback), then all observed events are removed for the specified eventName.

 

Basic Example: 

 digium.event.stopObserving(parameters);

Parameters

Name

Required

Type

Default

Description

Name

Required

Type

Default

Description

eventName

Yes

string

 

String that identifies the event type. Event type can either be from this list if you are using digium.event.observe, or from your own list if you're using digium.event.fire to fire your own event. 

callback

No

object

 

Callback (OPTIONAL) to remove from the event listener. If this parameter is undefined, all callbacks registered to eventNamewill be removed.

 

A full list of system eventNames can be found here

Return to Documentation Home I Return to Sangoma Support