stopMusic abstract method
Stops playing the music.
After calling this API, you can receive music playing status through RTCKTVPlayerEventHandler.onPlayStateChanged.
Implementation
Future<void> stopMusic(String musicId);
Stops playing the music.
After calling this API, you can receive music playing status through RTCKTVPlayerEventHandler.onPlayStateChanged.
Future<void> stopMusic(String musicId);