edumeet / edumeet-docker

eduMeet in docker container for version (4.x)
MIT License
52 stars 42 forks source link

room names #8

Closed csabibela closed 4 years ago

csabibela commented 4 years ago

The MM opening from forces uppercase room names, but the users can write any character to the browser's URL field. The two rooms are different unfortunately.

room.dump():
{
  "roomId": "MzVkNTJm",
  "peers": 39
}
room.dump():
{
  "roomId": "mzvkntjm",
  "peers": 1
}

It would be good to combine these.

misi commented 4 years ago

I moved the issue here:
havfo/multiparty-meeting#216 I close it here. Please follow it there..

Many thanks for the report! I will fix it today..