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

Can I intercept and process audio with a plugin?

tplauche
Level 1
Level 1

Is it possible to handle the audio in a webex call? I want to create a plugin that will translate speech in real time, but I have not found any documentation that shows how a plugin or 2rd party app can access that data. I thought the SDK would provide an input or stream handler. Am I missing it or does Webex not provide that sort of access? Can anyone point me in the right direction?

Thanks in advance. 

2 Replies 2

Janos Benyovszki
Cisco Employee
Cisco Employee

@tplauche you can try using the remoteAudio object https://github.com/webex/webex-js-sdk/tree/master/packages/%40webex/plugin-meetings not sure if that's what you are looking for.

Thank you for your reponse. the `remoteAudio` object doesn't look like it will help me with my objective. Also, it seems like this SDK is intended to integrate webex into applications as opposed to creating plugins that will integrate into Webex. Is that correct? 

However, it looks like this SDK does provide access to the audio stream, which is what I was looking for, so I will try it out. 

Thank you!