Can PUN connect to JavaScript Room?

Options
Hi,
We are using Unity PUN for a crossplatfrom game, but also HTML5 (Canvas, not WebGL) JavaScript version of the same game. Im trying to connect the 2 SDK's together, using the same AppId, AppVersion, but it doesn't seem like the 2 SDK's can join the rooms created in the other SDK. For example, first creating a room in JavaScript, and then in Unity JoinRandomRoom, always fails, even though there is a room available.

Is this possible? If so, how?

Comments