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
Right now aiortc stops the sending track when the corresponding transceiver (pr rtp sender) is closed, which is anti-spec (tracks should not be stopped when the peerconnection is closed or when a transceiver is stopped/closed).
This has already been reported to aiortc project in PR 292 but it makes sense to move it into a separate issue/PR.
The text was updated successfully, but these errors were encountered:
Right now
aiortc
stops the sending track when the corresponding transceiver (pr rtp sender) is closed, which is anti-spec (tracks should not be stopped when the peerconnection is closed or when a transceiver is stopped/closed).This has already been reported to
aiortc
project in PR 292 but it makes sense to move it into a separate issue/PR.The text was updated successfully, but these errors were encountered: