ifmapi

Index

PhoneBar Class

Namespace: Ifm

Script Source:

<script src="https://ifmapi.github.io/hash/phonebar/1.0/phonebar.min.js"></script>

Syntax

Constructors

The PhoneBar object is a singleton.

There is no public constructor for this class. Get a reference to the current object using:

Ifm.PhoneBar.instance

Static Methods

Static Properties

Constants

Events

Call notifications:

Recording notifications:

State events:

Supervisor messages:

Instance Methods

Instance Properties

Remarks

Examples

Get a reference to the object:

var phonebar = Ifm.PhoneBar.instance;

Set an event handler for a specific event:

Ifm.PhoneBar.events.statechanged = function (phonebar, e) { ... };

See Also

Copyright © IFM Infomaster. All rights reserved.