stopMusic abstract method

Future<void> stopMusic(
  1. String musicId
)

Stops playing the music.

After calling this API, you can receive music playing status through RTCKTVPlayerEventHandler.onPlayStateChanged.

Implementation

Future<void> stopMusic(String musicId);