/lib/live.hms.video.sdk.models.role/SubscribeDegradationParams
SubscribeDegradationParams
[androidJvm]\ data class SubscribeDegradationParams(packetLossThreshold: Long, degradeGracePeriodSeconds: Long, recoverGracePeriodSeconds: Long)
Functions
Properties
Name | Summary |
---|---|
degradeGracePeriodSeconds | [androidJvm] @SerializedName(value = degradeGracePeriodSeconds) val degradeGracePeriodSeconds: Long |
packetLossThreshold | [androidJvm] @SerializedName(value = packetLossThreshold) val packetLossThreshold: Long |
recoverGracePeriodSeconds | [androidJvm] @SerializedName(value = recoverGracePeriodSeconds) val recoverGracePeriodSeconds: Long |