Skip to content

Commit

Permalink
Merge pull request #2127 from docfaraday/issue-2125-fix
Browse files Browse the repository at this point in the history
Make RTCIceCandidateInit optional in addIceCandidate (fixes #2125)
  • Loading branch information
aboba authored Mar 14, 2019
2 parents b795e0d + 5dfa2ef commit 8135bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,7 @@ <h3>Interface Definition</h3>
readonly attribute RTCSessionDescription? remoteDescription;
readonly attribute RTCSessionDescription? currentRemoteDescription;
readonly attribute RTCSessionDescription? pendingRemoteDescription;
Promise&lt;void&gt; addIceCandidate (RTCIceCandidateInit candidate);
Promise&lt;void&gt; addIceCandidate (optional RTCIceCandidateInit candidate);
readonly attribute RTCSignalingState signalingState;
readonly attribute RTCIceGatheringState iceGatheringState;
readonly attribute RTCIceConnectionState iceConnectionState;
Expand Down

0 comments on commit 8135bd9

Please sign in to comment.