core
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.internal.callstats.events
/
TransportStatistics
Transport
Statistics
@
Serializable
data
class
TransportStatistics
(
val
transportId
:
String
?
,
val
consuming
:
Boolean
?
,
val
producing
:
Boolean
?
,
val
stats
:
WebRtcTransportStats
?
)
Members
Constructors
Transport
Statistics
Link copied to clipboard
constructor
(
transportId
:
String
?
,
consuming
:
Boolean
?
,
producing
:
Boolean
?
,
stats
:
WebRtcTransportStats
?
)
Properties
consuming
Link copied to clipboard
val
consuming
:
Boolean
?
producing
Link copied to clipboard
val
producing
:
Boolean
?
stats
Link copied to clipboard
val
stats
:
WebRtcTransportStats
?
transport
Id
Link copied to clipboard
val
transportId
:
String
?