AdvancedSettings
public enum AdvancedSettings
The enumeration of advanced settings. These settings are for special use cases and usually do not need to be set.
Since
2.6.0-
Enable or disable the video mosaic for error-concealment when data loss in network. The defaule is enable.
Declaration
Swift
case videoEnableDecoderMosaic(Bool)
-
The max sending fps for video. If 0, default value of 30 is used.
Declaration
Swift
case videoMaxTxFPS(UInt)