setSingScoringConfig method
@detail api
@author wangjunzheng
@brief Set the configuration of karaoke scoring.
@param config The parameters of karaoke scoring. See ByteRTCSingScoringConfig{@link #ByteRTCSingScoringConfig}.
@return
- 0:Success.
- -1:Interface call failed.
- -2: Karaoke scoring module not integrated.
- >0: Other error. For details, seeError code.
@order 22
Implementation
FutureOr<int> setSingScoringConfig(ByteRTCSingScoringConfig config) async {
return await nativeCall('setSingScoringConfig:', [config]);
}