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
if no track is provided a kind is probably required -- that probably implies a constructor that takes a trackOrKind similar to the 1.0 createTransceiver.
In WebRTC 1.0, replaceTrack(null) is permitted, and also, an RtpSender can be constructed with a null track. So ORTC needs to be compatible with this.
The text was updated successfully, but these errors were encountered: