Re: [webrtc-pc] example 13: getReceivers semantics

Thanks. Now the next question, bear with me:
The receiver that is created and has a track. This track has a random id "randomA".
Media is received on that track (I assume this is possible if the MID header extension is used)
Now a remote answer arrives. The SDP contains two along the lines of 
    ```a=msid:remoterandomstreamid remoterandomaudio```

Does the receivers track id change?
Does ontrack fire with a track that has track.id=remoterandomaudio?
If yes: should the application replace the srcObject with the stream/track from that event?

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

Received on Monday, 17 April 2017 16:32:25 UTC