EnablePhotoCapture

class EnablePhotoCapture(value: Boolean) : AdvancedSetting<Boolean>

This API can be used to enable capturing photo. This has to be set to true to use takePhoto API. Certain cameras don't support photo capture during video capture. They can set this as false to avoid video freeze, while video calling and also disable the takePhoto API.

Since

3.9.0

Constructors

Link copied to clipboard
fun EnablePhotoCapture(value: Boolean)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun getDefaultValue(): Boolean

Returns the default value of this setting item.

Link copied to clipboard
open fun getValue(): Boolean

Returns the value of this setting item.

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