cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1075
Views
0
Helpful
1
Replies

API for Jabber Video

frankmadern1
Level 1
Level 1

Hi,

First of all, is there an API for Jabber Video (PC)?

Second of all, is it possible to program it to start up a video call with certain (sensor) triggers?

If so , how much time would it cost to program such a thing? just curious....

thanks in advance... Frank

1 Reply 1

tinghche
Level 5
Level 5

Frank,

There is no Jabber Desktop API available (If that's what you meant)

The only SDK is call Jabber SDK for Web, which is a JavaScript Library with browser plugin.

https://developer.cisco.com/site/collaboration/jabber/websdk/develop-and-test/voice-and-video/start-here/

Since it's web based, you can have JavaScript triggers a call in many ways. ex: Mouseover, onload, AJAX return, etc.

You can refer to some sample codes here

https://developer.cisco.com/site/collaboration/jabber/websdk/learn/voice-and-video-how-to/add-video-call-capabilities/

Regards,

Howard