You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This language on RTP stats seems to go against #26: "RTP monitored objects are deleted when the corresponding RTP sender or RTP receiver is reconfigured to remove the corresponding RTP stream. This happens for the old SSRC when the ssrc changes, a simulcast layer is dropped or the RTCRtpTransceiver's currentDirection becomes "stopped"".
The "receiver is reconfigured" part seems fine, and probably describes intent, that things stick around until replaced.
This language on RTP stats seems to go against #26: "RTP monitored objects are deleted when the corresponding RTP sender or RTP receiver is reconfigured to remove the corresponding RTP stream. This happens for the old SSRC when the ssrc changes, a simulcast layer is dropped or the RTCRtpTransceiver's currentDirection becomes "stopped"".
The "receiver is reconfigured" part seems fine, and probably describes intent, that things stick around until replaced.
But this part: "This happens ... when ...the RTCRtpTransceiver's currentDirection becomes
"stopped"
" ends up meaning stats are deleted on pc.close (which will stop the RTCRtpTransceiver, causing currentDirection to "return "stopped"").The text was updated successfully, but these errors were encountered: