Class IceCandidate
ICE candidate to send to a remote peer or received from it.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public class IceCandidate : object
Fields
| Improve this Doc View SourceContent
Candidate raw content.
Declaration
public string Content
Field Value
Type | Description |
---|---|
String |
SdpMid
Media ID (m=) of the candidate.
Declaration
public string SdpMid
Field Value
Type | Description |
---|---|
String |
SdpMlineIndex
Index of the media line associated with the candidate.
Declaration
public int SdpMlineIndex
Field Value
Type | Description |
---|---|
Int32 |