Re: [webrtc-pc] does MSID still work? (was: example 13: getReceivers semantics)

i'm not sure my comment https://github.com/w3c/webrtc-pc/issues/1128#issuecomment-297639748 is correct. SRD will create a transceiver and therefore a RTPSender but the RTPSender track is nullable (however, as currently specified, it is always created with a track. @aboba ORTC seems to allow creating with trackOrKind which would be good).

The RTPReceiver track is not nullable. Should it be? If yes: how would a receiver without a track be created by addTrack change its track from null to non-null?

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

Received on Friday, 28 April 2017 15:37:09 UTC