requestAccompaniment abstract method
- @Deprecated('Deprecated since 3.0.2, please use the [requestResource] function instead.')
Deprecated
Request accompaniment. Deprecated since 3.0.2, please use the requestResource function instead.
Available since: 2.13.0 Description: You can get the accompaniment resources of the song corresponding to the songID, including resource_id, krc_token, share_token, etc. Supports click-by-point accompaniment. Use case: Get copyrighted accompaniment for local playback and sharing. When to call: After initializing the copyrighted music success initCopyrightedMusic. Caution: This interface will trigger billing.
@deprecated Deprecated since 3.0.2, please use the requestResource function instead.
config
request configuration.
Implementation
@Deprecated(
'Deprecated since 3.0.2, please use the [requestResource] function instead.')
Future<ZegoCopyrightedMusicRequestAccompanimentResult> requestAccompaniment(
ZegoCopyrightedMusicRequestConfig config);