getKrcLyricByToken abstract method
- String krcToken
Get lyrics in krc format.
Available since: 2.13.0 Description: Get verbatim lyrics, support parsing lyrics word by word. Use case: Used to display lyrics word by word. When to call: After initializing the copyrighted music success initCopyrightedMusic.
krcToken
The krcToken obtained when calling requestResource for accompaniment or climax clips, or when obtaining shared resources through the getSharedResource interface. For more details, please refer to https://doc-zh.zego.im/article/15079#2_2
Implementation
Future<ZegoCopyrightedMusicGetKrcLyricByTokenResult> getKrcLyricByToken(
String krcToken);