Hi All,
I have a general question.
I need to process audio data during live meeting. Now, I understand that currently there are two options for doing that in a live manner:
- Configuring custom live streaming during the meeting and then the data will be streamed to our servers using RTMP protocol
- In this post @kevin1 mentions that they capture audio stream by calling in as a participant.
My question is, if our service calls in as a participant, how can we decode the stream to get the audio? Which protocol is this? How can we get the audio data from this stream programmaticaly?
Thanks!