I’m looking for something that can do chat, video calling with support for guess links and chats. I need it to work in the browser so I can send people a link to a chat session. Bonus if it has a simple mobile app and calendar integration.

Anyone know of something that isn’t Nextcloud Chat?

  • Smoolak@lemmy.world
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    3
    ·
    21 hours ago

    I’m hosting a matrix server with a TURN server and it’s fairly easy to selfhost. This sounds exaggerated.

      • tekato@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 hours ago

        You can allow guest accounts, although it’s disabled by default in synapse.

        Call supports depends on the client you’re using. Element is usually ahead in features implementation, but you can get a list of clients and filter by features in the matrix website.

        Also I’m not sure what the other person meant by easy to setup. Matrix servers are notoriously hard to setup when compared to anything most things you would find yourself selfhosting, specially with WebRTC/TURN. I think there’s an ansible playbook somewhere, but I never tried it.