Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

Chat Template

getActive()

Iterate over audit records

See Also

rb.chat.create, modify, remove()   

Syntax

chatRoomActiveIterator = rb.chat.getActive(contactID)

Parameters

The 'getActive' method takes 1 parameter:

Name Type/Value Range/Length Description
contactIDnumber  Required. Return only rooms with this contact ID linked to it, -1 for all.

Results

The 'getActive' method returns an iterator of structure:

Type/Value Range/Length Description
struct chatRoomActive see definition Create an iterator over a specified sub-set of rooms for this client

Remarks

Iterate over conversations

Whitebeam release 1.3.36
(loadtime : 62ms)