audiosocket
audiosocket copied to clipboard
Send some extra DATA to server
Hi,
Can you explain How to send some extra DATA with audiosocket stream. And How I can receive there extra data in python audiosocket server.
The data payload is arbitrary, and you can always extend the set of types for your need. If you are using the Asterisk implementation on the other side, though, I don't believe there is any facility to send arbitrary data.
can you explain with some example? tanks