@override Future<void> stopPlayMusic(int id) async { LiveKitLogger.info("$tag($hashCode) stopPlayMusic:[id:$id]"); return await audioEffectManager?.stopPlayMusic(id); }