Optional opt-out of appending hash route roomCode to URL when joining room programmatically
p
passtime
Currently, even if you join a room programmatically via code (instead of joining via link/URL) playroom appends a
#r=RSOMEROOMCODE
to current window location URL. https://example.com
-> https://example.com/#r=RSOMEROOMCODE
This breaks some use cases for sites that make use of the hash router like in my case. It would be amazing to optionally opt-out of appending the
#r=RSOMEROOMCODE
if joining a room programmatically via code. thank you!!