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