mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Add RTCPeerConnection::AddIceCandidate
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user