When I set an ice-lite offer to the rest endpoint, Janus is sending out STUN binding requests with CONTROLLED role.
However RFC says the full agent must take controlling role.
RFC referrence
Code pointer: janus-gateway/src/ice.c at master · meetecho/janus-gateway · GitHub
You can see in the log screenshot that the Remote offer is ICE-Lite. and janus being ICE Full, it should be CONTROLLING as per RFC.