Class RTCIceCandidateInit
Represents an ICE candidate and associated properties that link it to the SDP.
Inheritance
System.Object
RTCIceCandidateInit
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public class RTCIceCandidateInit
Remarks
As specified in https://www.w3.org/TR/webrtc/#dom-rtcicecandidateinit.
Properties
| Improve this Doc View Sourcecandidate
Declaration
public string candidate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
sdpMid
Declaration
public string sdpMid { get; set; }
Property Value
Type | Description |
---|---|
System.String |
sdpMLineIndex
Declaration
public ushort sdpMLineIndex { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
usernameFragment
Declaration
public string usernameFragment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourcetoJSON()
Declaration
public string toJSON()
Returns
Type | Description |
---|---|
System.String |
TryParse(String, out RTCIceCandidateInit)
Declaration
public static bool TryParse(string json, out RTCIceCandidateInit init)
Parameters
Type | Name | Description |
---|---|---|
System.String | json | |
RTCIceCandidateInit | init |
Returns
Type | Description |
---|---|
System.Boolean |