MediaSfuUIFactory

Factory for creating UI components. This provides a centralized way to create UI components with consistent configuration.

Functions

Link copied to clipboard

Create a button component.

Link copied to clipboard

Create a control buttons component.

Link copied to clipboard
fun createGrid(options: GridOptions): Grid

Create a grid layout component.

Link copied to clipboard

Create a modal component.

Link copied to clipboard
fun createText(options: TextOptions): Text

Create a text component.

Link copied to clipboard

Create a video card component.