enableVideo method

void enableVideo()

Implementation

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