cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
526
Views
2
Helpful
2
Replies

SDK for Jabber Desktop Client Version

haritheera
Level 1
Level 1

Hi

   We are developing a software which can control the Accept/Decline Calls /video call/ mic mute/ desktop share etc. We want to integrate this software with Jabber Desktop client. Do we have an any SDK that is available. If SDK is available, do we need to have a Server like Microsoft LYNC to manage the IMs and Calls. What are the licensing/permissions required

Thanks

Harish

2 Replies 2

dstaudt
Cisco Employee
Cisco Employee

There are no APIs/SDKs for controlling the Jabber PC client directly.

However, via the Jabber SDK () you can either implement a stand-alone Jabber SDK-based 'softphone', or monitor/control a regular CUCM device (including a Jabber PC client which is itself in softphone mode.)

https://developer.cisco.com/site/jabber-websdk/overview/

If implementing a browser-based softphone via the SDK, you would have control over call-handling, video calling, and mic+audio output; though, screen-sharing is not supported.  If using the Jabber SDK to remote-control a Jabber PC client (in softphone mode), then only call control operations would be supported (no control of audio/video, or additional features like screensharing)

Thanks for the quick turnaround. This helps a lot