[webrtc-pc] Should setting an answer modify RTCRtpTransceiver.direction?

aboba has just created a new issue for 
https://github.com/w3c/webrtc-pc:

== Should setting an answer modify RTCRtpTransceiver.direction? ==
>From Taylor: 
https://lists.w3.org/Archives/Public/public-webrtc/2016Nov/0009.html

Here's an example to illustrate the point:

transceiver.setDirection("sendrecv");
// ...
pc.setLocalDescription(sendRecvOffer);
// ...
pc.setRemoteDescription(recvOnlyAnswer);
// What is transceiver.direction now? "sendrecv" or "sendonly"?

Has this question already been decided? If not, it's probably 
something we should cover at the upcoming virtual interim.

Please view or discuss this issue at 
https://github.com/w3c/webrtc-pc/issues/902 using your GitHub account

Received on Tuesday, 1 November 2016 22:19:27 UTC