| Index: third_party/WebKit/Source/modules/mediastream/RTCOfferAnswerOptions.idl
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/RTCOfferAnswerOptions.idl b/third_party/WebKit/Source/modules/mediastream/RTCOfferAnswerOptions.idl
|
| index 26f98a3c8a9bb8aad090e9a97a72852923741746..7dffedf311e26edf4a752c39a0c4ab5d07239ec3 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/RTCOfferAnswerOptions.idl
|
| +++ b/third_party/WebKit/Source/modules/mediastream/RTCOfferAnswerOptions.idl
|
| @@ -6,4 +6,9 @@
|
|
|
| dictionary RTCOfferAnswerOptions {
|
| boolean voiceActivityDetection = true;
|
| +
|
| + // TODO(guidou): Deprecate and remove the offerToReceive fields once
|
| + // transceiver support becomes available.
|
| + [countAs=RTCOfferToReceiveVideo] long offerToReceiveVideo;
|
| + [countAs=RTCOfferToReceiveAudio] long offerToReceiveAudio;
|
| };
|
|
|