methods\stream_methods\switch_video library
Classes
- SwitchVideoOptions
- Options for switching the user's video device.
- SwitchVideoParameters
- Parameters for switching the user's video device.
Functions
-
switchVideo(
SwitchVideoOptions options) → Future< void> - Switches the user's video device based on the provided video preference.
Typedefs
-
SwitchVideoType
= Future<
void> Function(SwitchVideoOptions options) - Type definition for the switchVideo function.