Is communication between two janus servers possible?
Imagine User A is in room 123 in server janusX and User b is in room 345 in server janusY. Now, can User A subscribe to room 345 in janusY and User B subscribe to room 123 in server janusX , for user A and B to be in a call.
Is this a good approach to implement call in janus for scalability? What would be an optimal approach?