Hi there,
I'm using the rtp-forward feature to forward webrtc audio to my local receiver like gstreamer, ffmepg, etc.
What I want to know is how do I get the "stream_id" parameter of the "stop_rtp_forward" request.
In my understanding, the parameter is supposed to be in the response message of "rtp_forward" request.
I did get the response of the "rtp_forward" request, which contains the "stream_id" under "rtp_stream" object, but it seems the response data is receive by janus.js rather than videoroomtest.js.
Is there any way I can retrieve "stream_id" either modifying the codes of front-end or back-end?
Thanks in advance.
Joshua