| Index: Source/modules/mediastream/RTCPeerConnection.idl
|
| diff --git a/Source/modules/mediastream/RTCPeerConnection.idl b/Source/modules/mediastream/RTCPeerConnection.idl
|
| index fa5494606e720f8f19b2043bc0492e96f623dd77..ba466cb33764b4be7f8ff691e47e75e6a480db97 100644
|
| --- a/Source/modules/mediastream/RTCPeerConnection.idl
|
| +++ b/Source/modules/mediastream/RTCPeerConnection.idl
|
| @@ -48,8 +48,12 @@
|
|
|
| readonly attribute DOMString signalingState;
|
|
|
| + // FIXME: Latest WebRTC specifications renames this to setConfiguration
|
| [RaisesException] void updateIce(optional Dictionary configuration, optional Dictionary mediaConstraints);
|
|
|
| + // TODO(hbos): Use AlgorithmIdentifier and WebCryptoAPI normalization process after crbug.com/534416 if fixed.
|
| + [RuntimeEnabled=RTCCertificate, RaisesException, CallWith=ScriptState] static Promise<RTCCertificate> generateCertificate(Dictionary keygenAlgorithm);
|
| +
|
| // DEPRECATED
|
| [RaisesException] void addIceCandidate(RTCIceCandidate candidate);
|
|
|
|
|