Open rHina24 opened 1 year ago
Sure, if you drop or close the track immedialety in the onTrack()
callback, the track should be marked as removed in the answer.
However, for such a use case it is a better design for the sender to offer, so you can offer only the existing tracks.
I have the requirement for sending audio frames captured by openRTSP client through the WebRTC. Need to send audio if audio packets are available, Otherwise will send the video only.
Please find below description
Is it possible or any any option to disable audio in answer irrespective of offer message?