ScreenShareStyle
constructor(fullscreenIcon: Drawable, fullscreenExitIcon: Drawable, portraitIcon: Drawable, landscapeIcon: Drawable, @ColorInt controlButtonBackgroundTint: Int, @ColorInt controlButtonIconTint: Int)
Parameters
fullscreenIcon
Control icon to indicate fullscreen request.
fullscreenExitIcon
Control icon to indicate fullscreen exit request.
portraitIcon
Control icon to indicate portrait mode request.
landscapeIcon
Control icon to indicate landscape mode request.
controlButtonBackgroundTint
Background color of control buttons.
controlButtonIconTint
Controls icon color.