- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Tue, 02 May 2017 15:53:58 +0000
- To: public-webrtc@w3.org
fippo has just created a new issue for https://github.com/w3c/webrtc-pc:
== legacy createAnswer: support for answerOptions? ==
4.3.3.1 currently defines the legacy createAnswer as
```
Promise<void> createAnswer(RTCSessionDescriptionCallback successCallback,
RTCPeerConnectionErrorCallback failureCallback);
```
whereas the promise version allows passing RTCAnswerOptions:
```
Promise<RTCSessionDescriptionInit> createAnswer(optional RTCAnswerOptions options);
```
Should it be possible to use the VAD option in the legacy version?
@henbos I think Chrome implemented the answer options in the non-promise version, can you check?
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1152 using your GitHub account
Received on Tuesday, 2 May 2017 15:54:05 UTC