System.Net.WebRTC.RTCPeerConnection.AddIceCandidate C# (CSharp) Method

AddIceCandidate() public method

public AddIceCandidate ( RTCIceCandidate candidate ) : void
candidate RTCIceCandidate
return void
        public void AddIceCandidate(RTCIceCandidate candidate)
        {
        }

Same methods

RTCPeerConnection::AddIceCandidate ( RTCIceCandidate candidate, Action successCallback ) : void
RTCPeerConnection::AddIceCandidate ( RTCIceCandidate candidate, Action successCallback, RTCPeerConnectionErrorCallback failureCallback ) : void