Delegate PeerConnection.IceCandidateReadytoSendDelegate
Delegate for the IceCandidateReadytoSend event.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public delegate void IceCandidateReadytoSendDelegate(string candidate, int sdpMlineindex, string sdpMid);
Parameters
| Type | Name | Description |
|---|---|---|
| String | candidate | Raw SDP message describing the ICE candidate. |
| Int32 | sdpMlineindex | Index of the m= line. |
| String | sdpMid | Media identifier |