consumers\add_videos_grid library

Classes

AddVideosGridOptions
Options for adding participants and streams to the video grid.
AddVideosGridParameters
Parameters for adding videos to the grid, extending functionality from update mini-cards and audio card parameters.

Functions

addVideosGrid(AddVideosGridOptions options) Future<void>
Adds video and audio streams of participants to the main and alternate grids based on specified options.

Typedefs

AddVideosGridType = Future<void> Function(AddVideosGridOptions options)
UpdateAddAltGrid = void Function(bool)
UpdateOtherGridStreams = void Function(List<List<Widget>>)