Options

data class Options @JvmOverloads constructor(var mode: Int = ScreenShareOptionSet.USER_SELECTION) : ScreenShareOptionSet

Options for screen share

Constructors

Link copied to clipboard
fun Options(mode: Int = ScreenShareOptionSet.USER_SELECTION)

Create screen share options

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
open override var mode: Int

screen share default mode is USER_SELECTION,otherwise it may be set to be only APP or GLOBAL