FishjamClient
androidJvm
FishjamClient
/
org.membraneframework.rtc.events
/
BandwidthEstimation
Bandwidth
Estimation
data
class
BandwidthEstimation
(
val
type
:
ReceivableEventType
,
val
data
:
BandwidthEstimation.Data
)
:
ReceivableEvent
Members
Constructors
Bandwidth
Estimation
Link copied to clipboard
constructor
(
type
:
ReceivableEventType
,
data
:
BandwidthEstimation.Data
)
Types
Data
Link copied to clipboard
data
class
Data
(
val
estimation
:
Double
)
Properties
data
Link copied to clipboard
val
data
:
BandwidthEstimation.Data
type
Link copied to clipboard
val
type
:
ReceivableEventType