menu
flutter_webrtc_wrapper package
documentation
sdk/connection.dart
Connection
toggleVideo method
toggleVideo method
dark_mode
light_mode
toggleVideo
method
void
toggleVideo
(
bool
val
)
Implementation
void toggleVideo(bool val) { videoEnabled = val; }
flutter_webrtc_wrapper package
documentation
sdk/connection
Connection
toggleVideo method
Connection class