LocalStats

data class LocalStats(    val resolution: CameraEnumerationAndroid.CaptureFormat?,     val availableResolutions: List<CameraEnumerationAndroid.CaptureFormat>?,     val maxResolution: CameraEnumerationAndroid.CaptureFormat?,     val sfu: String,     val os: String,     val sdkVersion: String,     val deviceModel: String)

Constructors

Link copied to clipboard
constructor(    resolution: CameraEnumerationAndroid.CaptureFormat?,     availableResolutions: List<CameraEnumerationAndroid.CaptureFormat>?,     maxResolution: CameraEnumerationAndroid.CaptureFormat?,     sfu: String,     os: String,     sdkVersion: String,     deviceModel: String)

Properties

Link copied to clipboard
val availableResolutions: List<CameraEnumerationAndroid.CaptureFormat>?
Link copied to clipboard
Link copied to clipboard
val maxResolution: CameraEnumerationAndroid.CaptureFormat?
Link copied to clipboard
val os: String
Link copied to clipboard
val resolution: CameraEnumerationAndroid.CaptureFormat?
Link copied to clipboard
Link copied to clipboard
val sfu: String