java-bells
java-bells copied to clipboard
Creating and Sending an Audio Message (HOW TO?)
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. #
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.