Does the code support ice-full and ice-lite now?

Hi All,
Does the code support ice-full and ice-lite now?

Thanks

Yes.
The default behavior is to use full ice.
To enable ice-lite you have to make sure Licode is using libnice and that ice-lite is enabled by setting

config.erizo.useNicer = false;
config.erizo.iceLite = true;

thanks you for your reply, it’s great help for me!