Merge branch 'develop' of github.com:thecodingmachine/workadventure
This commit is contained in:
@@ -129,6 +129,9 @@ class JitsiFactory {
|
||||
* Slugifies the room name and prepends the room name with the instance
|
||||
*/
|
||||
public getRoomName(roomName: string, instance: string): string {
|
||||
if (!instance || instance == '') {
|
||||
return slugify(roomName);
|
||||
}
|
||||
return slugify(instance.replace("/", "-") + "-" + roomName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user