@brief Set effect
Future<int> setEffect(String path) async { return await byteRTCHelper.setEffect($video_effect_instance, path); }