ScreenShareInfo

data class ScreenShareInfo(val width: Int, val height: Int)

Screen share information

Author

kristiyan

Constructors

Link copied to clipboard
fun ScreenShareInfo(width: Int, height: Int)

Properties

Link copied to clipboard
val height: Int

screen height

Link copied to clipboard
val width: Int

screen width