shared
1.25.2
common
shared
/
io.dyte.core.socket.events.payloadmodel.outbound
/
IceCandidate
Ice
Candidate
@
Serializable
data
class
IceCandidate
(
var
foundation
:
String
?
=
null
,
var
ip
:
String
?
=
null
,
var
port
:
Int
?
=
null
,
var
priority
:
Int
?
=
null
,
var
protocol
:
String
?
=
null
,
var
type
:
String
?
=
null
,
var
tcpType
:
String
?
=
null
)
Members
Constructors
Ice
Candidate
Link copied to clipboard
constructor
(
foundation
:
String
?
=
null
,
ip
:
String
?
=
null
,
port
:
Int
?
=
null
,
priority
:
Int
?
=
null
,
protocol
:
String
?
=
null
,
type
:
String
?
=
null
,
tcpType
:
String
?
=
null
)
Properties
foundation
Link copied to clipboard
var
foundation
:
String
?
ip
Link copied to clipboard
var
ip
:
String
?
port
Link copied to clipboard
var
port
:
Int
?
priority
Link copied to clipboard
var
priority
:
Int
?
protocol
Link copied to clipboard
var
protocol
:
String
?
tcp
Type
Link copied to clipboard
var
tcpType
:
String
?
type
Link copied to clipboard
var
type
:
String
?