VideoMaxTxFPS

class VideoMaxTxFPS(value: Int) : AdvancedSetting<Int>

Set the max sending fps for video for the call. If 0, default value of 30 is used.

Since

2.6.0

Constructors

Link copied to clipboard
fun VideoMaxTxFPS(value: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun getDefaultValue(): Int

Returns the default value of this setting item.

Link copied to clipboard
open fun getValue(): Int

Returns the value of this setting item.

Link copied to clipboard
open override fun toString(): String