VideoUi
data class VideoUi(val id: String, val view: ImmutableView<VideoStreamView>? = null, val zoomLevelUi: VideoUi.ZoomLevelUi? = null, val isEnabled: Boolean = false, val isScreenShare: Boolean = false, val pointers: ImmutableList<PointerUi> = ImmutableList(emptyList()))
Video Ui representation of a video component on the Ui
Constructors
Link copied to clipboard
constructor(id: String, view: ImmutableView<VideoStreamView>? = null, zoomLevelUi: VideoUi.ZoomLevelUi? = null, isEnabled: Boolean = false, isScreenShare: Boolean = false, pointers: ImmutableList<PointerUi> = ImmutableList(emptyList()))
Types
Properties
Link copied to clipboard
Boolean flag identifying if the video is a screen share, true if it is a screen share, false otherwise
Link copied to clipboard
ImmutableList
Link copied to clipboard
ImmutableView? optional video's rendering view
Link copied to clipboard
ZoomLevelUi current view zoom level