Interface IRTCIceCandidate
Assembly: SIPSorcery.dll
Syntax
public interface IRTCIceCandidate
Remarks
Properties
|
Improve this Doc
View Source
address
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
candidate
Declaration
string candidate { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
component
Declaration
RTCIceComponent component { get; }
Property Value
|
Improve this Doc
View Source
foundation
Declaration
string foundation { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
port
Declaration
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
priority
Declaration
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
protocol
Declaration
RTCIceProtocol protocol { get; }
Property Value
|
Improve this Doc
View Source
Declaration
string relatedAddress { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
ushort relatedPort { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
sdpMid
Declaration
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
sdpMLineIndex
Declaration
ushort sdpMLineIndex { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
tcpType
Declaration
RTCIceTcpCandidateType tcpType { get; }
Property Value
|
Improve this Doc
View Source
type
Declaration
RTCIceCandidateType type { get; }
Property Value
|
Improve this Doc
View Source
usernameFragment
Declaration
string usernameFragment { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
toJSON()
Declaration
Returns
Type |
Description |
System.String |
|
Extension Methods