Add RTCPeerConnection::AddIceCandidate

This commit is contained in:
Manish Goregaokar 2019-01-26 20:22:39 -08:00
parent 841dd1eb4b
commit 9521c3d5a4
2 changed files with 36 additions and 1 deletions

View file

@ -17,7 +17,7 @@ interface RTCPeerConnection : EventTarget {
// readonly attribute RTCSessionDescription? remoteDescription;
// readonly attribute RTCSessionDescription? currentRemoteDescription;
// readonly attribute RTCSessionDescription? pendingRemoteDescription;
// Promise<void> addIceCandidate(RTCIceCandidateInit candidate);
Promise<void> addIceCandidate(optional RTCIceCandidateInit candidate);
// readonly attribute RTCSignalingState signalingState;
// readonly attribute RTCIceGatheringState iceGatheringState;
// readonly attribute RTCIceConnectionState iceConnectionState;