luvolondon / fvtt-module-jitsiwebrtc

Jitsi WebRTC client for FVTT
32 stars 8 forks source link

[Feature] Support static room names #76

Open adotor opened 3 years ago

adotor commented 3 years ago

The room name must be a random ID and can only be resetted.

E.g. if the room name becomes visible and editable it would be possible to configure a connection to a custom server in with a fixed room name.

bekriebel commented 3 years ago

Thanks. This has been something I've been meaning to add for some time. I want to get a better settings UI in place first as the existing one is already getting pretty crowded.

In the meantime, if you want to set a static room name, you can open the developer console and run game.webrtc.client.settings.set("world", "server.room", "your-room-name") to set a specific name.