Whiteboard questions

  1. Is localization supported? In the original board, I can change languages. If not, will it be implemented in the future?

  2. I want to use horizontal scaling. To do this, I use nginx to balance requests to different jitsi-nodes. Requests from users to the board are in the form (wss:///socket.io/?room=5df808472476546e35b5e17964e880f3&EIO=3&transport=websocket - (For any participant in same conference param room is different) there is no unique field that can be used as a hash to select the desired whiteboard instance - in nginx config. How can I force users from different conferences to go to different whiteboard instances? (Of course, users of the same conference must be on the same instance)