Namespace: Ifm.PhoneBar
Script Source:
<script src="https://ifmapi.github.io/hash/phonebar/1.0/phonebar.min.js"></script>
There is no public constructor for this class.
callData : Ifm.Messaging.FPropertyList
callGuid : String
callId : Number
campaignName : String
mediatype : Mediatypes
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;
});
Copyright © IFM Infomaster. All rights reserved.