Re: [webrtc-pc] Should RTCRtpTransceiver.setCodecPreferences() only refer to RTCRtpReceiver.getCapabilities(kind)?

So based on direction:

- Sendonly: use sender.getCaps
- Recvonly: use receiver.getCaps
- Sendrecv: use the intersection of sender.getCaps and receiver.getCaps
- Inactive: do the same thing as sendrecv

That's surprising.

-- 
GitHub Notification of comment by alvestrand
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1998#issuecomment-427047341 using your GitHub account

Received on Thursday, 4 October 2018 14:47:15 UTC