- From: Bernard Aboba <Bernard.Aboba@microsoft.com>
- Date: Thu, 5 May 2016 01:14:47 +0000
- To: "public-webrtc@w3.org" <public-webrtc@w3.org>
- CC: Peter Thatcher <pthatcher@google.com>
Received on Thursday, 5 May 2016 01:15:17 UTC
Peter Thatcher said: "I thought about this some more, and I think that if we have {direction: "sendrecv"} in the construction of an RtpTransceiver, we probably ought to have .setDirection instead of .activateSender. That would be easier to specify and would allow the application to change direction in any way (sender/receiver active/inactive)." [BA] I agree that setDirection() would be more consistent (and succinct) than activateSender() and activateReceiver(), so I've submitted an Issue relating to this: https://github.com/w3c/webrtc-pc/issues/619 Also, here is a PR to add setDirection() (and remove activateSender() and activateReceiver(): https://github.com/w3c/webrtc-pc/pull/620
Received on Thursday, 5 May 2016 01:15:17 UTC