Comment to 'React Jot update'
Comment to React Jot update
  • Using Jitsi server would mean that our data would be at risk of others viewing what our users discuss correct?

    • As far as I see from documentation communication is encrypted and only talk's participants and video bridge has access into the channel. Video bridge it is server through which all users are connected. It means that Jitsi server encrypts the communication, but decrypts it on server side and if you set video bridge on your own server, your security guarantees will be roughly equivalent to an end-to-end encrypted call.

      Also p2p calls (between two member) are not decrypted with server side and you have end-to-end encrypted call even if you use jitsi server.