sendExtendedRequest abstract method
- String command,
- String params
Send extended feature request.
Available since: 2.13.0 Description: Initialize the copyrighted music so that you can use the function of the copyrighted music later. Use case: Used to get a list of songs. When to call: After initializing the copyrighted music success initCopyrightedMusic.
command
request command, details about the commands supported.params
request parameters, each request command has corresponding request parameters.
Implementation
Future<ZegoCopyrightedMusicSendExtendedRequestResult> sendExtendedRequest(
String command, String params);