Fix jitsi menu link, now appear on the left menu links
parent
c992281293
commit
cda52617d8
|
@ -79,6 +79,8 @@ class ProjectMenuController
|
||||||
baseUrl = "https://appear.in/"
|
baseUrl = "https://appear.in/"
|
||||||
else if @.project.get("videoconferences") == "talky"
|
else if @.project.get("videoconferences") == "talky"
|
||||||
baseUrl = "https://talky.io/"
|
baseUrl = "https://talky.io/"
|
||||||
|
else if @.project.get("videoconferences") == "jitsi"
|
||||||
|
baseUrl = "https://meet.jit.si/"
|
||||||
else
|
else
|
||||||
return ""
|
return ""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue