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