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

Jabber Web SDK: Set local Audio/Video and get remote Audio/Video

mahidalgo
Level 1
Level 1

Hi,

I want to add the ability to videoconference to an existing application.
For the integration with the application I need the following capabilities:

- Set the audio samples and video frames that will be sent to the remote caller.

- Access audio samples and remote video frames.

Is this possible with Jabber Web SDK?

 

Thanks.

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

The Jabber SDK is designed to abstract all the audio/video handling - there is no programmatic access to the audio/video streams by a SDK application.

 

You might be able to accomplish what you want by implementing a virtual 'CTI Port' device, which does specifically allow/require an application to handle the incoming/outgoing media.  CTI Ports are instantiated/controlled using the TAPI or JTAPI CTI interfaces:

https://developer.cisco.com/site/jtapi/

https://developer.cisco.com/site/tapi/