ifmapi

Index

Call Class

Namespace: Ifm.PhoneBar

Script Source:

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

Syntax

Constructors

There is no public constructor for this class.

Static Methods

Static Properties

Constants

Events

Instance Methods

Instance Properties

Remarks

Examples

Get a reference to the active calls array:

var calls = phonebar.calls();

Get a reference to a specific call object:

call = phonebar.calls(callId);

Find a reference to some calls:

var found = phonebar.calls(function(call) { 
	// filter for social network calls:
	return call.mediatype === Ifm.PhoneBar.Mediatypes.StoreAndForward;
});

See Also

Copyright © IFM Infomaster. All rights reserved.