onAIVoiceChangerUpdate property

(void Function(ZegoAIVoiceChanger aiVoiceChanger, int errorCode)?) onAIVoiceChangerUpdate
read / write

更新 AI 变声引擎模型状态回调。

支持版本:3.10.0 及以上。 详情描述:更新 AI 变声引擎模型状态回调。 通知时机:调用 update 函数时会触发此回调。 使用限制:无。

Implementation

static void Function(ZegoAIVoiceChanger aiVoiceChanger, int errorCode)?
    onAIVoiceChangerUpdate;