methods\stream_methods\switch_video_alt library

Classes

SwitchVideoAltOptions
Options for switching the user's video with alternate logic.
SwitchVideoAltParameters

Functions

switchVideoAlt(SwitchVideoAltOptions options) Future<void>
Switches the user's video device with alternate logic, taking into account recording state and camera access permissions.

Typedefs

SwitchVideoAltType = Future<void> Function(SwitchVideoAltOptions options)