webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

feat: delete rejected transceiver

Open o-u-p opened this issue 9 months ago • 8 comments

when port = 0 and direction = inactive indicates that the media stream is not wanted, so we need delete transceiver, sync the logic with c++ implement https://www.ietf.org/rfc/rfc3264.txt#:~:text=A%20port%20number%20of%20zero,rejected%20stream%20(Section%206).

o-u-p avatar Jan 16 '25 10:01 o-u-p