java-bells icon indicating copy to clipboard operation
java-bells copied to clipboard

Creating and Sending an Audio Message (HOW TO?)

Open prateekmathur1991 opened this issue 9 years ago • 1 comments

This library is really useful, and has saved me a lot of headache when working with Smack's deprecated jingle API's.

But your samples do not have anything about creating, sending and receiving and Audio message, for which I actually need to use Jingle.

Can you shed some light on as to how do I create, send and receive an audio message? I am using your library for implementing live voice chat module in an existing web application. #

prateekmathur1991 avatar Jun 25 '16 09:06 prateekmathur1991

I'm not sure what you mean by "voice message", but the sample code will let you setup a live audio and video chat application. You may need to make some minor tweaks to if you only want to do audio (i.e., no video), but you should get the sample code working first and then try modifying it from there.

bejayoharen avatar Jun 27 '16 17:06 bejayoharen