- From: jan-ivar via GitHub <sysbot+gh@w3.org>
- Date: Thu, 11 May 2017 19:56:16 +0000
- To: public-webrtc@w3.org
jan-ivar has just created a new issue for https://github.com/w3c/webrtc-pc: == transceiver.direction isn't initialized. == While the options dictionary [RTCRtpTransceiverInit](https://w3c.github.io/webrtc-pc/#idl-def-rtcrtptransceiverinit) has `direction = "sendrecv"`, it is unused. Also, we need to initialize transceiver.direction not just in [addTransceiver](https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-addtransceiver), but in the [Create a Transceiver](https://w3c.github.io/webrtc-pc/#dfn-create-an-rtcrtptransceiver) algorithm, used in several places. Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1206 using your GitHub account
Received on Thursday, 11 May 2017 19:56:23 UTC