Delegate PeerConnection.IceCandidateReadytoSendDelegate
Delegate for the Ice
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public delegate void IceCandidateReadytoSendDelegate(IceCandidate candidate);
Parameters
Type | Name | Description |
---|---|---|
Ice |
candidate | The ICE candidate to send. |