VideoCardType typedef
Custom builder function type for VideoCard component. Allows complete customization of video participant display.
Implementation
typedef VideoCardType = Widget Function({
required Participant participant,
required Stream stream,
required double width,
required double height,
int? imageSize,
String? doMirror,
bool? showControls,
bool? showInfo,
String? name,
Color? backgroundColor,
VoidCallback? onVideoPress,
dynamic parameters,
});