stopRhythmPlayer method

  1. @override
Future<void> stopRhythmPlayer()

Disables the virtual metronome.

Since v3.4.2

After calling RtcEngine.startRhythmPlayer, you can call this method to disable the virtual metronome.

Implementation

@override
Future<void> stopRhythmPlayer() {
  return _invokeMethod('stopRhythmPlayer');
}