- From: Soares Chen via GitHub <sysbot+gh@w3.org>
- Date: Wed, 31 May 2017 09:47:38 +0000
- To: public-webrtc@w3.org
soareschen has just created a new issue for https://github.com/w3c/webrtc-pc: == Missing steps on handling direction argument in addTransceiver == In the steps for `addTransceiver`, there are a few missing steps on handling the `direction` argument: - Take the `direction` value from `RTCRtpTransceiverInit` dictionary if present. - Otherwise let `direction` be `sendrecv`. - Pass it as an argument when calling the steps to create an `RTCRtpTransceiver`. - Set `direction` attribute of `RTCRtpTransceiver` in steps to create an `RTCRtpTransceiver`. Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1268 using your GitHub account
Received on Wednesday, 31 May 2017 09:47:44 UTC