enableAudio method

Future<void> enableAudio()

Implementation

Future<void> enableAudio() async {
  await participant.setMicrophoneEnabled(true);
  notifyListeners();
}