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