- From: Taylor Brandstetter <deadbeef@google.com>
- Date: Tue, 1 Nov 2016 14:08:26 -0700
- To: public-webrtc@w3.org
Received on Tuesday, 1 November 2016 21:08:59 UTC
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.
Received on Tuesday, 1 November 2016 21:08:59 UTC