Changing Jitsi UNA prefix

Hello,

I'm tempted to change the Jitsi video-conference prefix from UNA to whatever. I think that's probably on BxMessengerConfig.php but that's not the problem.

I'm just wondering if this particular Jitsi room that is created is used / stored somewhere else in the DB where I should worry not to change the UNA prefix and just leave as it is.

Regards,

  • 1087
  • More
Replies (1)
    • Hello!

      Yes, it is enough just to change prefix in BxMessengerConfig.php file, in this case the all new Rooms will have new prefix, but already created will have old prefix. If you want to remove UNA_ for existed rooms also, you need to edit table records in bx_messenger_jvc (file - room).  If you have no real talks yet, you just can truncate the table bx_messenger_jvc

      Login or Join to comment.