mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add RTCPeerConnection::AddIceCandidate
This commit is contained in:
parent
841dd1eb4b
commit
9521c3d5a4
2 changed files with 36 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue