ShareMaxCaptureFPS

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

Set the max screen capture fps for screen share for the call. If 0, default value of 5 is used. Range of this value is 1 to 30 If set the value >5 and battery / CPU are not acceptable on the device, then should set the value <= 5.

Since

2.7.0

Constructors

Link copied to clipboard
fun ShareMaxCaptureFPS(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