Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bcf58d04 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

added jitsi link

parent 5080cff8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ This patch creates a jitsi link in location if it is empty and attendee is added
             $data = stream_get_contents($data);
         }

+        // If attendee exist and
+        // If attendee exist and location not exist
+        if (strpos($data, 'ATTENDEE;') !== false && strpos($data, 'LOCATION:') === false) {
+            $url = 'https://meet.jit.si/';
+            $chars = '0123456789abcdefghijklmnopqrstuvwxyz';