enableVideo method
void
enableVideo()
Implementation
void enableVideo() async {
await participant.setCameraEnabled(true);
notifyListeners();
}
void enableVideo() async {
await participant.setCameraEnabled(true);
notifyListeners();
}