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
An RTCRtpReceiver instance is associated to a receiving MediaStreamTrack and provides RTC related methods to it.
This part:
is associated to a receiving MediaStreamTrack
... reads exactly like the sender. But I think it shouldn't as it's not associated like the sender but constructed by the receiver based upon the kind.
This part:
... reads exactly like the sender. But I think it shouldn't as it's not associated like the sender but constructed by the receiver based upon the kind.