Re: [webrtc-pc] Adding `remoteTrackId` attribute to represent SDP-signaled track ID.

@stefhak Tried to explain this in the note:

> If a transceiver is created by a method other than `setRemoteDescription`, `receiver.track.id` will be set to a randomly generated value instead of one that comes from SDP.

And again, this is because the receiver and its track are created before the remote track ID is known (for the "early media" use case), and the ID can't change after creation. Should the note mention that too?

-- 
GitHub Notification of comment by taylor-b
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/1567#issuecomment-326301956 using your GitHub account

Received on Thursday, 31 August 2017 13:52:44 UTC