Package-level declarations

Types

Link copied to clipboard
data class ScreenShareStyle(    val fullscreenIcon: Drawable,     val fullscreenExitIcon: Drawable,     val portraitIcon: Drawable,     val landscapeIcon: Drawable,     @ColorInt val controlButtonBackgroundTint: Int,     @ColorInt val controlButtonIconTint: Int)

Style for ScreenShareView. Use this class together with TransformStyle.screenShareStyleTransformer to change ScreenShareView styles programmatically.

Link copied to clipboard