Re: [webrtc-pc] Using codecPayloadType with addTransceiver()

@henbos In ORTC, preferredPayloadType is provided in getCapabilities(), which would help the application to correctly choose (and for the user-agent to interpret) the codecPayloadType provided in sendEncodings.

Codec payload types vary between m-lines because in SDP codec are assigned a unique payload type and payload types can't overlap within a BUNDLE group.  Things are a bit looser in ORTC, since there the only requirement is that it be possible to determine which RtpReceiver an inbound RTP packet is for. 

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

Received on Friday, 19 October 2018 16:29:41 UTC