Show / Hide Table of Contents

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 Source

candidate

Declaration
public string candidate { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

sdpMid

Declaration
public string sdpMid { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

sdpMLineIndex

Declaration
public ushort sdpMLineIndex { get; set; }
Property Value
Type Description
System.UInt16
| Improve this Doc View Source

usernameFragment

Declaration
public string usernameFragment { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

toJSON()

Declaration
public string toJSON()
Returns
Type Description
System.String
| Improve this Doc View Source

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

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX