consumers\get_videos library
Classes
- GetVideosOptions
- Options for retrieving and processing video streams.
Functions
-
getVideos(
{required GetVideosOptions options}) → Future< void> - Processes and updates video streams by filtering out the admin's video stream.
Typedefs
-
GetVideosType
= Future<
void> Function({required GetVideosOptions options}) -
UpdateAllVideoStreamsFunction
= void Function(List<
Stream> ) - Function type for updating the list of all video streams.
-
UpdateOldAllStreamsFunction
= void Function(List<
Stream> ) - Function type for updating the list of old video streams.