Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
taking into account that they are different libraries, when a user has a voice call, is this reflected in his Presence Status as 'On a Call'?.
 
Thanks,
Victor
 
 

RE: Voice Presence
Answer
4/25/12 6:26 PM as a reply to Victor Vazquez.
Hi Victor,

Yes, we sync this info for a rich presence experience.

For example, in CAXL, when you create a SelfPresenceView, the 2nd parameter of "true" specifies that you want a composed presence ( IM + Phone )

[In SampleClient.html] var prsView = new jabberwerx.ui.SelfPresenceView(client,true);

HTH,
Shankar