FloatingVideoRenderer
fun FloatingVideoRenderer(modifier: Modifier = Modifier, videoTrack: VideoTrack, parentBounds: IntSize, paddingValues: PaddingValues, eglBaseContext: EglBase.Context, rendererEvents: RendererCommon.RendererEvents)
Represents a floating item used to feature a participant video, usually the local participant.
Parameters
parentBounds
Bounds of the parent, used to constrain the component to the parent bounds, when dragging the floating UI around the screen.
modifier
Modifier for styling.